|
@@ -1017,7 +1017,8 @@ public class AiKuaishouCreateCreativeServiceImpl implements IAiKuaishouCreateCre
|
|
|
String adsence = getAdSenceByParams(strategy.getSceneId());
|
|
|
wildcard = wildcard.replace("{{广告位置}}","-"+adsence+"-");
|
|
|
}
|
|
|
- if(wildcard.contains("{{自定义}}")){
|
|
|
+ if(!wildcard.contains("{{自定义}}")){
|
|
|
+ wildcard = wildcard+"{{自定义}}";
|
|
|
String targetName = KuaishouCreativeMatTypeEnum.getNameByType(strategy.getUnitType().toString()+createType.toString());
|
|
|
if(null!=appInfo){
|
|
|
targetName = appInfo.getAppVersion()+"-"+targetName;
|