|
@@ -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);
|