|
@@ -14,8 +14,9 @@
|
|
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}
|
|
|
|
+ <if test="platformOs != null">
|
|
AND t2.platform_os = #{platformOs}
|
|
AND t2.platform_os = #{platformOs}
|
|
-
|
|
|
|
|
|
+ </if>
|
|
</select>
|
|
</select>
|
|
|
|
|
|
</mapper>
|
|
</mapper>
|