fix: 备货区域按顺序号升序查询

This commit is contained in:
zhouz
2026-08-10 15:37:19 +08:00
parent 7ae99ce902
commit be2dc01586

View File

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