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},'%')