fix: 备货区域按顺序号升序查询
This commit is contained in:
@@ -32,7 +32,7 @@
|
|||||||
AND is_used = #{reqVO.isUsed}
|
AND is_used = #{reqVO.isUsed}
|
||||||
</if>
|
</if>
|
||||||
</where>
|
</where>
|
||||||
ORDER BY ivt_id DESC
|
ORDER BY sort_seq ASC, ivt_id ASC
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="selectStockingIvtById"
|
<select id="selectStockingIvtById"
|
||||||
|
|||||||
Reference in New Issue
Block a user