修改update
This commit is contained in:
parent
da2a75c0c8
commit
bd68d0b157
@ -397,7 +397,7 @@ public class DingTalkUtil {
|
|||||||
if(json.getIntValue("errcode") == 0){
|
if(json.getIntValue("errcode") == 0){
|
||||||
//thirdMsgSendRecord.setTaskId(json.getString("record_id"));
|
//thirdMsgSendRecord.setTaskId(json.getString("record_id"));
|
||||||
thirdMsgSendRecord.setStatus(8);
|
thirdMsgSendRecord.setStatus(8);
|
||||||
thirdMsgSendRecordService.updateCoverThirdMsgSendRecordById(thirdMsgSendRecord);
|
thirdMsgSendRecordService.updateThirdMsgSendRecordById(thirdMsgSendRecord);
|
||||||
}else{
|
}else{
|
||||||
logger.info("更新待办任务失败");
|
logger.info("更新待办任务失败");
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user