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> </if>
and IS_DELETE = 0 and IS_DELETE = 0
</where> </where>
ORDER BY AREA_CODE ASC ORDER BY attr2 ASC
</select> </select>
<select id="selectWmStorageAreaListVo" parameterType="AreaVo" resultMap="WmStorageAreaVoResult"> <select id="selectWmStorageAreaListVo" parameterType="AreaVo" resultMap="WmStorageAreaVoResult">