|
|
@@ -237,6 +237,11 @@ public class ReleaseUserTask {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ /**
|
|
|
+ * 客户提醒
|
|
|
+ * @param userList
|
|
|
+ * @throws InterruptedException
|
|
|
+ */
|
|
|
private void pushUserDays(List<User> userList ) throws InterruptedException {
|
|
|
LoggerUtils.debug(getClass(), "==============客户提醒开始============");
|
|
|
List<Notice> ln = new ArrayList<>();
|
|
|
@@ -302,7 +307,6 @@ public class ReleaseUserTask {
|
|
|
customerService.pushReleaseLog(users1);
|
|
|
addUserNotice(users1);
|
|
|
lockSignList.addAll(users1);
|
|
|
-
|
|
|
}
|
|
|
}
|
|
|
}
|