This commit is contained in:
2023-02-23 18:51:03 +08:00
parent 5f409dfdf7
commit e8629b9ced
12 changed files with 141 additions and 45 deletions

View File

@@ -55,7 +55,13 @@
<select id="list" resultType="com.cnbm.packing.dto.WoPackagingBoxSubstrateDTO">
select * from t_wo_packaging_box_substrate
order by id asc
<where>
valid = 1
<if test="packagingBoxId != null">
and PACKAGING_BOX_ID = #{packagingBoxId}
</if>
</where>
order by slot asc
</select>