From ace701b1d22fbb6a63effd49bb8680f9079fd96f Mon Sep 17 00:00:00 2001 From: xiaohanzi Date: Fri, 23 Apr 2021 15:31:59 +0800 Subject: [PATCH] update --- .../java/com/iformall/service/impl/WxCashOutServiceImpl.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mallinkService/src/main/java/com/iformall/service/impl/WxCashOutServiceImpl.java b/mallinkService/src/main/java/com/iformall/service/impl/WxCashOutServiceImpl.java index 5db2e0c84..8480960e6 100644 --- a/mallinkService/src/main/java/com/iformall/service/impl/WxCashOutServiceImpl.java +++ b/mallinkService/src/main/java/com/iformall/service/impl/WxCashOutServiceImpl.java @@ -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) {