货位信息以仓库编码,货位编码排序
This commit is contained in:
parent
86293b4a06
commit
e6b315c7e1
@ -30,6 +30,7 @@
|
|||||||
AND a.ERPLOCATION = #{dto.erpLocation}
|
AND a.ERPLOCATION = #{dto.erpLocation}
|
||||||
</if>
|
</if>
|
||||||
</where>
|
</where>
|
||||||
|
ORDER BY a.ERPLOCATION,a.STORAGENAME
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="get" resultType="com.cim.idm.model.po.storage.StorageSpec">
|
<select id="get" resultType="com.cim.idm.model.po.storage.StorageSpec">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user