提交修改

This commit is contained in:
quyixiao 2020-12-21 20:49:52 +08:00
parent 5b2853dcaa
commit ea07a5a597

View File

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