更新待办任务为update
This commit is contained in:
parent
0cf176b6eb
commit
da2a75c0c8
@ -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.insertThirdMsgSendRecord(thirdMsgSendRecord);
|
thirdMsgSendRecordService.updateCoverThirdMsgSendRecordById(thirdMsgSendRecord);
|
||||||
}else{
|
}else{
|
||||||
logger.info("更新待办任务失败");
|
logger.info("更新待办任务失败");
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user