|
@@ -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
|