货位信息以仓库编码,货位编码排序

This commit is contained in:
王帅 2025-05-21 14:19:34 +08:00
parent 86293b4a06
commit e6b315c7e1

View File

@ -30,6 +30,7 @@
AND a.ERPLOCATION = #{dto.erpLocation}
</if>
</where>
ORDER BY a.ERPLOCATION,a.STORAGENAME
</select>
<select id="get" resultType="com.cim.idm.model.po.storage.StorageSpec">