From ddb90cc393ab5b80ed58c99a16a78528588dd73c Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Wed, 11 Aug 2021 17:33:56 +0800 Subject: [PATCH] shanjifa --- zq-erp/src/main/resources/mybatis/mapper/hive/SysVipInfoDao.xml | 5 +++++ 1 files changed, 5 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 dd68e77..c1b1c2f 100644 --- a/zq-erp/src/main/resources/mybatis/mapper/hive/SysVipInfoDao.xml +++ b/zq-erp/src/main/resources/mybatis/mapper/hive/SysVipInfoDao.xml @@ -1370,5 +1370,10 @@ <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