修试标准箱入库接口开发
This commit is contained in:
parent
c389361771
commit
9f6f40e746
|
|
@ -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 bm_qrcode_box bqb ON qb.box_id = bqb.box_id
|
||||
where
|
||||
mm.ma_status = '5' AND
|
||||
bqb.box_code = #{boxCode} AND
|
||||
mt.type_id = #{maTypeId}
|
||||
bqb.box_code = #{boxCode} and bqb.box_status = 4
|
||||
</select>
|
||||
|
||||
<select id="getBoxBindMaBuyTaskByBoxId" resultType="java.lang.String">
|
||||
|
|
@ -303,4 +301,4 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
where
|
||||
qb.ma_id = #{maId}
|
||||
</select>
|
||||
</mapper>
|
||||
</mapper>
|
||||
|
|
|
|||
Loading…
Reference in New Issue