parent
a73a305e16
commit
f7d7d71576
|
@ -327,6 +327,7 @@
|
||||||
<foreach collection="ids" item="id" separator="," open="(" close=")">
|
<foreach collection="ids" item="id" separator="," open="(" close=")">
|
||||||
#{id}
|
#{id}
|
||||||
</foreach>
|
</foreach>
|
||||||
|
ORDER BY t.order DESC
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -274,6 +274,7 @@
|
||||||
<foreach collection="ids" item="id" separator="," open="(" close=")">
|
<foreach collection="ids" item="id" separator="," open="(" close=")">
|
||||||
#{id}
|
#{id}
|
||||||
</foreach>
|
</foreach>
|
||||||
|
ORDER BY t.order DESC
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="getUnderwaySteps" resultType="java.lang.Integer">
|
<select id="getUnderwaySteps" resultType="java.lang.Integer">
|
||||||
|
|
Loading…
Reference in New Issue