模拟数据

This commit is contained in:
苏竹红
2024-06-04 22:20:56 +08:00
parent 48a46ccff3
commit c5ef4cab02
2 changed files with 1 additions and 2 deletions

View File

@@ -102,7 +102,7 @@ public class XfsgEhrServiceImpl implements XfsgEhrService {
return null;
}
StaffExamInfoDTO staffExamInfoDTO = new StaffExamInfoDTO();
staffExamInfoDTO.setExamScore("97.8");
staffExamInfoDTO.setExamScore("100");
staffExamInfoDTO.setExamResult("正考通过");
return staffExamInfoDTO;
// return JSON.parseObject(data.toJSONString(), StaffExamInfoDTO.class);