|
@@ -1248,7 +1248,7 @@
|
|
0,'未上报') like '%${item}%'
|
|
0,'未上报') like '%${item}%'
|
|
</foreach>
|
|
</foreach>
|
|
</if>
|
|
</if>
|
|
- order by ASO.SALE_ORDER_ID DESC, ASOM.SALE_ORDER_MATERIAL_ID DESC,OO.ORDER_ID DESC
|
|
|
|
|
|
+ order by ASO.SALE_ORDER_ID DESC,OO.ORDER_ID DESC, TWB .WEIGHT_BATCH_ID DESC,ASOM.SALE_ORDER_MATERIAL_ID DESC
|
|
)
|
|
)
|
|
</select>
|
|
</select>
|
|
<select id="getSaleAreaList" resultType="java.util.Map">
|
|
<select id="getSaleAreaList" resultType="java.util.Map">
|