模拟数据
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user