|
|
@@ -125,6 +125,13 @@ public class InsAreaCompanyAccidentalDriving implements Serializable {
|
|
|
this.setRideRiskName(jsonObject.getString("goodsName"));
|
|
|
this.setQuantity(jsonObject.getInteger("quantity"));
|
|
|
this.setCompanyId(t.getCompanyId());
|
|
|
+ }else if(t.getCompanyId().equals("HTIC1000000")){
|
|
|
+ // 华泰
|
|
|
+ JSONObject jsonObject = JSONObject.parseObject(JSONObject.toJSONString(t.getAccidentalDrivingVo()));
|
|
|
+ this.setRideRiskCode(jsonObject.getString("mealcode"));
|
|
|
+ this.setRideRiskCode(jsonObject.getString("productname"));
|
|
|
+ this.setQuantity(jsonObject.getInteger("num"));
|
|
|
+ this.setCompanyId(t.getCompanyId());
|
|
|
}
|
|
|
}
|
|
|
}
|