From 18427392976a84169df346ec9d0c4a8a520b33f6 Mon Sep 17 00:00:00 2001 From: jiangjiazhi Date: Tue, 30 Aug 2016 14:40:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=B0=E7=94=B5=E5=AD=90?= =?UTF-8?q?=E7=97=85=E5=8E=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/lyms/platform/operate/web/result/MatDeliverListResult.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/result/MatDeliverListResult.java b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/result/MatDeliverListResult.java index 40649df..e9e88f2 100644 --- a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/result/MatDeliverListResult.java +++ b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/result/MatDeliverListResult.java @@ -99,7 +99,7 @@ public class MatDeliverListResult { setyChanQi(DateUtil.getyyyy_MM_dd(patients.getDueDate())); } if (null != patients.getBuildType()) { - dueType = 0 == patients.getBuildType() ? "0" : "1"; + setDueType(2 == patients.getBuildType() ? "1" : "0"); } setIsGravida(patients.getType()==3?"0":"1"); setName(patients.getUsername()); -- 1.8.3.1