From f7960465ae3b31ec2c5014b52c029fa80526c76b Mon Sep 17 00:00:00 2001 From: jiangjiazhi Date: Wed, 6 Jul 2016 11:00:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/lyms/platform/operate/web/result/AntData.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/result/AntData.java b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/result/AntData.java index 56398e4..8c0eb32 100644 --- a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/result/AntData.java +++ b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/result/AntData.java @@ -33,7 +33,7 @@ public class AntData { this.id = model.getId(); this.dueWeek = model.getCurrentDueDate(); this.checkTime = model.getCheckDate(); - this.title="产前复诊"; + this.title="复诊"; this.type="3"; } @@ -44,7 +44,7 @@ public class AntData { int day = (days % 7); this.dueWeek = "孕" + week + "周" + (day > 0 ? "+" + day + "天" : ""); this.checkTime = model.getCheckTime(); - this.title="产前初诊"; + this.title="初诊"; this.type="2"; } -- 1.8.3.1