fix
Helius
2021-07-12 e47e795b062e68b55aa28c955a2c8407c6ed9cb5
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>