yumeng 4 yıl önce
ebeveyn
işleme
d2639d40ea

+ 2 - 0
module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/entity/KuaiShouVideoGet.java

@@ -77,6 +77,8 @@ public class KuaiShouVideoGet {
     private Date statDate;
 
     private Integer materialType;
+
+    private String materialId;
     /**
      * 创建时间
      */

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

@@ -2944,6 +2944,7 @@ public class KuaishouInterfaceServiceImpl implements IKuaishouInterfaceService {
                     kuaiShouVideoGet.setStatDate(jsonObject.getDate("sync_date"));
                     kuaiShouVideoGet.setChannelType(1);
                     kuaiShouVideoGet.setUserId(userId);
+                    kuaiShouVideoGet.setMaterialId(jsonObject.getString("material_id"));
                     Integer type = MaterialEnum.getTypeBySize(kuaiShouVideoGet.getWidth(), kuaiShouVideoGet.getHeight());
                     if (!Check.isNull(type)) {
                         kuaiShouVideoGet.setMaterialType(type);