修改放款后督流程发起参数
This commit is contained in:
parent
3ecc92bdc3
commit
88bb88c7d9
@ -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(); // 项目名称
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user