@@ -23,7 +23,7 @@
<if test="param.endTime != null and param.endTime != ''">
and l.create_time <= #{param.endTime}
</if>
- <if test="param.deptIds != null and param.deptIds.length >0 ''">
+ <if test="param.deptIds != null and param.deptIds.size >0 ''">
and u.dept_id in
<foreach collection="param.deptIds" item="deptId" open="(" separator="," close=")">
#{deptId}
@@ -22,7 +22,7 @@
and u.create_time <= #{param.endTime}