|
@@ -405,7 +405,6 @@ public class KuaishouInterfaceServiceImpl implements IKuaishouInterfaceService {
|
|
|
List<KuaishouReportDailyCampaign> details = kuaishouResult.getData().getDetails();
|
|
|
details.forEach((campaign) -> {
|
|
|
campaign.setAccountId(advertiserId);
|
|
|
- campaign.setId("" + campaign.getAccountId() + campaign.getCampaignId() + campaign.getStatDate());
|
|
|
dailyCampaignService.saveOrUpdate(campaign);
|
|
|
});
|
|
|
} catch (Exception e) {
|