|
|
@ -137,9 +137,12 @@ public class GroupExtractServiceImpl implements GroupExtractService { |
|
|
|
|
|
|
|
List<String> partyIds = userService.getPartymembersByCustomerId(param.getCustomerId()); |
|
|
|
List<GridHeartedFormDTO> heartedIds = userService.getWarmHeartedByCustomerId(param.getCustomerId()); |
|
|
|
|
|
|
|
factOriginGroupMainDailyDao.updatePartyFlag(partyIds,param.getCustomerId()); |
|
|
|
factOriginGroupMainDailyDao.updateHeartedFlag(heartedIds,param.getCustomerId()); |
|
|
|
if(!partyIds.isEmpty()) { |
|
|
|
factOriginGroupMainDailyDao.updatePartyFlag(partyIds, param.getCustomerId()); |
|
|
|
} |
|
|
|
if(!heartedIds.isEmpty()) { |
|
|
|
factOriginGroupMainDailyDao.updateHeartedFlag(heartedIds, param.getCustomerId()); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|