Ver Fonte

全局黑名单校验注释对象类型判断

zyy há 2 semanas atrás
pai
commit
2a57d07006

+ 3 - 3
fs-service/src/main/resources/mapper/company/CompanyVoiceRoboticCallBlacklistMapper.xml

@@ -193,9 +193,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         where deleted = 0
         and status = 1
         and company_id is null
-        <if test="targetType != null and targetType != ''">
-        and target_type = #{targetType}
-        </if>
+<!--        <if test="targetType != null and targetType != ''">-->
+<!--        and target_type = #{targetType}-->
+<!--        </if>-->
         <if test="businessType != null and businessType != ''">
             and business_type = #{businessType}
         </if>