修改放款后督流程发起参数

This commit is contained in:
tangfutang 2020-06-30 13:42:35 +08:00
parent 3ecc92bdc3
commit 88bb88c7d9

View File

@ -91,9 +91,9 @@ public class OverseersBO implements Serializable{
public OverseersBO(Map<String, Object> 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(); // 项目名称