提交修改

This commit is contained in:
quyixiao 2020-11-03 14:58:24 +08:00
parent 53fb065270
commit e8d8f0020e

View File

@ -1118,6 +1118,8 @@ public class ResultRecordServiceImpl extends ServiceImpl<ResultRecordMapper, Res
List<ResultComment> resultCommentList = resultCommentService.selectByRecordId(recordDetailDto.getResultRecordId());
Map<String,Integer> auth = new HashMap<>();
auth.put("showScore",1);
auth.put("showResult",1);
List<FlowRecord> currentResultRecords = flowRecordService.selectFlowRecordByRecordIdStatus(recordDetailDto.getResultRecordId(),2);
if(currentResultRecords !=null && currentResultRecords.size() > 0 ){
FlowRecord currentResultRecord = null;