|
|
@@ -209,6 +209,10 @@ public class DepositRefundApplyService {
|
|
|
case ENT_PAY:
|
|
|
userMoneyWithdrawApplyService
|
|
|
.sendApply(user.getOpenId(), apply.getAmount(), apply.getRefundId(), checkinInfo);
|
|
|
+ apply.setStatus(DepositRefundStatus.SUCCESS);
|
|
|
+ apply.setRefundTime(LocalDateTime.now());
|
|
|
+ depositRefundApplyRepo.save(apply);
|
|
|
+ checkinInfo.setDepositStatus(DepositStatus.REFUNDED);
|
|
|
break;
|
|
|
default:
|
|
|
throw new BusinessException("暂不支持");
|