|
|
|
@@ -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) { |
|
|
|
|