zq-erp/src/main/resources/mybatis/mapper/hive/SysVipLabelDao.xml | ●●●●● patch | view | raw | blame | history |
zq-erp/src/main/resources/mybatis/mapper/hive/SysVipLabelDao.xml
@@ -48,9 +48,10 @@ <select id="selectByVipId" resultType="com.matrix.system.hive.bean.SysVipLabel"> select * from sys_vip_label where vip_id=#{vipId} select b.* from sys_vip_label_relate a inner join sys_vip_label b on a.label_id=b.id where a.vip_id=#{vipId} </select> <select id="selectByModel" resultType="com.matrix.system.hive.bean.SysVipLabel">