From e15a9fe8e5bebff844b60b81852352bea8c80d4e Mon Sep 17 00:00:00 2001 From: hongchao <3228015117@qq.com> Date: Mon, 8 Sep 2025 10:08:09 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/material/basic/BmQrBoxMapper.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/bonus-modules/bonus-material/src/main/resources/mapper/material/basic/BmQrBoxMapper.xml b/bonus-modules/bonus-material/src/main/resources/mapper/material/basic/BmQrBoxMapper.xml index 81d54d79..f08cc3bc 100644 --- a/bonus-modules/bonus-material/src/main/resources/mapper/material/basic/BmQrBoxMapper.xml +++ b/bonus-modules/bonus-material/src/main/resources/mapper/material/basic/BmQrBoxMapper.xml @@ -41,6 +41,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" left join bm_qrcode_box_bind qbb on bqb.box_id = qbb.box_id left join ma_machine mm on qbb.ma_id = mm.ma_id + 1=1 and bqb.box_id = #{boxId} and bqb.box_name like concat('%',#{boxName},'%') and bqb.box_code like concat('%',#{boxCode},'%')