From d103d31aac5749e229e9f6ff73c02f9019690f2e Mon Sep 17 00:00:00 2001
From: wzy <wzy19931122ai@163.com>
Date: Tue, 13 Jul 2021 02:42:46 +0800
Subject: [PATCH] fix

---
 zq-erp/src/main/resources/mybatis/mapper/hive/SysVipInfoDao.xml |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/zq-erp/src/main/resources/mybatis/mapper/hive/SysVipInfoDao.xml b/zq-erp/src/main/resources/mybatis/mapper/hive/SysVipInfoDao.xml
index 5203a47..c1b1c2f 100644
--- a/zq-erp/src/main/resources/mybatis/mapper/hive/SysVipInfoDao.xml
+++ b/zq-erp/src/main/resources/mybatis/mapper/hive/SysVipInfoDao.xml
@@ -1366,5 +1366,14 @@
         left join sys_shop_info e on a.SHOP_ID=e.ID
         where a.ID=#{id}
     </select>
+
+    <select id="selectStaff" resultType="com.matrix.system.hive.bean.SysVipInfo">
+        select * from sys_vip_info where 1000 > staff_id;
+    </select>
+
+    <update id="updateStaffIdByPhone">
+        update sys_vip_info set staff_id=#{staffId}
+        where phone=#{phone}
+    </update>
 </mapper>
 	

--
Gitblit v1.9.1