|
@@ -472,6 +472,12 @@ public class InsAreaCompanyServiceImpl extends ServiceImpl<InsAreaCompanyMapper,
|
|
|
throw new SystemException("非车险总比例不能为空");
|
|
throw new SystemException("非车险总比例不能为空");
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+ if(quoteVo.getTaxamount() == null){
|
|
|
|
|
+ throw new SystemException("请填写车船税");
|
|
|
|
|
+ }
|
|
|
|
|
+ if(quoteVo.getSignDate() == null){
|
|
|
|
|
+ throw new SystemException("请选择签单日期");
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
@Override
|
|
@Override
|