|
@@ -123,8 +123,10 @@ public class OrderQueryVo {
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "起保开始时间")
|
|
@ApiModelProperty(value = "起保开始时间")
|
|
|
private String attachStartDateStr;
|
|
private String attachStartDateStr;
|
|
|
|
|
+
|
|
|
@ApiModelProperty(value = "起保结束时间")
|
|
@ApiModelProperty(value = "起保结束时间")
|
|
|
private String attachEndDateStr;
|
|
private String attachEndDateStr;
|
|
|
|
|
+
|
|
|
@ApiModelProperty(value = "机构来源")
|
|
@ApiModelProperty(value = "机构来源")
|
|
|
private String managementSource;
|
|
private String managementSource;
|
|
|
|
|
|
|
@@ -153,9 +155,6 @@ public class OrderQueryVo {
|
|
|
@ApiModelProperty(value = "非车保单号")
|
|
@ApiModelProperty(value = "非车保单号")
|
|
|
private String noPolicyNo;
|
|
private String noPolicyNo;
|
|
|
|
|
|
|
|
- @ApiModelProperty(value = "业务来源")
|
|
|
|
|
- private String source;
|
|
|
|
|
-
|
|
|
|
|
public LocalDate getEndDatePlusOneDay() {
|
|
public LocalDate getEndDatePlusOneDay() {
|
|
|
if(ObjectUtils.isEmpty(endDate)){
|
|
if(ObjectUtils.isEmpty(endDate)){
|
|
|
return endDate;
|
|
return endDate;
|