修试标准箱入库接口开发

This commit is contained in:
bonus 2025-06-16 13:29:08 +08:00
parent c389361771
commit 9f6f40e746
1 changed files with 2 additions and 4 deletions

View File

@ -253,9 +253,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
LEFT JOIN ma_type mt1 ON mt.parent_id = mt1.type_id AND mt1.del_flag = '0' LEFT JOIN ma_type mt1 ON mt.parent_id = mt1.type_id AND mt1.del_flag = '0'
LEFT JOIN bm_qrcode_box bqb ON qb.box_id = bqb.box_id LEFT JOIN bm_qrcode_box bqb ON qb.box_id = bqb.box_id
where where
mm.ma_status = '5' AND bqb.box_code = #{boxCode} and bqb.box_status = 4
bqb.box_code = #{boxCode} AND
mt.type_id = #{maTypeId}
</select> </select>
<select id="getBoxBindMaBuyTaskByBoxId" resultType="java.lang.String"> <select id="getBoxBindMaBuyTaskByBoxId" resultType="java.lang.String">
@ -303,4 +301,4 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
where where
qb.ma_id = #{maId} qb.ma_id = #{maId}
</select> </select>
</mapper> </mapper>