|
|
@@ -190,7 +190,7 @@ public class ReleaseUserTask {
|
|
|
List<Notice> ln = new ArrayList<>();
|
|
|
List<userDaysBo> userChannelList = new ArrayList<userDaysBo>();
|
|
|
for (User u : userList) {
|
|
|
- if (StringUtils.isNotBlank(u.getId())&&AFTConstants.CAOJIN_AID.equals(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;
|