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