寻找库位逻辑修改
This commit is contained in:
parent
7af3ec23f2
commit
493829a009
|
|
@ -64,6 +64,7 @@
|
|||
<if test="isWorking != null ">and is_working = #{isWorking}</if>
|
||||
<if test="isEnable != null ">and is_enable = #{isEnable}</if>
|
||||
</where>
|
||||
order by w_depth desc, w_layer asc,w_col asc
|
||||
</select>
|
||||
|
||||
<select id="selectAppLocationById" parameterType="String" resultMap="AppLocationResult">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user