|
|
@@ -14,9 +14,6 @@
|
|
|
<if test="dto.endTime != null">
|
|
|
and #{dto.endTime} >= t2.end_time
|
|
|
</if>
|
|
|
- <if test="dto.userId != null">
|
|
|
- and t3.id = #{dto.userId}
|
|
|
- </if>
|
|
|
<if test="dto.userName != null and dto.userName != ''">
|
|
|
and t3.name like concat('%', #{dto.userId}, '%')
|
|
|
</if>
|