|
@@ -55,6 +55,20 @@ public class Accident {
|
|
|
@JacksonXmlProperty(localName = "seatsNum")
|
|
@JacksonXmlProperty(localName = "seatsNum")
|
|
|
private String seatsNum;
|
|
private String seatsNum;
|
|
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
|
+ * 使用性质
|
|
|
|
|
+ */
|
|
|
|
|
+ @JacksonXmlProperty(localName = "CUsageCde")
|
|
|
|
|
+ private String cUsageCde;
|
|
|
|
|
+
|
|
|
|
|
+ /**
|
|
|
|
|
+ * 投保类型
|
|
|
|
|
+ * 单交强:DJ
|
|
|
|
|
+ * 单商业:DS交商联保:JS
|
|
|
|
|
+ */
|
|
|
|
|
+ @JacksonXmlProperty(localName = "CProdNo")
|
|
|
|
|
+ private String cProNo;
|
|
|
|
|
+
|
|
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -69,8 +83,10 @@ public class Accident {
|
|
|
RequestLabel r = new RequestLabel();
|
|
RequestLabel r = new RequestLabel();
|
|
|
r.setAuthorityData(ycConfigureParameters.gainAuthorityDataXml());
|
|
r.setAuthorityData(ycConfigureParameters.gainAuthorityDataXml());
|
|
|
// r.setDeptcde(ycConfigureParameters.getDptCde().substring(0, 2));
|
|
// r.setDeptcde(ycConfigureParameters.getDptCde().substring(0, 2));
|
|
|
- r.setDeptcde("00");
|
|
|
|
|
|
|
+ r.setDeptcde("14");
|
|
|
r.setSeatsNum(accidentalDrivingVo.getSeatNum() + "");
|
|
r.setSeatsNum(accidentalDrivingVo.getSeatNum() + "");
|
|
|
|
|
+ r.setCUsageCde("DJ");
|
|
|
|
|
+ r.setCProNo("349003001");
|
|
|
if (StringUtils.isNotEmpty(schemeNo)) {
|
|
if (StringUtils.isNotEmpty(schemeNo)) {
|
|
|
r.setSchemeNo(schemeNo);
|
|
r.setSchemeNo(schemeNo);
|
|
|
}
|
|
}
|