|
|
@ -441,11 +441,11 @@ public class BaseVehicleActualSalesService extends MybatisBaseService<BaseVehicl |
|
|
|
if (r == 0) { |
|
|
|
return rb.setMsg("操作失败!提交的数据不一致"); |
|
|
|
} |
|
|
|
if ("1".equals(dto.getIsPay())) { |
|
|
|
/*if ("1".equals(dto.getIsPay())) { |
|
|
|
if (new BigDecimal(dto.getMoney()).compareTo(new BigDecimal(dto.getPayAccountAll())) != 0) { |
|
|
|
return rb.setMsg("买断费用合计与付款费用合计不一致,不允许提交"); |
|
|
|
} |
|
|
|
} |
|
|
|
}*/ |
|
|
|
//保存或修改未售买断申请
|
|
|
|
dto.setOrgSidPath(orgSidPath); |
|
|
|
ResultBean<String> resultBean = saveOrUpdateVehicleSales(dto); |
|
|
|