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>