Helius
2021-01-06 c0940f59c65120a0d34d2e1dd1071fc3942003a7
zq-erp/src/main/resources/mybatis/mapper/hive/SysVipLabelDao.xml
@@ -44,4 +44,9 @@
            </if>
        </if>
    </select>
    <delete id="deleteByVipId">
        delete from sys_vip_label
        where vip_id=#{vipId}
    </delete>
</mapper>