Helius
2021-01-22 c8394b89c8473600622fafba8e0fde5e2a229dc9
modify
1 files modified
7 ■■■■■ changed files
zq-erp/src/main/resources/mybatis/mapper/hive/SysVipLabelDao.xml 7 ●●●●● 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">