Browse Source

添加查询模板接口

zhaoxian 4 years ago
parent
commit
23d4eb7f10

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

@@ -13,7 +13,7 @@
             ctop_kuaishou_template t1
                 LEFT JOIN ctop_kuaishou_template_target t2 ON t1.template_id = t2.template_id
         WHERE
-            t1.account_id = #{accountId};
+            t1.account_id = #{accountId}
             AND t2.platform_os = #{platformOs}
 
     </select>