yumeng 4 years ago
parent
commit
5df790d230

+ 1 - 1
module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/service/impl/KuaiShouGroupTemplateServiceImpl.java

@@ -641,7 +641,7 @@ public class KuaiShouGroupTemplateServiceImpl extends ServiceImpl<KuaiShouGroupT
                     }
                 }
                 json.put("creative_name", template.getCreativeName() + "_" + i);
-                json.put("photo_id", template.getPhotoId());
+                json.put("photo_id",photoId);
                 json.put("creative_material_type", materialType);
                 json.put("action_bar_text", template.getActionBarText());
                 json.put("description", template.getDescription());