Duan_xu 3 years ago
parent
commit
78e58eec7f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/main/resources/mapper/ClubMapper.xml

+ 2 - 2
src/main/resources/mapper/ClubMapper.xml

@@ -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}, '%'))