Przeglądaj źródła

外呼黑名单校验注释对象类型判断

zyy 2 tygodni temu
rodzic
commit
b96c022268

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

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