yumeng 2 年 前
コミット
3948e3545e

+ 1 - 1
module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/mapper/xml/KuaiShouGroupMapper.xml

@@ -39,7 +39,7 @@
         create_time,
         update_time,
         study_status,
-         unit_source)
+        unit_source)
         values
         <foreach collection="groups" item="getGroup" separator=",">
             (

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

@@ -1503,6 +1503,7 @@ public class KuaishouInterfaceServiceImpl implements IKuaishouInterfaceService {
                 group.setAccountId(accountId);
                 group.setGroupCreateTime(detail.getString("create_time"));
                 group.setGroupUpdateTime(detail.getString("update_time"));
+                group.setUnitSource(detail.getInteger("unit_source"));
                 group.setCreateTime(new Date());
                 group.setUpdateTime(new Date());
                 groups.add(group);