提交修改

This commit is contained in:
quyixiao 2020-12-22 16:32:43 +08:00
parent 74a47f44ce
commit 5d4f266fea

View File

@ -911,6 +911,7 @@ public class ResultRecordServiceImpl extends ServiceImpl<ResultRecordMapper, Res
r.put("resultRecordId", taskListDto.getRecordId());
}
}
r.put("waitTime", 3);
r.put("sure", 0);
return r.put("commentId",commentId);
}