From c0a1e58617d69fa78cceebb27376e57e324a562e Mon Sep 17 00:00:00 2001
From: zhubaomin <zhubaomin>
Date: 星期三, 21 八月 2024 08:51:51 +0800
Subject: [PATCH] Merge branch 'master' of http://8.140.179.55:20000/r/pipIrr-SV

---
 pipIrr-platform/pipIrr-web/pipIrr-web-wechat/src/main/java/com/dy/pipIrrWechat/wechatpay/PaymentSv.java |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/pipIrr-platform/pipIrr-web/pipIrr-web-wechat/src/main/java/com/dy/pipIrrWechat/wechatpay/PaymentSv.java b/pipIrr-platform/pipIrr-web/pipIrr-web-wechat/src/main/java/com/dy/pipIrrWechat/wechatpay/PaymentSv.java
index bac6e73..50edb2b 100644
--- a/pipIrr-platform/pipIrr-web/pipIrr-web-wechat/src/main/java/com/dy/pipIrrWechat/wechatpay/PaymentSv.java
+++ b/pipIrr-platform/pipIrr-web/pipIrr-web-wechat/src/main/java/com/dy/pipIrrWechat/wechatpay/PaymentSv.java
@@ -2,6 +2,7 @@
 
 import com.dy.pipIrrGlobal.daoSe.SeClientMapper;
 import com.dy.pipIrrGlobal.daoSe.SeOpenIdMapper;
+import com.dy.pipIrrGlobal.daoSe.SeVcOperateMapper;
 import com.dy.pipIrrGlobal.daoSe.SeVcRechargeMapper;
 import com.dy.pipIrrGlobal.pojoSe.SeClient;
 import com.dy.pipIrrGlobal.pojoSe.SeOpenId;
@@ -30,6 +31,9 @@
 
     @Autowired
     private SeClientMapper seClientMapper;
+
+    @Autowired
+    private SeVcOperateMapper seVcOperateMapper;
 
     /**
      * 鏍规嵁鐧诲綍鎬両D鑾峰彇鐧诲綍鎬佸璞�
@@ -80,4 +84,14 @@
         //return po.getClientId();
         return po.getId();
     }
+
+    /**
+     * 娣诲姞铏氭嫙鍗℃搷浣滆褰�
+     * @param po
+     * @return
+     */
+    //public Long insertVcOperate(SeVcOperate po) {
+    //    seVcOperateMapper.insert(po);
+    //    return po.getId();
+    //}
 }
\ No newline at end of file

--
Gitblit v1.8.0