|
|
@@ -794,7 +794,7 @@ public class HuaTaiQuotedPriceRequest extends HuaTaiBaseRequest {
|
|
|
int randomNum = new Random().nextInt(HuaTaiBaseCode.getOccupation().size());
|
|
|
this.occupationCode = HuaTaiBaseCode.getOccupation().get(randomNum);//后续需要根据接口维护返参到表里
|
|
|
this.identifyValidDate = customerInfoVo.getIdentifyValidDate() + " " + TimeConstants.START_TIME;
|
|
|
- this.identifyValidEndDate = customerInfoVo.getIdentifyValidEndDate() + " " + TimeConstants.END_TIME;
|
|
|
+ this.identifyValidEndDate = customerInfoVo.getIdentifyValidEndDate() + " " + TimeConstants.START_TIME;
|
|
|
if ("2".equals(role)) {
|
|
|
this.carInsuredRelation = "1";
|
|
|
}
|
|
|
@@ -808,7 +808,7 @@ public class HuaTaiQuotedPriceRequest extends HuaTaiBaseRequest {
|
|
|
int randomNum = new Random().nextInt(HuaTaiBaseCode.getOccupation().size());
|
|
|
this.occupationCode = HuaTaiBaseCode.getOccupation().get(randomNum);//后续需要根据接口维护返参到表里
|
|
|
this.identifyValidDate = customerInfoVo.getIdentifyValidDate() + " " + TimeConstants.START_TIME;
|
|
|
- this.identifyValidEndDate = customerInfoVo.getIdentifyValidEndDate() + " " + TimeConstants.END_TIME;
|
|
|
+ this.identifyValidEndDate = customerInfoVo.getIdentifyValidEndDate() + " " + TimeConstants.START_TIME;
|
|
|
this.transactorName = customerInfoVo.getLegalPerson();
|
|
|
if ("2".equals(role)) {
|
|
|
this.carInsuredRelation = "1";
|