|
@@ -113,7 +113,7 @@
|
|
|
|
|
|
<select id="queryUnitInfoByAccountId" resultType="cn.com.ctop.kuaishou.modules.batch.entity.KuaiShouGroup">
|
|
<select id="queryUnitInfoByAccountId" resultType="cn.com.ctop.kuaishou.modules.batch.entity.KuaiShouGroup">
|
|
SELECT
|
|
SELECT
|
|
- account_id,campaign_id,unit_id,unit_id
|
|
|
|
|
|
+ account_id,campaign_id,unit_id
|
|
FROM ctop_kuaishou_group
|
|
FROM ctop_kuaishou_group
|
|
WHERE account_id = #{accountId}
|
|
WHERE account_id = #{accountId}
|
|
</select>
|
|
</select>
|