更新待办任务为update

This commit is contained in:
wulin 2020-11-20 15:05:17 +08:00
parent 0cf176b6eb
commit da2a75c0c8

View File

@ -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("更新待办任务失败");
} }