This commit is contained in:
杜建超 2020-10-27 14:31:44 +08:00
parent 02510f9ee6
commit cebe1b1a55

View File

@ -59,7 +59,7 @@ public class AssessManagerServiceImpl implements AssessManagerService {
}
int i = resultRecordMapper.countStartAndGroupNum(flowStart.getId());
ResultRecord resultRecord = resultRecordMapper.selectOneByStartId(flowStart.getId());
res.setJoinNum(resultRecord == null? StringUtil.EMPTY : resultRecord.getStaffName() + i + "");
res.setJoinNum(resultRecord == null? StringUtil.EMPTY : resultRecord.getStaffName() + i + "");
data.add(res);
});
PageUtils pages = new PageUtils();