Browse Source

update

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

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

@@ -138,8 +138,6 @@ public class WxCashOutServiceImpl implements WxCashOutService {
}
}
WxMerchant m = null;
System.out.println(m.getAccountId());
//记录提现记录
WxCashOut cashout = new WxCashOut();
final IdWorker idWorker = IdWorker.get();
@@ -158,6 +156,9 @@ public class WxCashOutServiceImpl implements WxCashOutService {
cashout.updateTenantInfo(buser);
wxCashOutMapper.insert(cashout);
WxMerchant m = null;
System.out.println(m.getAccountId());
//TODO有没有审批
boolean hasAudit = hasWorkFlow(buser);
if (hasAudit) {


Loading…
Cancel
Save