|
@@ -25,7 +25,7 @@
|
|
and ctp.company_id like concat('%',#{params.companyId},'%')
|
|
and ctp.company_id like concat('%',#{params.companyId},'%')
|
|
</if>
|
|
</if>
|
|
<if test="params.userIds != null and params.userIds != ''">
|
|
<if test="params.userIds != null and params.userIds != ''">
|
|
- and ctc.user_id like concat('%',#{params.userIds},'%')
|
|
|
|
|
|
+ and ctc.user_id =#{params.userIds}
|
|
</if>
|
|
</if>
|
|
<if test="params.userId != null and params.userId != ''">
|
|
<if test="params.userId != null and params.userId != ''">
|
|
and cu.user_id = #{params.userId}
|
|
and cu.user_id = #{params.userId}
|