寻找库位逻辑修改

This commit is contained in:
陆一凡 2025-03-08 20:22:49 +08:00
parent 7af3ec23f2
commit 493829a009

View File

@ -64,6 +64,7 @@
<if test="isWorking != null ">and is_working = #{isWorking}</if> <if test="isWorking != null ">and is_working = #{isWorking}</if>
<if test="isEnable != null ">and is_enable = #{isEnable}</if> <if test="isEnable != null ">and is_enable = #{isEnable}</if>
</where> </where>
order by w_depth desc, w_layer asc,w_col asc
</select> </select>
<select id="selectAppLocationById" parameterType="String" resultMap="AppLocationResult"> <select id="selectAppLocationById" parameterType="String" resultMap="AppLocationResult">