|
|
@@ -187,7 +187,7 @@ public class ReleaseUserTask {
|
|
|
List<Notice> ln = new ArrayList<>();
|
|
|
List<userDaysBo> userChannelList = new ArrayList<userDaysBo>();
|
|
|
for (User u : userList) {
|
|
|
- if (StringUtils.isNotBlank(u.getId())) {
|
|
|
+ if (StringUtils.isNotBlank(u.getId())&&AFTConstants.CAOJIN_AID.equals(u.getId())) {
|
|
|
List<userDaysBo> userTmpList = customerService.selectReleaseUserDays(u.getId());
|
|
|
for (userDaysBo ub : userTmpList) {
|
|
|
String str=null;
|
|
|
@@ -232,7 +232,7 @@ public class ReleaseUserTask {
|
|
|
List<LockingReleaseBo> lockUserList = new ArrayList<LockingReleaseBo>();
|
|
|
if (userList != null && !userList.isEmpty()) {
|
|
|
for (User u : userList) {
|
|
|
- if (StringUtils.isNotBlank(u.getId())) {
|
|
|
+ if (StringUtils.isNotBlank(u.getId())&&AFTConstants.CAOJIN_AID.equals(u.getId())) {
|
|
|
// 获取30天释放 释放以锁定表与user_mid最后跟进取时间
|
|
|
List<LockingReleaseBo> userTmpList = customerService.selectWaitReleaseCustomer(u.getId());
|
|
|
customerService.pushReleaseLog(userTmpList, 0);
|