diff --git a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/RemoteController.java b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/RemoteController.java index 3426b1c..c0273e1 100644 --- a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/RemoteController.java +++ b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/RemoteController.java @@ -153,7 +153,7 @@ public class RemoteController extends BaseController { List list = archiveDataServicer.query(query.convertToQuery()); if (CollectionUtils.isNotEmpty(list)) { - return new BaseResponse().setErrorcode(ErrorCodeConstants.DATA_EXIST).setErrormsg("已经提交过预约建档"); + return new BaseResponse().setErrorcode(ErrorCodeConstants.NO_POWER).setErrormsg("已经提交过预约建档,请到医生处建档"); } PatientsQuery patientsQuery = new PatientsQuery();