From 1fa01c4665d7c21579dbde1c9fc392ae74b1571a Mon Sep 17 00:00:00 2001 From: ljw Date: Thu, 26 Dec 2024 17:10:32 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=2012.26=E6=96=B0=E5=A2=9E=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E5=AD=97=E6=AE=B5:=20=E5=A4=96=E8=B4=B8=E5=9F=BA?= =?UTF-8?q?=E6=9C=AC=E4=BF=A1=E6=81=AF=E6=96=B0=E5=A2=9E=E5=AD=97=E6=AE=B5?= =?UTF-8?q?:cosmic(=E6=9E=9A=E4=B8=BE:=E6=98=AF=E5=90=A6=EF=BC=8C=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E6=98=AF=EF=BC=8C=E9=94=81=E5=AE=9A=EF=BC=8C=E6=98=AF?= =?UTF-8?q?:true=EF=BC=8C=E5=90=A6:false)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/yem/wm/syn/eas/PayapplyService.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/com/yem/wm/syn/eas/PayapplyService.java b/src/main/java/com/yem/wm/syn/eas/PayapplyService.java index cb29e730..4d780fb6 100644 --- a/src/main/java/com/yem/wm/syn/eas/PayapplyService.java +++ b/src/main/java/com/yem/wm/syn/eas/PayapplyService.java @@ -108,6 +108,7 @@ public class PayapplyService extends AbstractOperationServicePlugIn { SimpleDateFormat fmtTime = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); String yemBizdate = fmtDate.format(dataEntitie.getDate("yem_bizdate")); json.put("bizDate", yemBizdate); + json.put("cosmic", dataEntitie.getString("yem_cosmic")); //申请人 creator DynamicObject creators = dataEntitie.getDynamicObject("creator"); if (creators != null) {