|
@@ -144,7 +144,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
1 = 1
|
|
|
<if test="sessionId != null and sessionId != ''"> and session_id = #{sessionId}</if>
|
|
|
<if test="type != null "> and type = #{type}</if>
|
|
|
- <if test="userId != null "> and user_id = #{userId}</if>
|
|
|
+ <if test="userId != null "> and (user_id = #{userId} or transfer_user_id = #{userId})</if>
|
|
|
<if test="userName != null and userName != ''"> and user_name like concat('%', #{userName}, '%')</if>
|
|
|
<if test="serviceCategory != null "> and service_category = #{serviceCategory}</if>
|
|
|
<if test="timeBegin != null "> and time_begin >= #{timeBegin}</if>
|