装箱单信息查询排序

This commit is contained in:
闫阳 2023-04-03 10:40:27 +08:00
parent 802a5474e7
commit 0eb650ff50

View File

@ -140,7 +140,7 @@
</if>
AND twpbs.valid = 1
</where>
order by twpb.CREATE_TIME desc
order by twpb.CREATE_TIME desc, twpbs.PACKAGING_BOX_ID asc, twpbs.SLOT asc
</select>
<select id="substratePage" resultType="com.cnbm.packing.dto.WoPackagingBoxSubstrateDTO">
@ -161,7 +161,7 @@
</if>
AND twpbs.valid = 1
</where>
order by twpb.CREATE_TIME desc
order by twpb.CREATE_TIME desc, twpbs.PACKAGING_BOX_ID asc, twpbs.SLOT asc
</select>
<select id="subIdPage" resultMap="ResultMap">