@@ -15,7 +15,7 @@
</if>
<if test="param.deptId != null ">
and u.dept_id = #{param.deptId}
- </if>s
+ </if>
<if test="param.startTime != null and param.startTime != ''">
and u.create_time >= #{param.startTime}