Commit 0b627282 by 徐高华

群发

parent 45191b3f
......@@ -146,7 +146,8 @@ public class GroupChatPlanServiceImpl implements GroupChatPlanService {
// 新增群主日志
this.groupChatPlanOwnerLogService.batchAdd(dto.getStaffIdList(), entity);
} else {
int staffCount = entity.getStaffCount();
TabGroupChatPlan old = this.groupChatPlanMapper.selectById(planId) ;
int staffCount = old.getStaffCount();
if (null != dto.getDelStaffIdList()) {
staffCount = staffCount - dto.getDelStaffIdList().split(",").length;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment