Duan_xu 3 년 전
부모
커밋
78e58eec7f
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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}, '%'))