Helius
2022-05-26 eb706a988e747b624fda0d44e0aaf6a4ee5e20eb
zq-erp/src/main/resources/mybatis/mapper/hive/SysVipLabelDao.xml
@@ -121,6 +121,14 @@
        where id=#{id}
    </delete>
    <delete id="deleteByIds" parameterType="java.util.List">
        delete from sys_vip_label where  id in
        <foreach collection="list" index="index" item="item" open="("
                 separator="," close=")">
            #{item}
        </foreach>
    </delete>
    <select id="selectByVipId" resultType="com.matrix.system.hive.bean.SysVipLabel">
        select b.*