Browse Source

CID-->注释黑名单查询条件

wjj 6 days ago
parent
commit
a3b06d9758

+ 6 - 6
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}
@@ -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>