parent
187e699249
commit
5160ca6f1a
|
@ -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