1
This commit is contained in:
parent
4c48a4a1f3
commit
c0dcc4e3ca
|
|
@ -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">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user