抢晒镜修改

This commit is contained in:
quyixiao 2020-12-21 20:50:18 +08:00
parent ea07a5a597
commit 2fee9f9a44

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("sure", 3); r.put("sure", 0);
return r.put("commentId",commentId); return r.put("commentId",commentId);
} }