日志null
This commit is contained in:
parent
7856d7d7ac
commit
1de8ddaa6c
@ -432,9 +432,10 @@ public class DingtalkBusiness {
|
|||||||
dingTalkUtil.updateWorkMSG(thirdMsgSendRecord, token);
|
dingTalkUtil.updateWorkMSG(thirdMsgSendRecord, token);
|
||||||
}
|
}
|
||||||
}else{
|
}else{
|
||||||
logger.info("开始批量推送消息,数量{}, appid{}", toStaffids.size(), appid);
|
logger.info("开始批量推送消息,appid{}", toStaffids.size(), appid);
|
||||||
|
|
||||||
if(toStaffids == null){//流程流转走的代码
|
if(toStaffids == null){//流程流转走的代码
|
||||||
|
logger.info("需要处理人员信息{}", fromStaff);
|
||||||
String url = hostUrl;
|
String url = hostUrl;
|
||||||
if(url.contains("?")){
|
if(url.contains("?")){
|
||||||
url += "&halokit=" + System.currentTimeMillis();
|
url += "&halokit=" + System.currentTimeMillis();
|
||||||
@ -570,6 +571,7 @@ public class DingtalkBusiness {
|
|||||||
|
|
||||||
|
|
||||||
}else{//批量推送给指定人员
|
}else{//批量推送给指定人员
|
||||||
|
logger.info("批量推送数量{}", toStaffids.size());
|
||||||
for (StaffSimpleInfo info:toStaffids
|
for (StaffSimpleInfo info:toStaffids
|
||||||
) {
|
) {
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user