|
@@ -22,8 +22,9 @@
|
|
<if test="param.endTime != null and param.endTime != ''">
|
|
<if test="param.endTime != null and param.endTime != ''">
|
|
and u.create_time <= #{param.endTime}
|
|
and u.create_time <= #{param.endTime}
|
|
</if>
|
|
</if>
|
|
|
|
+ and u.dept_id in
|
|
<foreach collection="param.deptIds" item="deptId" open="(" separator="," close=")">
|
|
<foreach collection="param.deptIds" item="deptId" open="(" separator="," close=")">
|
|
- and u.dept_id in #{deptId}
|
|
|
|
|
|
+ #{deptId}
|
|
</foreach>
|
|
</foreach>
|
|
order by u.create_time desc
|
|
order by u.create_time desc
|
|
</select>
|
|
</select>
|