Browse Source

CRM系统升级优化

kaick 1 year ago
parent
commit
dae555902b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resources/mapper/BaseMapper.xml

+ 1 - 1
src/main/resources/mapper/BaseMapper.xml

@@ -210,7 +210,7 @@
         FROM cm_behavior_record b
         LEFT JOIN club c ON b.userID = c.userID
         LEFT JOIN serviceprovider sp ON c.spID = sp.serviceProviderID
-        WHERE b.userId !=0
+        WHERE b.userId !=0 and c.spId!=1342
         and b.pageType in (6, 8, 11)
         and DATE (b.accessTime) = DATE (#{accessTime})
         GROUP BY c.spId