yumeng 5 سال پیش
والد
کامیت
a29792a9e9

+ 0 - 2
module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/mapper/xml/KuaiShouVideoGetMapper.xml

@@ -12,7 +12,6 @@
         cover_url,
         material_type,
         signature,
-        create_time,
         update_time
        )
         values
@@ -27,7 +26,6 @@
             #{video.coverUrl},
             #{video.materialType},
             #{video.signature},
-            #{video.createTime},
             #{video.updateTime}
 
             )

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

@@ -309,7 +309,7 @@ public class KuaishouInterfaceServiceImpl implements IKuaishouInterfaceService {
                 kuaiShouVideoGet.setId(token.getAccountId() + kuaiShouVideoGet.getSignature());
                 kuaiShouVideoGet.setAccountId(token.getAccountId());
 
-                kuaiShouVideoGet.setCreateTime(new Date());
+            //    kuaiShouVideoGet.setCreateTime(new Date());
                 kuaiShouVideoGet.setUpdateTime(new Date());
                 Integer type = MaterialEnum.getTypeBySize(kuaiShouVideoGet.getWidth(), kuaiShouVideoGet.getHeight());
                 if (!Check.isNull(type)) {