feat: bug-814 调整排序字段

This commit is contained in:
曹鹏飞 2025-10-11 11:37:23 +08:00
parent c36fa6590d
commit 0035ae3f6a
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@
<if test="factoryNo!=null and factoryNo!=''">
and di.code=#{factoryNo}
</if>
order by di.code,w.id desc
order by di.code,w.no
</select>
<select id="getListByIds" resultType="com.nflg.wms.common.pojo.vo.WarehouseVO">