From 88bb88c7d914655c1e0dea0ce4c509dfd8bccf13 Mon Sep 17 00:00:00 2001 From: tangfutang Date: Tue, 30 Jun 2020 13:42:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=94=BE=E6=AC=BE=E5=90=8E?= =?UTF-8?q?=E7=9D=A3=E6=B5=81=E7=A8=8B=E5=8F=91=E8=B5=B7=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../als/apzl/apply/business/start/initiate/OverseersBO.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src_app_fresh/apx/com/amarsoft/als/apzl/apply/business/start/initiate/OverseersBO.java b/src_app_fresh/apx/com/amarsoft/als/apzl/apply/business/start/initiate/OverseersBO.java index 1e4ded630..4678d8454 100644 --- a/src_app_fresh/apx/com/amarsoft/als/apzl/apply/business/start/initiate/OverseersBO.java +++ b/src_app_fresh/apx/com/amarsoft/als/apzl/apply/business/start/initiate/OverseersBO.java @@ -91,9 +91,9 @@ public class OverseersBO implements Serializable{ public OverseersBO(Map fieldMap, JBOTransaction tx) throws Exception { this.ApplyType = fieldMap.get("ApplyType".toLowerCase()) == null ? "" : fieldMap.get("ApplyType".toLowerCase()).toString(); // 流程实例号 - this.ProductId = fieldMap.get("PROJECT_ID".toLowerCase()) == null ? "" + this.ProjectId = fieldMap.get("PROJECT_ID".toLowerCase()) == null ? "" : fieldMap.get("PROJECT_ID".toLowerCase()).toString(); // 项目id - this.ProjectId = fieldMap.get("PRODUCT_ID".toLowerCase()) == null ? "" + this.ProductId = fieldMap.get("PRODUCT_ID".toLowerCase()) == null ? "" : fieldMap.get("PRODUCT_ID".toLowerCase()).toString(); // 产品id this.ProjectName = fieldMap.get("PROJECT_NAME".toLowerCase()) == null ? "" : fieldMap.get("PROJECT_NAME".toLowerCase()).toString(); // 项目名称