浏览代码

定向包 优化查询相关组sql

zhaoxian 4 年之前
父节点
当前提交
4a64b8a966

+ 1 - 1
module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/ai/mapper/xml/KuaishouDirectionalPckageRelMapper.xml

@@ -53,7 +53,7 @@
         where dir_id = #{id}
         AND rel_type = 'account'
         <if test=" status!=null">
-            t1.data_status = #{status}
+        AND  t1.data_status = #{status}
         </if>
         <if test="accountIds!=null">
             AND rel_id IN