1
0

Merge pull request 'yanyang' (#31) from yanyang into master

Reviewed-on: #31
Este cometimento está contido em:
闫阳 2023-04-03 10:41:32 +08:00
ascendente 3172934f4e cbc3983714
cometimento b0e88370b1

Ver ficheiro

@ -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">