This commit is contained in:
15066119699 2025-03-08 21:02:53 +08:00
parent 4c48a4a1f3
commit c0dcc4e3ca

View File

@ -64,7 +64,11 @@
<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 order by
w_layer asc,
w_col asc,
w_depth desc,
w_row asc
</select> </select>
<select id="selectAppLocationById" parameterType="String" resultMap="AppLocationResult"> <select id="selectAppLocationById" parameterType="String" resultMap="AppLocationResult">