zq-erp/src/main/resources/mybatis/mapper/hive/SysVipInfoDao.xml
@@ -499,9 +499,7 @@ <if test="isDeal != null "> is_deal = #{isDeal}, </if> <if test="recommendId != null "> recommend_id = #{recommendId}, </if> <if test="province != null and province !='' "> province = #{province}, </if> @@ -552,6 +550,9 @@ <update id="unbundlingSaleMan"> UPDATE sys_vip_info set recommend_id = NULL where id=#{userId}; </update> <update id="bindingRecommend"> UPDATE sys_vip_info set recommend_id = #{recommendId} where id=#{userId}; </update> <!-- 批量删除 --> <delete id="deleteByIds" parameterType="java.util.List">