|
@@ -502,8 +502,8 @@
|
|
|
left join cm_serviceteam_role csr on csr.id = csg.teamId
|
|
|
left join serviceprovider s on ccr.serviceProviderID = s.serviceProviderID
|
|
|
WHERE ccr.serviceProviderId = #{serviceProviderId}
|
|
|
-# and ccr.remarks IS NOT NULL
|
|
|
-# and ccr.clubId is null
|
|
|
+ and ccr.remarks IS NOT NULL
|
|
|
+ and ccr.clubId is null
|
|
|
<if test="keyWord != null and keyWord != ''">
|
|
|
and (ccr.questionMan LIKE CONCAT('%', #{keyWord}, '%')
|
|
|
or ccr.remarks LIKE CONCAT('%', #{keyWord}, '%'))
|