This commit is contained in:
zhangjun
2022-08-30 17:21:48 +08:00
parent 01ca5fa835
commit eaec394e0a
@@ -67,13 +67,13 @@
#{id} #{id}
</foreach> </foreach>
</if> </if>
<if test=" null != ids and ids.size()> 0"> <!-- <if test=" null != ids and ids.size()> 0">-->
order by field(INSTITUTION_ID, <!-- order by field(INSTITUTION_ID,-->
<foreach item="id" collection="ids" open="" separator="," close="" index="index"> <!-- <foreach item="id" collection="ids" open="" separator="," close="" index="index">-->
#{id} <!-- #{id}-->
</foreach>) <!-- </foreach>)-->
</if> <!-- </if>-->
-- order by u.CREATION_TIME desc,u.USID order by u.CREATION_TIME desc,u.USID
limit #{start},#{end} limit #{start},#{end}
</select> </select>