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