|
|
@ -145,7 +145,7 @@ public class CrmCustomerTempService extends MybatisBaseService<CrmCustomerTempMa |
|
|
|
qw.eq("cct.staffSid", query.getStaffSid()); |
|
|
|
} |
|
|
|
|
|
|
|
if (query.getCustomerSidList().size() > 0) { |
|
|
|
if (query.getCustomerSidList() != null && query.getCustomerSidList().size() > 0) { |
|
|
|
qw.notIn("cct.sid", query.getCustomerSidList()); |
|
|
|
} |
|
|
|
String remindStartDay = query.getRemindStartDay(); |
|
|
|