Helius
2021-01-13 7ec998fe0bfc7c0366e52ed5389ae48faabf61f1
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>