zq-erp/src/main/resources/mybatis/mapper/hive/SysVipInfoDao.xml
@@ -1366,5 +1366,9 @@ 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> </mapper>