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