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