|
|
@ -691,6 +691,8 @@ public class LoanRepurchaseApplyService extends MybatisBaseService<LoanRepurchas |
|
|
|
LoanRepurchaseApply repurchaseApply = fetchBySid(businessSid); |
|
|
|
repurchaseApply.setCloseDate(new DateTime()); |
|
|
|
baseMapper.updateById(repurchaseApply); |
|
|
|
//更新车辆表回购状态
|
|
|
|
baseMapper.updateBus(repurchaseApply.getBusVinSid()); |
|
|
|
} else { |
|
|
|
//极光推送
|
|
|
|
loanRepurchaseApply = fetchBySid(businessSid); |
|
|
|