Commit 606faef79762069a7830e2b2cf7624d72f1152b6
1 parent
5803f50ea8
Exists in
master
and in
6 other branches
预约建档
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/RemoteController.java
View file @
606faef
... | ... | @@ -153,7 +153,7 @@ |
153 | 153 | List<ArchiveData> list = archiveDataServicer.query(query.convertToQuery()); |
154 | 154 | if (CollectionUtils.isNotEmpty(list)) |
155 | 155 | { |
156 | - return new BaseResponse().setErrorcode(ErrorCodeConstants.DATA_EXIST).setErrormsg("已经提交过预约建档"); | |
156 | + return new BaseResponse().setErrorcode(ErrorCodeConstants.NO_POWER).setErrormsg("已经提交过预约建档,请到医生处建档"); | |
157 | 157 | } |
158 | 158 | |
159 | 159 | PatientsQuery patientsQuery = new PatientsQuery(); |