Merge pull request 'yanyang' (#31) from yanyang into master
Reviewed-on: #31
This commit is contained in:
commit
b0e88370b1
@ -140,7 +140,7 @@
|
|||||||
</if>
|
</if>
|
||||||
AND twpbs.valid = 1
|
AND twpbs.valid = 1
|
||||||
</where>
|
</where>
|
||||||
order by twpb.CREATE_TIME desc
|
order by twpb.CREATE_TIME desc, twpbs.PACKAGING_BOX_ID asc, twpbs.SLOT asc
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="substratePage" resultType="com.cnbm.packing.dto.WoPackagingBoxSubstrateDTO">
|
<select id="substratePage" resultType="com.cnbm.packing.dto.WoPackagingBoxSubstrateDTO">
|
||||||
@ -161,7 +161,7 @@
|
|||||||
</if>
|
</if>
|
||||||
AND twpbs.valid = 1
|
AND twpbs.valid = 1
|
||||||
</where>
|
</where>
|
||||||
order by twpb.CREATE_TIME desc
|
order by twpb.CREATE_TIME desc, twpbs.PACKAGING_BOX_ID asc, twpbs.SLOT asc
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="subIdPage" resultMap="ResultMap">
|
<select id="subIdPage" resultMap="ResultMap">
|
||||||
|
Loading…
Reference in New Issue
Block a user