去掉日志引起的异常问题
This commit is contained in:
parent
d2c8adbcd9
commit
d54d9b1eeb
@ -901,7 +901,7 @@ public class DingtalkBusiness {
|
|||||||
|
|
||||||
|
|
||||||
public String sendWorkMSGWithAsyn(StaffSimpleInfo fromStaff, List<StaffSimpleInfo> toStaffids, int type) {
|
public String sendWorkMSGWithAsyn(StaffSimpleInfo fromStaff, List<StaffSimpleInfo> toStaffids, int type) {
|
||||||
logger.info("推送人员个数:{}", toStaffids.size());
|
|
||||||
if (toStaffids != null
|
if (toStaffids != null
|
||||||
&& toStaffids.size() > 0
|
&& toStaffids.size() > 0
|
||||||
&& (toStaffids.get(0).getEmployeeId() == null ||
|
&& (toStaffids.get(0).getEmployeeId() == null ||
|
||||||
|
|||||||
@ -345,7 +345,7 @@ public class AssessManagerServiceImpl implements AssessManagerService {
|
|||||||
log.info("更新flowRecord记录,i:" + updateExecution);
|
log.info("更新flowRecord记录,i:" + updateExecution);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
log.info("开始评分需要推送消息人员数量{}", toStaffids.size());
|
||||||
if(CollectionUtils.isNotEmpty(toStaffids)){
|
if(CollectionUtils.isNotEmpty(toStaffids)){
|
||||||
//通知评分
|
//通知评分
|
||||||
try {
|
try {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user