refactor(库位): mapper, 排序字段修改

This commit is contained in:
Kelvin 2025-01-05 20:32:53 +08:00
parent ea54889b99
commit 53180f3b48

View File

@ -109,7 +109,7 @@
</if>
and IS_DELETE = 0
</where>
ORDER BY AREA_CODE ASC
ORDER BY attr2 ASC
</select>
<select id="selectWmStorageAreaListVo" parameterType="AreaVo" resultMap="WmStorageAreaVoResult">