查询
This commit is contained in:
@@ -67,13 +67,13 @@
|
||||
#{id}
|
||||
</foreach>
|
||||
</if>
|
||||
<if test=" null != ids and ids.size()> 0">
|
||||
order by field(INSTITUTION_ID,
|
||||
<foreach item="id" collection="ids" open="" separator="," close="" index="index">
|
||||
#{id}
|
||||
</foreach>)
|
||||
</if>
|
||||
-- order by u.CREATION_TIME desc,u.USID
|
||||
<!-- <if test=" null != ids and ids.size()> 0">-->
|
||||
<!-- order by field(INSTITUTION_ID,-->
|
||||
<!-- <foreach item="id" collection="ids" open="" separator="," close="" index="index">-->
|
||||
<!-- #{id}-->
|
||||
<!-- </foreach>)-->
|
||||
<!-- </if>-->
|
||||
order by u.CREATION_TIME desc,u.USID
|
||||
limit #{start},#{end}
|
||||
</select>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user