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