|
|
@@ -18,6 +18,7 @@ import com.ydtech.modules.order.entity.api.guoren.constants.RelifReason;
|
|
|
import com.ydtech.modules.order.entity.vo.BaseQuoteInfoVo;
|
|
|
import com.ydtech.modules.order.entity.vo.VehicleAndVesselTax;
|
|
|
import com.ydtech.modules.order.entity.vo.guoren.GuoRenSpecialAgreementVo;
|
|
|
+import com.ydtech.modules.protocol.utils.AssertionUtils;
|
|
|
import com.ydtech.utils.DateTimeUtil;
|
|
|
import com.ydtech.utils.StringUtils;
|
|
|
import lombok.Data;
|
|
|
@@ -868,6 +869,8 @@ public class PremiumReq {
|
|
|
|
|
|
public PrpTcarshipTaxDTO(VehicleAndVesselTax vehicleAndVesselTax) {
|
|
|
RelifReason flag = Enum.valueOf(RelifReason.class, RelifReason.TITLE + vehicleAndVesselTax.getTaxRelifFlag());
|
|
|
+ AssertionUtils.isEmpty(flag, "车船税信息不能为空");
|
|
|
+
|
|
|
this.taxRelifFlag = flag.getCode();
|
|
|
|
|
|
//返回空
|