Browse Source

fix cashout

release_toaliyun_real
xiaohanzi 5 years ago
parent
commit
b827c4669d
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      mallinkService/src/main/java/com/iformall/service/impl/WxCashOutServiceImpl.java

+ 3
- 0
mallinkService/src/main/java/com/iformall/service/impl/WxCashOutServiceImpl.java View File

@@ -137,6 +137,9 @@ public class WxCashOutServiceImpl implements WxCashOutService {
redisLock.unlock("merchantLockReduceCashSet_"+merchant.getId(), timeStr);
}
}
WxMerchant m = null;
System.out.println(m.getAccountId());
//记录提现记录
WxCashOut cashout = new WxCashOut();
final IdWorker idWorker = IdWorker.get();


Loading…
Cancel
Save