yumeng преди 3 години
родител
ревизия
e37568f606

+ 2 - 2
jeecg-boot-module-system/src/main/java/cn/com/ctop/kuaishou/modules/hosting/service/impl/KuaishouHostingTaskServiceImpl.java

@@ -483,10 +483,10 @@ public class KuaishouHostingTaskServiceImpl extends ServiceImpl<KuaishouHostingT
             if (Check.isNull(photoId)) {
                 continue;
             }
-            Integer materialType = hostingTaskMapper.getMaterialType(photoId);
+           /* Integer materialType = hostingTaskMapper.getMaterialType(photoId);
             if (Check.isNull(materialType)) {
                 continue;
-            }
+            }*/
             JSONObject videoJson = new JSONObject();
             videoJson.put("photo_id", photoId);
             videoJson.put("photo_orientation", 1);