|
@@ -401,6 +401,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="projectId != null">
|
|
<if test="projectId != null">
|
|
|
AND ucu.project_id = #{projectId}
|
|
AND ucu.project_id = #{projectId}
|
|
|
</if>
|
|
</if>
|
|
|
|
|
+ <if test="eTime != null and sTime !=null">
|
|
|
|
|
+ AND fs_user.create_time >= #{sTime} AND fs_user.create_time <= #{eTime}
|
|
|
|
|
+ </if>
|
|
|
</where>
|
|
</where>
|
|
|
limit ${(pageNum-1)*pageSize},${pageSize}
|
|
limit ${(pageNum-1)*pageSize},${pageSize}
|
|
|
</select>
|
|
</select>
|