流程发起数据对接字段名修改

This commit is contained in:
zhangjun 2020-06-03 15:35:33 +08:00
parent 98b0e55d02
commit f8b32804cb

View File

@ -107,8 +107,8 @@ public class ChangeBusinessBO implements Serializable {
this.projectId = fieldMap.get("projectId".toLowerCase()) == null ? ""
: fieldMap.get("projectId".toLowerCase()).toString(); // 项目编号
this.carAttributes = fieldMap.get("carAttributes".toLowerCase()) == null ? ""
: fieldMap.get("carAttributes".toLowerCase()).toString(); // 车辆属性
this.carAttributes = fieldMap.get("CAR_TYPE".toLowerCase()) == null ? ""
: fieldMap.get("CAR_TYPE".toLowerCase()).toString(); // 车辆属性
this.productId = fieldMap.get("productId".toLowerCase()) == null ? null
: fieldMap.get("productId".toLowerCase()).toString(); // 产品类型
this.CUSTOMERNAME = fieldMap.get("customername".toLowerCase()) == null ? ""
@ -123,8 +123,8 @@ public class ChangeBusinessBO implements Serializable {
: fieldMap.get("userid".toLowerCase()).toString();
this.leasform = fieldMap.get("leasform".toLowerCase()) == null ? ""
: fieldMap.get("leasform".toLowerCase()).toString();
this.FlowKey = fieldMap.get("FlowKey".toLowerCase()) == null ? ""
: fieldMap.get("FlowKey".toLowerCase()).toString();
this.FlowKey = fieldMap.get("project_no".toLowerCase()) == null ? ""
: fieldMap.get("project_no".toLowerCase()).toString();
this.businessType = RestfullConstant.baseProperty.get("BUSINESS_TYPE") == null ? ""
: RestfullConstant.baseProperty.get("BUSINESS_TYPE").toString(); // 业务类型