|
@@ -520,8 +520,8 @@ public class InvReceivableServiceImpl implements InvReceivableService {
|
|
|
.add(invSource.getNonCarPremiumTax().multiply(invSource.getMaxNonCarReceivableRatio())));
|
|
.add(invSource.getNonCarPremiumTax().multiply(invSource.getMaxNonCarReceivableRatio())));
|
|
|
invSource.setClearingState("未结算".equals(invSource.getClearingState()) ? "0" :
|
|
invSource.setClearingState("未结算".equals(invSource.getClearingState()) ? "0" :
|
|
|
"已结算".equals(invSource.getClearingState()) ? "1" : invSource.getClearingState());
|
|
"已结算".equals(invSource.getClearingState()) ? "1" : invSource.getClearingState());
|
|
|
- invSource.setInsuranceClearingState("未结算".equals(invSource.getClearingState()) ? "0" :
|
|
|
|
|
- "已结算".equals(invSource.getClearingState()) ? "1" : invSource.getClearingState());
|
|
|
|
|
|
|
+ invSource.setInsuranceClearingState("未结算".equals(invSource.getInsuranceClearingState()) ? "0" :
|
|
|
|
|
+ "已结算".equals(invSource.getInsuranceClearingState()) ? "1" : invSource.getInsuranceClearingState());
|
|
|
return invSourceMapper.updateById(invSource) > 0 ? true : false;
|
|
return invSourceMapper.updateById(invSource) > 0 ? true : false;
|
|
|
}
|
|
}
|
|
|
|
|
|