From 606faef79762069a7830e2b2cf7624d72f1152b6 Mon Sep 17 00:00:00 2001 From: liquanyu Date: Tue, 15 Jan 2019 15:49:31 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=84=E7=BA=A6=E5=BB=BA=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/lyms/platform/operate/web/controller/RemoteController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 1.8.3.1