Przeglądaj źródła

修改项目包结构

syh 5 lat temu
rodzic
commit
e3318b429f
99 zmienionych plików z 210 dodań i 210 usunięć
  1. 0 2
      jeecg-boot-base-common/src/main/java/org/jeecg/common/util/ResultMapUtils.java
  2. 6 1
      jeecg-boot-module-system/pom.xml
  3. 0 1
      jeecg-boot-module-system/src/main/java/org/jeecg/modules/ctop/controller/AuthController.java
  4. 0 2
      jeecg-boot-module-system/src/main/java/org/jeecg/modules/ctop/controller/BindAccountAuthController.java
  5. 0 4
      jeecg-boot-module-system/src/main/java/org/jeecg/modules/ctop/controller/BindAccountLoginController.java
  6. 5 6
      jeecg-boot-module-system/src/main/java/org/jeecg/modules/ctop/controller/CallbackController.java
  7. 3 3
      jeecg-boot-module-system/src/main/java/org/jeecg/modules/ctop/controller/ReportController.java
  8. 0 2
      jeecg-boot-module-system/src/main/java/org/jeecg/modules/ctop/controller/UserAllocationController.java
  9. 0 2
      jeecg-boot-module-system/src/main/java/org/jeecg/modules/ctop/job/KuaishouCommentAutoDelete.java
  10. 0 2
      jeecg-boot-module-system/src/main/java/org/jeecg/modules/ctop/service/impl/CreateInternalServiceImpl.java
  11. 3 3
      jeecg-boot-module-system/src/main/java/org/jeecg/modules/ctop/service/impl/RefreshTokenServiceImpl.java
  12. 2 0
      jeecg-boot-module-system/src/main/java/org/jeecg/modules/ctop/service/impl/ReportServiceImpl.java
  13. 2 2
      jeecg-boot-module-system/src/main/java/org/jeecg/modules/kuaishou/controller/KuaiShouController.java
  14. 10 2
      jeecg-boot-module-system/src/test/java/org/jeecg/SampleTest.java
  15. 1 1
      jeecg-boot-module-system/src/main/java/org/jeecg/modules/ctop/entity/BindAccountAuth.java
  16. 1 1
      jeecg-boot-module-system/src/main/java/org/jeecg/modules/ctop/entity/BindAccountLogin.java
  17. 1 1
      jeecg-boot-module-system/src/main/java/org/jeecg/modules/ctop/entity/UserAllocation.java
  18. 2 2
      jeecg-boot-module-system/src/main/java/org/jeecg/modules/ctop/mapper/BindAccountAuthMapper.java
  19. 2 2
      jeecg-boot-module-system/src/main/java/org/jeecg/modules/ctop/mapper/BindAccountLoginMapper.java
  20. 2 5
      jeecg-boot-module-system/src/main/java/org/jeecg/modules/ctop/mapper/UserAllocationMapper.java
  21. 0 0
      module-common/src/main/java/module/mapper/xml/BindAccountAuthMapper.xml
  22. 0 0
      module-common/src/main/java/module/mapper/xml/BindAccountLoginMapper.xml
  23. 0 0
      module-common/src/main/java/module/mapper/xml/UserAllocationMapper.xml
  24. 2 2
      jeecg-boot-module-system/src/main/java/org/jeecg/modules/ctop/service/IBindAccountAuthService.java
  25. 2 2
      jeecg-boot-module-system/src/main/java/org/jeecg/modules/ctop/service/IBindAccountLoginService.java
  26. 2 2
      jeecg-boot-module-system/src/main/java/org/jeecg/modules/ctop/service/IUserAllocationService.java
  27. 4 4
      jeecg-boot-module-system/src/main/java/org/jeecg/modules/ctop/service/impl/BindAccountAuthServiceImpl.java
  28. 4 4
      jeecg-boot-module-system/src/main/java/org/jeecg/modules/ctop/service/impl/BindAccountLoginServiceImpl.java
  29. 4 4
      jeecg-boot-module-system/src/main/java/org/jeecg/modules/ctop/service/impl/UserAllocationServiceImpl.java
  30. 36 27
      module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/entity/KuaiShouActionBarText.java
  31. 1 4
      module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/mapper/KuaiShouGroupCreateTargetMapper.java
  32. 1 1
      module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/mapper/xml/KuaiShouActionBarTextMapper.xml
  33. 1 1
      module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/mapper/xml/KuaiShouAdvertiserBaseInfoMapper.xml
  34. 1 1
      module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/mapper/xml/KuaiShouAppCreateMapper.xml
  35. 1 1
      module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/mapper/xml/KuaiShouAppInfoMapper.xml
  36. 1 1
      module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/mapper/xml/KuaiShouAppListMapper.xml
  37. 1 1
      module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/mapper/xml/KuaiShouCampaignCreateMapper.xml
  38. 1 1
      module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/mapper/xml/KuaiShouCampaignDayBudgetMapper.xml
  39. 1 1
      module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/mapper/xml/KuaiShouCampaignMapper.xml
  40. 1 1
      module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/mapper/xml/KuaiShouCampaignStatusMapper.xml
  41. 1 1
      module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/mapper/xml/KuaiShouCampaignTemplateMapper.xml
  42. 1 1
      module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/mapper/xml/KuaiShouConversionInfosMapper.xml
  43. 1 1
      module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/mapper/xml/KuaiShouConversionTypesMapper.xml
  44. 1 1
      module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/mapper/xml/KuaiShouCreateAppTemplateMapper.xml
  45. 1 1
      module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/mapper/xml/KuaiShouCreativeCreateMapper.xml
  46. 1 1
      module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/mapper/xml/KuaiShouCreativeMapper.xml
  47. 1 1
      module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/mapper/xml/KuaiShouGroupBidMapper.xml
  48. 1 1
      module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/mapper/xml/KuaiShouGroupCreateLogMapper.xml
  49. 1 1
      module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/mapper/xml/KuaiShouGroupCreateTargetMapper.xml
  50. 0 5
      module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/mapper/xml/KuaiShouGroupCreateTemplateMapper.xml
  51. 1 1
      module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/mapper/xml/KuaiShouGroupDayBudgetMapper.xml
  52. 1 1
      module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/mapper/xml/KuaiShouGroupMapper.xml
  53. 1 1
      module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/mapper/xml/KuaiShouImageGetMapper.xml
  54. 1 1
      module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/mapper/xml/KuaiShouImageMapper.xml
  55. 1 1
      module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/mapper/xml/KuaiShouImageUploandMapper.xml
  56. 1 1
      module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/mapper/xml/KuaiShouRegionListChildrenMapper.xml
  57. 1 1
      module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/mapper/xml/KuaiShouRegionListParentMapper.xml
  58. 1 1
      module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/mapper/xml/KuaiShouScheduleMapper.xml
  59. 0 5
      module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/mapper/xml/KuaiShouUnitDayBudgetMapper.xml
  60. 1 1
      module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/mapper/xml/KuaiShouVideoGetMapper.xml
  61. 1 1
      module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/mapper/xml/KuaiShouVideoMapper.xml
  62. 1 1
      module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/mapper/xml/KuaiShouVideoUploadMapper.xml
  63. 4 5
      module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/service/impl/KuaiShouCreativeCreateServiceImpl.java
  64. 4 5
      module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/service/impl/KuaiShouCreativeServiceImpl.java
  65. 4 5
      module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/service/impl/KuaiShouGroupBidServiceImpl.java
  66. 4 5
      module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/service/impl/KuaiShouGroupCreateTargetServiceImpl.java
  67. 4 3
      module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/service/impl/KuaiShouGroupServiceImpl.java
  68. 1 0
      module-toutiao/src/main/java/cn/com/ctop/toutiao/entity/ByteDanceCampaign.java
  69. 1 0
      module-toutiao/src/main/java/cn/com/ctop/toutiao/entity/ByteDanceImageInfo.java
  70. 1 0
      module-toutiao/src/main/java/cn/com/ctop/toutiao/entity/ByteDanceVideoInfo.java
  71. 2 2
      module-toutiao/src/main/java/cn/com/ctop/toutiao/mapper/xml/ByteDanceAdvertisePlanMapper.xml
  72. 2 2
      module-toutiao/src/main/java/cn/com/ctop/toutiao/mapper/xml/ByteDanceAdvertiserBudgetMapper.xml
  73. 2 2
      module-toutiao/src/main/java/cn/com/ctop/toutiao/mapper/xml/ByteDanceAdvertiserMapper.xml
  74. 2 2
      module-toutiao/src/main/java/cn/com/ctop/toutiao/mapper/xml/ByteDanceBudgetTemplateMapper.xml
  75. 2 2
      module-toutiao/src/main/java/cn/com/ctop/toutiao/mapper/xml/ByteDanceCampaignMapper.xml
  76. 2 2
      module-toutiao/src/main/java/cn/com/ctop/toutiao/mapper/xml/ByteDanceCampaignTemplateMapper.xml
  77. 2 2
      module-toutiao/src/main/java/cn/com/ctop/toutiao/mapper/xml/ByteDanceCreativeMapper.xml
  78. 2 2
      module-toutiao/src/main/java/cn/com/ctop/toutiao/mapper/xml/ByteDanceCreativeMaterialMapper.xml
  79. 2 2
      module-toutiao/src/main/java/cn/com/ctop/toutiao/mapper/xml/ByteDanceCreativeTemplateMapper.xml
  80. 2 2
      module-toutiao/src/main/java/cn/com/ctop/toutiao/mapper/xml/ByteDanceCustomAudienceMapper.xml
  81. 2 2
      module-toutiao/src/main/java/cn/com/ctop/toutiao/mapper/xml/ByteDanceImageInfoMapper.xml
  82. 2 2
      module-toutiao/src/main/java/cn/com/ctop/toutiao/mapper/xml/ByteDanceUserOrientationTemplateMapper.xml
  83. 2 2
      module-toutiao/src/main/java/cn/com/ctop/toutiao/mapper/xml/ByteDanceVideoInfoMapper.xml
  84. 2 2
      module-toutiao/src/main/java/cn/com/ctop/toutiao/mapper/xml/BytedanceAdvertisePlanTemplateMapper.xml
  85. 2 2
      module-toutiao/src/main/java/cn/com/ctop/toutiao/mapper/xml/BytedanceAdvertiserDailyReportMapper.xml
  86. 2 2
      module-toutiao/src/main/java/cn/com/ctop/toutiao/mapper/xml/BytedanceAdvertiserHourlyReportMapper.xml
  87. 2 2
      module-toutiao/src/main/java/cn/com/ctop/toutiao/mapper/xml/BytedanceAreaInfoMapper.xml
  88. 2 2
      module-toutiao/src/main/java/cn/com/ctop/toutiao/mapper/xml/BytedanceCampaignDailyReportMapper.xml
  89. 2 2
      module-toutiao/src/main/java/cn/com/ctop/toutiao/mapper/xml/BytedanceCampaignHourlyReportMapper.xml
  90. 2 2
      module-toutiao/src/main/java/cn/com/ctop/toutiao/mapper/xml/BytedanceCreativeDailyReportMapper.xml
  91. 2 2
      module-toutiao/src/main/java/cn/com/ctop/toutiao/mapper/xml/BytedanceCreativeHourlyReportMapper.xml
  92. 2 2
      module-toutiao/src/main/java/cn/com/ctop/toutiao/mapper/xml/BytedanceDeliveryTargetTemplateMapper.xml
  93. 2 2
      module-toutiao/src/main/java/cn/com/ctop/toutiao/mapper/xml/BytedanceInterestCategoryMapper.xml
  94. 2 2
      module-toutiao/src/main/java/cn/com/ctop/toutiao/mapper/xml/BytedanceNameModelRuleMapper.xml
  95. 2 2
      module-toutiao/src/main/java/cn/com/ctop/toutiao/mapper/xml/BytedancePlanDailyReportMapper.xml
  96. 2 2
      module-toutiao/src/main/java/cn/com/ctop/toutiao/mapper/xml/BytedancePlanHourlyReportMapper.xml
  97. 2 2
      module-toutiao/src/main/java/cn/com/ctop/toutiao/mapper/xml/BytedanceUrlInfoMapper.xml
  98. 2 1
      module-toutiao/src/main/java/cn/com/ctop/toutiao/service/impl/ByteDanceAdvertisePlanServiceImpl.java
  99. 7 0
      module-toutiao/src/main/java/cn/com/ctop/toutiao/service/impl/ByteDanceCreativeServiceImpl.java

+ 0 - 2
jeecg-boot-base-common/src/main/java/org/jeecg/common/util/ResultMapUtils.java

@@ -1,7 +1,5 @@
 package org.jeecg.common.util;
 
-import com.alibaba.fastjson.JSONObject;
-
 import java.util.Map;
 
 public class ResultMapUtils {

+ 6 - 1
jeecg-boot-module-system/pom.xml

@@ -45,12 +45,17 @@
             <groupId>org.slf4j</groupId>
             <artifactId>jcl-over-slf4j</artifactId>
         </dependency>
-
         <dependency>
             <groupId>cn.com.ctop</groupId>
             <artifactId>module-media</artifactId>
             <version>2.0.2</version>
         </dependency>
+
+        <dependency>
+            <groupId>cn.com.ctop</groupId>
+            <artifactId>module-common</artifactId>
+            <version>2.0.2</version>
+        </dependency>
         <dependency>
             <groupId>cn.com.ctop</groupId>
             <artifactId>module-kuaishou</artifactId>

+ 0 - 1
jeecg-boot-module-system/src/main/java/org/jeecg/modules/ctop/controller/AuthController.java

@@ -1,6 +1,5 @@
 package org.jeecg.modules.ctop.controller;
 
-import org.jeecg.modules.ctop.service.IBindAccountAuthService;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 import org.springframework.beans.factory.annotation.Autowired;

+ 0 - 2
jeecg-boot-module-system/src/main/java/org/jeecg/modules/ctop/controller/BindAccountAuthController.java

@@ -13,8 +13,6 @@ import org.jeecg.common.api.vo.Result;
 import org.jeecg.common.aspect.annotation.AutoLog;
 import org.jeecg.common.system.query.QueryGenerator;
 import org.jeecg.common.util.oConvertUtils;
-import org.jeecg.modules.ctop.entity.BindAccountAuth;
-import org.jeecg.modules.ctop.service.IBindAccountAuthService;
 import org.jeecgframework.poi.excel.ExcelImportUtil;
 import org.jeecgframework.poi.excel.def.NormalExcelConstants;
 import org.jeecgframework.poi.excel.entity.ExportParams;

+ 0 - 4
jeecg-boot-module-system/src/main/java/org/jeecg/modules/ctop/controller/BindAccountLoginController.java

@@ -13,10 +13,6 @@ import org.jeecg.common.api.vo.Result;
 import org.jeecg.common.aspect.annotation.AutoLog;
 import org.jeecg.common.system.query.QueryGenerator;
 import org.jeecg.common.util.oConvertUtils;
-import org.jeecg.modules.ctop.entity.BindAccountLogin;
-import org.jeecg.modules.ctop.entity.UserAllocation;
-import org.jeecg.modules.ctop.mapper.UserAllocationMapper;
-import org.jeecg.modules.ctop.service.IBindAccountLoginService;
 import org.jeecgframework.poi.excel.ExcelImportUtil;
 import org.jeecgframework.poi.excel.def.NormalExcelConstants;
 import org.jeecgframework.poi.excel.entity.ExportParams;

+ 5 - 6
jeecg-boot-module-system/src/main/java/org/jeecg/modules/ctop/controller/CallbackController.java

@@ -3,18 +3,17 @@ package org.jeecg.modules.ctop.controller;
 import cn.com.ctop.common.utils.Check;
 import cn.com.ctop.common.utils.HttpUtils;
 import cn.com.ctop.common.utils.PropertiesUtils;
+import cn.com.ctop.kuaishou.modules.batch.service.IKuaishouInterfaceService;
 import cn.com.ctop.kuaishou.modules.material.entity.KuaishouAccessToken;
 import cn.com.ctop.kuaishou.modules.material.entity.KuaishouResultToken;
 import cn.com.ctop.toutiao.common.BytedanceInterfaceConstant;
 import com.alibaba.fastjson.JSONObject;
 import constant.KuaishouInterfaceConstant;
+import module.entity.CtopOauthToken;
+import module.mapper.CtopOauthTokenMapper;
 import org.apache.commons.lang.StringUtils;
-import org.jeecg.modules.ctop.entity.CtopOauthToken;
-import org.jeecg.modules.ctop.entity.UserAllocation;
-import org.jeecg.modules.ctop.mapper.CtopOauthTokenMapper;
-import org.jeecg.modules.ctop.mapper.UserAllocationMapper;
-import org.jeecg.modules.ctop.service.IBindAccountAuthService;
-import org.jeecg.modules.kuaishou.service.IKuaishouInterfaceService;
+import org.jeecg.modules.ctop.entity.ByteDanceAdvertiser;
+import org.jeecg.modules.ctop.service.IByteDanceAdvertiserDataService;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 import org.springframework.beans.factory.annotation.Autowired;

+ 3 - 3
jeecg-boot-module-system/src/main/java/org/jeecg/modules/ctop/controller/ReportController.java

@@ -1,13 +1,13 @@
 package org.jeecg.modules.ctop.controller;
 
+import cn.com.ctop.kuaishou.modules.batch.service.IKuaishouInterfaceService;
 import com.alibaba.fastjson.JSONObject;
+import module.entity.CtopOauthToken;
+import module.service.ICtopOauthTokenService;
 import org.jeecg.common.util.DateUtils;
 import org.jeecg.common.util.ResultMapUtils;
 import org.jeecg.common.util.StatusCode;
-import org.jeecg.modules.ctop.entity.CtopOauthToken;
-import org.jeecg.modules.ctop.service.ICtopOauthTokenService;
 import org.jeecg.modules.ctop.service.IReportService;
-import org.jeecg.modules.kuaishou.service.IKuaishouInterfaceService;
 import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.web.bind.annotation.*;
 

+ 0 - 2
jeecg-boot-module-system/src/main/java/org/jeecg/modules/ctop/controller/UserAllocationController.java

@@ -13,8 +13,6 @@ import org.jeecg.common.aspect.annotation.AutoLog;
 import org.jeecg.common.system.query.QueryGenerator;
 import org.jeecg.common.system.vo.LoginUser;
 import org.jeecg.common.util.oConvertUtils;
-import org.jeecg.modules.ctop.entity.UserAllocation;
-import org.jeecg.modules.ctop.service.IUserAllocationService;
 import org.jeecgframework.poi.excel.ExcelImportUtil;
 import org.jeecgframework.poi.excel.def.NormalExcelConstants;
 import org.jeecgframework.poi.excel.entity.ExportParams;

+ 0 - 2
jeecg-boot-module-system/src/main/java/org/jeecg/modules/ctop/job/KuaishouCommentAutoDelete.java

@@ -2,8 +2,6 @@ package org.jeecg.modules.ctop.job;
 
 import cn.com.ctop.kuaishou.modules.graphql.service.IKuaishouWebInterfaceService;
 import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
-import org.jeecg.modules.ctop.entity.BindAccountLogin;
-import org.jeecg.modules.ctop.service.IBindAccountLoginService;
 import org.quartz.Job;
 import org.quartz.JobExecutionContext;
 import org.quartz.JobExecutionException;

+ 0 - 2
jeecg-boot-module-system/src/main/java/org/jeecg/modules/ctop/service/impl/CreateInternalServiceImpl.java

@@ -13,8 +13,6 @@ import module.service.ICtopOauthTokenService;
 import org.apache.http.impl.cookie.BasicClientCookie;
 import org.jeecg.common.util.ResultMapUtils;
 import org.jeecg.common.util.StatusCode;
-import org.jeecg.modules.ctop.entity.BindAccountLogin;
-import org.jeecg.modules.ctop.mapper.BindAccountLoginMapper;
 import org.jeecg.modules.ctop.service.ICreateInternalService;
 import org.openqa.selenium.By;
 import org.openqa.selenium.Cookie;

+ 3 - 3
jeecg-boot-module-system/src/main/java/org/jeecg/modules/ctop/service/impl/RefreshTokenServiceImpl.java

@@ -2,10 +2,10 @@ package org.jeecg.modules.ctop.service.impl;
 
 import cn.com.ctop.common.utils.Check;
 import lombok.extern.slf4j.Slf4j;
+import module.entity.CtopOauthToken;
+import module.mapper.CtopOauthTokenMapper;
+import module.service.ICtopOauthTokenService;
 import org.jeecg.common.constant.CtopAdConstant;
-import org.jeecg.modules.ctop.entity.CtopOauthToken;
-import org.jeecg.modules.ctop.mapper.CtopOauthTokenMapper;
-import org.jeecg.modules.ctop.service.ICtopOauthTokenService;
 import org.jeecg.modules.ctop.service.IRefreshTokenService;
 import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.stereotype.Service;

+ 2 - 0
jeecg-boot-module-system/src/main/java/org/jeecg/modules/ctop/service/impl/ReportServiceImpl.java

@@ -6,6 +6,8 @@ import com.alibaba.fastjson.JSONArray;
 import com.alibaba.fastjson.JSONObject;
 import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
 import lombok.extern.slf4j.Slf4j;
+import module.entity.CtopOauthToken;
+import module.service.ICtopOauthTokenService;
 import org.apache.poi.hssf.usermodel.HSSFDataFormat;
 import org.apache.poi.ss.usermodel.Cell;
 import org.apache.poi.ss.usermodel.CellStyle;

+ 2 - 2
jeecg-boot-module-system/src/main/java/org/jeecg/modules/kuaishou/controller/KuaiShouController.java

@@ -5,8 +5,8 @@ import cn.com.ctop.kuaishou.modules.material.entity.KuaishouResult;
 import cn.com.ctop.kuaishou.modules.report.entity.KuaishouReportDailyCampaign;
 import com.alibaba.fastjson.JSON;
 import com.alibaba.fastjson.JSONObject;
-import org.jeecg.modules.ctop.entity.CtopOauthToken;
-import org.jeecg.modules.ctop.service.ICtopOauthTokenService;
+import module.entity.CtopOauthToken;
+import module.service.ICtopOauthTokenService;
 import org.jeecg.modules.ctop.service.IRefreshTokenService;
 import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.web.bind.annotation.RequestMapping;

+ 10 - 2
jeecg-boot-module-system/src/test/java/org/jeecg/SampleTest.java

@@ -3,12 +3,19 @@ package org.jeecg;
 import cn.com.ctop.common.utils.OSSUtils;
 import com.alibaba.fastjson.JSONArray;
 import com.alibaba.fastjson.JSONObject;
+import module.entity.CtopOauthToken;
+import module.service.ICtopOauthTokenService;
 import org.jeecg.common.util.ResultMapUtils;
 import org.jeecg.common.util.StatusCode;
 import org.jeecg.common.util.jsonschema.JsonschemaUtil;
-import org.jeecg.modules.ctop.entity.CtopOauthToken;
+import org.jeecg.modules.ctop.entity.ByteDanceUserOrientationTemplate;
+import org.jeecg.modules.ctop.entity.BytedanceAreaInfo;
+import org.jeecg.modules.ctop.entity.BytedanceInterestCategory;
+import org.jeecg.modules.ctop.mapper.ByteDanceUserOrientationTemplateMapper;
+import org.jeecg.modules.ctop.mapper.BytedanceAreaInfoMapper;
+import org.jeecg.modules.ctop.mapper.BytedanceInterestCategoryMapper;
+import org.jeecg.modules.ctop.service.IByteDanceAdvertiserDataService;
 import org.jeecg.modules.ctop.service.ICreateInternalService;
-import org.jeecg.modules.ctop.service.ICtopOauthTokenService;
 import org.jeecg.modules.ctop.service.IReportService;
 import org.jeecg.modules.demo.mock.MockController;
 import org.jeecg.modules.demo.test.mapper.JeecgDemoMapper;
@@ -150,6 +157,7 @@ public class SampleTest {
             }
         }
     }
+
     @Test
     public void setJSONFile() {
         String path = "C:\\Users\\宋英豪\\Downloads\\data_20190222\\city.json";

+ 1 - 1
jeecg-boot-module-system/src/main/java/org/jeecg/modules/ctop/entity/BindAccountAuth.java

@@ -1,4 +1,4 @@
-package org.jeecg.modules.ctop.entity;
+package module.entity;
 
 import com.baomidou.mybatisplus.annotation.IdType;
 import com.baomidou.mybatisplus.annotation.TableId;

+ 1 - 1
jeecg-boot-module-system/src/main/java/org/jeecg/modules/ctop/entity/BindAccountLogin.java

@@ -1,4 +1,4 @@
-package org.jeecg.modules.ctop.entity;
+package module.entity;
 
 import com.baomidou.mybatisplus.annotation.IdType;
 import com.baomidou.mybatisplus.annotation.TableId;

+ 1 - 1
jeecg-boot-module-system/src/main/java/org/jeecg/modules/ctop/entity/UserAllocation.java

@@ -1,4 +1,4 @@
-package org.jeecg.modules.ctop.entity;
+package module.entity;
 
 import com.baomidou.mybatisplus.annotation.IdType;
 import com.baomidou.mybatisplus.annotation.TableId;

+ 2 - 2
jeecg-boot-module-system/src/main/java/org/jeecg/modules/ctop/mapper/BindAccountAuthMapper.java

@@ -1,7 +1,7 @@
-package org.jeecg.modules.ctop.mapper;
+package module.mapper;
 
 import com.baomidou.mybatisplus.core.mapper.BaseMapper;
-import org.jeecg.modules.ctop.entity.BindAccountAuth;
+import module.entity.BindAccountAuth;
 
 /**
  * @Description: 账号绑定-授权

+ 2 - 2
jeecg-boot-module-system/src/main/java/org/jeecg/modules/ctop/mapper/BindAccountLoginMapper.java

@@ -1,7 +1,7 @@
-package org.jeecg.modules.ctop.mapper;
+package module.mapper;
 
 import com.baomidou.mybatisplus.core.mapper.BaseMapper;
-import org.jeecg.modules.ctop.entity.BindAccountLogin;
+import module.entity.BindAccountLogin;
 
 /**
  * @Description: 账号绑定-登陆

+ 2 - 5
jeecg-boot-module-system/src/main/java/org/jeecg/modules/ctop/mapper/UserAllocationMapper.java

@@ -1,10 +1,7 @@
-package org.jeecg.modules.ctop.mapper;
+package module.mapper;
 
-import java.util.List;
-
-import org.apache.ibatis.annotations.Param;
-import org.jeecg.modules.ctop.entity.UserAllocation;
 import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+import module.entity.UserAllocation;
 
 /**
  * @Description: 用户分配

jeecg-boot-module-system/src/main/java/org/jeecg/modules/ctop/mapper/xml/BindAccountAuthMapper.xml → module-common/src/main/java/module/mapper/xml/BindAccountAuthMapper.xml


jeecg-boot-module-system/src/main/java/org/jeecg/modules/ctop/mapper/xml/BindAccountLoginMapper.xml → module-common/src/main/java/module/mapper/xml/BindAccountLoginMapper.xml


jeecg-boot-module-system/src/main/java/org/jeecg/modules/ctop/mapper/xml/UserAllocationMapper.xml → module-common/src/main/java/module/mapper/xml/UserAllocationMapper.xml


+ 2 - 2
jeecg-boot-module-system/src/main/java/org/jeecg/modules/ctop/service/IBindAccountAuthService.java

@@ -1,7 +1,7 @@
-package org.jeecg.modules.ctop.service;
+package module.service;
 
 import com.baomidou.mybatisplus.extension.service.IService;
-import org.jeecg.modules.ctop.entity.BindAccountAuth;
+import module.entity.BindAccountAuth;
 
 import java.io.UnsupportedEncodingException;
 

+ 2 - 2
jeecg-boot-module-system/src/main/java/org/jeecg/modules/ctop/service/IBindAccountLoginService.java

@@ -1,7 +1,7 @@
-package org.jeecg.modules.ctop.service;
+package module.service;
 
 import com.baomidou.mybatisplus.extension.service.IService;
-import org.jeecg.modules.ctop.entity.BindAccountLogin;
+import module.entity.BindAccountLogin;
 
 /**
  * @Description: 账号绑定-登陆

+ 2 - 2
jeecg-boot-module-system/src/main/java/org/jeecg/modules/ctop/service/IUserAllocationService.java

@@ -1,7 +1,7 @@
-package org.jeecg.modules.ctop.service;
+package module.service;
 
 import com.baomidou.mybatisplus.extension.service.IService;
-import org.jeecg.modules.ctop.entity.UserAllocation;
+import module.entity.UserAllocation;
 
 /**
  * @Description: 用户分配

+ 4 - 4
jeecg-boot-module-system/src/main/java/org/jeecg/modules/ctop/service/impl/BindAccountAuthServiceImpl.java

@@ -1,13 +1,13 @@
-package org.jeecg.modules.ctop.service.impl;
+package module.service.impl;
 
 import cn.com.ctop.common.utils.PropertiesUtils;
 import cn.com.ctop.toutiao.common.BytedanceInterfaceConstant;
 import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
 import constant.KuaishouInterfaceConstant;
 import lombok.extern.slf4j.Slf4j;
-import org.jeecg.modules.ctop.entity.BindAccountAuth;
-import org.jeecg.modules.ctop.mapper.BindAccountAuthMapper;
-import org.jeecg.modules.ctop.service.IBindAccountAuthService;
+import module.entity.BindAccountAuth;
+import module.mapper.BindAccountAuthMapper;
+import module.service.IBindAccountAuthService;
 import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.stereotype.Service;
 

+ 4 - 4
jeecg-boot-module-system/src/main/java/org/jeecg/modules/ctop/service/impl/BindAccountLoginServiceImpl.java

@@ -1,12 +1,12 @@
-package org.jeecg.modules.ctop.service.impl;
+package module.service.impl;
 
 import cn.com.ctop.common.utils.Check;
 import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
 import lombok.extern.slf4j.Slf4j;
+import module.entity.BindAccountLogin;
+import module.mapper.BindAccountLoginMapper;
+import module.service.IBindAccountLoginService;
 import org.jeecg.common.constant.CtopAdConstant;
-import org.jeecg.modules.ctop.entity.BindAccountLogin;
-import org.jeecg.modules.ctop.mapper.BindAccountLoginMapper;
-import org.jeecg.modules.ctop.service.IBindAccountLoginService;
 import org.jeecg.modules.ctop.service.ICreateInternalService;
 import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.stereotype.Service;

+ 4 - 4
jeecg-boot-module-system/src/main/java/org/jeecg/modules/ctop/service/impl/UserAllocationServiceImpl.java

@@ -1,9 +1,9 @@
-package org.jeecg.modules.ctop.service.impl;
+package module.service.impl;
 
 import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
-import org.jeecg.modules.ctop.entity.UserAllocation;
-import org.jeecg.modules.ctop.mapper.UserAllocationMapper;
-import org.jeecg.modules.ctop.service.IUserAllocationService;
+import module.entity.UserAllocation;
+import module.mapper.UserAllocationMapper;
+import module.service.IUserAllocationService;
 import org.springframework.stereotype.Service;
 
 /**

+ 36 - 27
module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/entity/KuaiShouActionBarText.java

@@ -1,55 +1,64 @@
 package cn.com.ctop.kuaishou.modules.batch.entity;
 
-import java.io.Serializable;
-import java.util.Date;
 import com.baomidou.mybatisplus.annotation.IdType;
 import com.baomidou.mybatisplus.annotation.TableId;
 import com.baomidou.mybatisplus.annotation.TableName;
-import com.baomidou.mybatisplus.annotation.TableField;
+import com.fasterxml.jackson.annotation.JsonFormat;
 import io.swagger.annotations.ApiModel;
 import io.swagger.annotations.ApiModelProperty;
 import lombok.Data;
 import lombok.EqualsAndHashCode;
 import lombok.experimental.Accessors;
-import com.fasterxml.jackson.annotation.JsonFormat;
-import org.springframework.format.annotation.DateTimeFormat;
 import org.jeecgframework.poi.excel.annotation.Excel;
+import org.springframework.format.annotation.DateTimeFormat;
+
+import java.util.Date;
 
 /**
  * @Description: 快手-行动号召文案
  * @Author: jeecg-boot
- * @Date:   2019-08-15
+ * @Date: 2019-08-15
  * @Version: V1.0
  */
 @Data
 @TableName("ctop_kuaishou_action_bar_text")
 @EqualsAndHashCode(callSuper = false)
 @Accessors(chain = true)
-@ApiModel(value="ctop_kuaishou_action_bar_text对象", description="快手-行动号召文案")
+@ApiModel(value = "ctop_kuaishou_action_bar_text对象", description = "快手-行动号召文案")
 public class KuaiShouActionBarText {
-    
-	/**id*/
-	@TableId(type = IdType.UUID)
+
+    /**
+     * id
+     */
+    @TableId(type = IdType.UUID)
     @ApiModelProperty(value = "id")
-	private Integer id;
-	/**类型*/
-	@Excel(name = "类型", width = 15)
+    private Integer id;
+    /**
+     * 类型
+     */
+    @Excel(name = "类型", width = 15)
     @ApiModelProperty(value = "类型")
-	private Integer type;
-	/**行动号召文案*/
-	@Excel(name = "行动号召文案", width = 15)
+    private Integer type;
+    /**
+     * 行动号召文案
+     */
+    @Excel(name = "行动号召文案", width = 15)
     @ApiModelProperty(value = "行动号召文案")
-	private String actionBarText;
-	/**创建时间*/
-	@Excel(name = "创建时间", width = 20, format = "yyyy-MM-dd HH:mm:ss")
-	@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm:ss")
-    @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
+    private String actionBarText;
+    /**
+     * 创建时间
+     */
+    @Excel(name = "创建时间", width = 20, format = "yyyy-MM-dd HH:mm:ss")
+    @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
+    @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
     @ApiModelProperty(value = "创建时间")
-	private Date createTime;
-	/**修改时间*/
-	@Excel(name = "修改时间", width = 20, format = "yyyy-MM-dd HH:mm:ss")
-	@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm:ss")
-    @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
+    private Date createTime;
+    /**
+     * 修改时间
+     */
+    @Excel(name = "修改时间", width = 20, format = "yyyy-MM-dd HH:mm:ss")
+    @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
+    @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
     @ApiModelProperty(value = "修改时间")
-	private Date updateTime;
+    private Date updateTime;
 }

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

@@ -1,9 +1,6 @@
 package cn.com.ctop.kuaishou.modules.batch.mapper;
 
-import java.util.List;
-
-import org.apache.ibatis.annotations.Param;
-import org.jeecg.modules.kuaishou.entity.KuaiShouGroupCreateTarget;
+import cn.com.ctop.kuaishou.modules.batch.entity.KuaiShouGroupCreateTarget;
 import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 
 /**

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

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
-<mapper namespace="org.jeecg.modules.kuaishou.mapper.KuaiShouActionBarTextMapper">
+<mapper namespace="cn.com.ctop.kuaishou.modules.batch.mapper.KuaiShouActionBarTextMapper">
 
 </mapper>

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

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
-<mapper namespace="org.jeecg.modules.kuaishou.mapper.KuaiShouAdvertiserBaseInfoMapper">
+<mapper namespace="cn.com.ctop.kuaishou.modules.batch.mapper.KuaiShouAdvertiserBaseInfoMapper">
 
 </mapper>

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

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
-<mapper namespace="org.jeecg.modules.kuaishou.mapper.KuaiShouAppCreateMapper">
+<mapper namespace="cn.com.ctop.kuaishou.modules.batch.mapper.KuaiShouAppCreateMapper">
 
 </mapper>

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

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
-<mapper namespace="org.jeecg.modules.kuaishou.mapper.KuaiShouAppInfoMapper">
+<mapper namespace="cn.com.ctop.kuaishou.modules.batch.mapper.KuaiShouAppInfoMapper">
 
 </mapper>

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

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
-<mapper namespace="org.jeecg.modules.kuaishou.mapper.KuaiShouAppListMapper">
+<mapper namespace="cn.com.ctop.kuaishou.modules.batch.mapper.KuaiShouAppListMapper">
 
 </mapper>

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

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
-<mapper namespace="org.jeecg.modules.kuaishou.mapper.KuaiShouCampaignCreateMapper">
+<mapper namespace="cn.com.ctop.kuaishou.modules.batch.mapper.KuaiShouCampaignCreateMapper">
 
 </mapper>

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

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
-<mapper namespace="org.jeecg.modules.kuaishou.mapper.KuaiShouCampaignDayBudgetMapper">
+<mapper namespace="cn.com.ctop.kuaishou.modules.batch.mapper.KuaiShouCampaignDayBudgetMapper">
 
 </mapper>

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

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
-<mapper namespace="org.jeecg.modules.kuaishou.mapper.KuaiShouCampaignMapper">
+<mapper namespace="cn.com.ctop.kuaishou.modules.batch.mapper.KuaiShouCampaignMapper">
 
 </mapper>

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

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
-<mapper namespace="org.jeecg.modules.kuaishou.mapper.KuaiShouCampaignStatusMapper">
+<mapper namespace="cn.com.ctop.kuaishou.modules.batch.mapper.KuaiShouCampaignStatusMapper">
 
 </mapper>

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

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
-<mapper namespace="org.jeecg.modules.kuaishou.mapper.KuaiShouCampaignTemplateMapper">
+<mapper namespace="cn.com.ctop.kuaishou.modules.batch.mapper.KuaiShouCampaignTemplateMapper">
 
 </mapper>

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

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
-<mapper namespace="org.jeecg.modules.kuaishou.mapper.KuaiShouConversionInfosMapper">
+<mapper namespace="cn.com.ctop.kuaishou.modules.batch.mapper.KuaiShouConversionInfosMapper">
 
 </mapper>

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

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
-<mapper namespace="org.jeecg.modules.kuaishou.mapper.KuaiShouConversionTypesMapper">
+<mapper namespace="cn.com.ctop.kuaishou.modules.batch.mapper.KuaiShouConversionTypesMapper">
 
 </mapper>

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

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
-<mapper namespace="org.jeecg.modules.kuaishou.mapper.KuaiShouCreateAppTemplateMapper">
+<mapper namespace="cn.com.ctop.kuaishou.modules.batch.mapper.KuaiShouCreateAppTemplateMapper">
 
 </mapper>

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

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
-<mapper namespace="org.jeecg.modules.kuaishou.mapper.KuaiShouCreativeCreateMapper">
+<mapper namespace="cn.com.ctop.kuaishou.modules.batch.mapper.KuaiShouCreativeCreateMapper">
 
 </mapper>

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

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
-<mapper namespace="org.jeecg.modules.kuaishou.mapper.KuaiShouCreativeMapper">
+<mapper namespace="cn.com.ctop.kuaishou.modules.batch.mapper.KuaiShouCreativeMapper">
 
 </mapper>

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

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
-<mapper namespace="org.jeecg.modules.kuaishou.mapper.KuaiShouGroupBidMapper">
+<mapper namespace="cn.com.ctop.kuaishou.modules.batch.mapper.KuaiShouGroupBidMapper">
 
 </mapper>

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

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
-<mapper namespace="org.jeecg.modules.kuaishou.mapper.KuaiShouGroupCreateLogMapper">
+<mapper namespace="cn.com.ctop.kuaishou.modules.batch.mapper.KuaiShouGroupCreateLogMapper">
 
 </mapper>

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

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
-<mapper namespace="org.jeecg.modules.kuaishou.mapper.KuaiShouGroupCreateTargetMapper">
+<mapper namespace="cn.com.ctop.kuaishou.modules.batch.mapper.KuaiShouGroupCreateTargetMapper">
 
 </mapper>

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

@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
-<mapper namespace="org.jeecg.modules.kuaishou.mapper.KuaiShouGroupCreateTemplateMapper">
-
-</mapper>

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

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
-<mapper namespace="org.jeecg.modules.kuaishou.mapper.KuaiShouGroupDayBudgetMapper">
+<mapper namespace="cn.com.ctop.kuaishou.modules.batch.mapper.KuaiShouGroupDayBudgetMapper">
 
 </mapper>

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

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
-<mapper namespace="org.jeecg.modules.kuaishou.mapper.KuaiShouGroupMapper">
+<mapper namespace="cn.com.ctop.kuaishou.modules.batch.mapper.KuaiShouGroupMapper">
 
 </mapper>

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

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
-<mapper namespace="org.jeecg.modules.kuaishou.mapper.KuaiShouImageGetMapper">
+<mapper namespace="cn.com.ctop.kuaishou.modules.batch.mapper.KuaiShouImageGetMapper">
 
 </mapper>

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

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
-<mapper namespace="org.jeecg.modules.kuaishou.mapper.KuaiShouImageMapper">
+<mapper namespace="cn.com.ctop.kuaishou.modules.batch.mapper.KuaiShouImageMapper">
 
 </mapper>

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

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
-<mapper namespace="org.jeecg.modules.kuaishou.mapper.KuaiShouImageUploandMapper">
+<mapper namespace="cn.com.ctop.kuaishou.modules.batch.mapper.KuaiShouImageUploandMapper">
 
 </mapper>

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

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
-<mapper namespace="org.jeecg.modules.kuaishou.mapper.KuaiShouRegionListChildrenMapper">
+<mapper namespace="cn.com.ctop.kuaishou.modules.batch.mapper.KuaiShouRegionListChildrenMapper">
     <delete id="deleteAll">
         delete from ctop_kuaishou_region_list_children;
     </delete>

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

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
-<mapper namespace="org.jeecg.modules.kuaishou.mapper.KuaiShouRegionListParentMapper">
+<mapper namespace="cn.com.ctop.kuaishou.modules.batch.mapper.KuaiShouRegionListParentMapper">
     <delete id="deleteAll">
     DELETE FROM ctop_kuaishou_region_list_children;
 </delete>

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

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
-<mapper namespace="org.jeecg.modules.kuaishou.mapper.KuaiShouScheduleMapper">
+<mapper namespace="cn.com.ctop.kuaishou.modules.batch.mapper.KuaiShouScheduleMapper">
 
 </mapper>

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

@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
-<mapper namespace="org.jeecg.modules.kuaishou.mapper.KuaiShouUnitDayBudgetMapper">
-
-</mapper>

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

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
-<mapper namespace="org.jeecg.modules.kuaishou.mapper.KuaiShouVideoGetMapper">
+<mapper namespace="cn.com.ctop.kuaishou.modules.batch.mapper.KuaiShouVideoGetMapper">
 
 </mapper>

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

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
-<mapper namespace="org.jeecg.modules.kuaishou.mapper.KuaiShouVideoMapper">
+<mapper namespace="cn.com.ctop.kuaishou.modules.batch.mapper.KuaiShouVideoMapper">
 
 </mapper>

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

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
-<mapper namespace="org.jeecg.modules.kuaishou.mapper.KuaiShouVideoUploadMapper">
+<mapper namespace="cn.com.ctop.kuaishou.modules.batch.mapper.KuaiShouVideoUploadMapper">
 
 </mapper>

+ 4 - 5
module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/service/impl/KuaiShouCreativeCreateServiceImpl.java

@@ -1,11 +1,10 @@
 package cn.com.ctop.kuaishou.modules.batch.service.impl;
 
-import org.jeecg.modules.kuaishou.entity.KuaiShouCreativeCreate;
-import org.jeecg.modules.kuaishou.mapper.KuaiShouCreativeCreateMapper;
-import org.jeecg.modules.kuaishou.service.IKuaiShouCreativeCreateService;
-import org.springframework.stereotype.Service;
-
+import cn.com.ctop.kuaishou.modules.batch.entity.KuaiShouCreativeCreate;
+import cn.com.ctop.kuaishou.modules.batch.mapper.KuaiShouCreativeCreateMapper;
+import cn.com.ctop.kuaishou.modules.batch.service.IKuaiShouCreativeCreateService;
 import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
+import org.springframework.stereotype.Service;
 
 /**
  * @Description: 快手-创建创意信息

+ 4 - 5
module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/service/impl/KuaiShouCreativeServiceImpl.java

@@ -1,11 +1,10 @@
 package cn.com.ctop.kuaishou.modules.batch.service.impl;
 
-import org.jeecg.modules.kuaishou.entity.KuaiShouCreative;
-import org.jeecg.modules.kuaishou.mapper.KuaiShouCreativeMapper;
-import org.jeecg.modules.kuaishou.service.IKuaiShouCreativeService;
-import org.springframework.stereotype.Service;
-
+import cn.com.ctop.kuaishou.modules.batch.entity.KuaiShouCreative;
+import cn.com.ctop.kuaishou.modules.batch.mapper.KuaiShouCreativeMapper;
+import cn.com.ctop.kuaishou.modules.batch.service.IKuaiShouCreativeService;
 import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
+import org.springframework.stereotype.Service;
 
 /**
  * @Description: 快手-创意信息

+ 4 - 5
module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/service/impl/KuaiShouGroupBidServiceImpl.java

@@ -1,11 +1,10 @@
 package cn.com.ctop.kuaishou.modules.batch.service.impl;
 
-import org.jeecg.modules.kuaishou.entity.KuaiShouGroupBid;
-import org.jeecg.modules.kuaishou.mapper.KuaiShouGroupBidMapper;
-import org.jeecg.modules.kuaishou.service.IKuaiShouGroupBidService;
-import org.springframework.stereotype.Service;
-
+import cn.com.ctop.kuaishou.modules.batch.entity.KuaiShouGroupBid;
+import cn.com.ctop.kuaishou.modules.batch.mapper.KuaiShouGroupBidMapper;
+import cn.com.ctop.kuaishou.modules.batch.service.IKuaiShouGroupBidService;
 import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
+import org.springframework.stereotype.Service;
 
 /**
  * @Description: 快手修改广告组出价

+ 4 - 5
module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/service/impl/KuaiShouGroupCreateTargetServiceImpl.java

@@ -1,11 +1,10 @@
 package cn.com.ctop.kuaishou.modules.batch.service.impl;
 
-import org.jeecg.modules.kuaishou.entity.KuaiShouGroupCreateTarget;
-import org.jeecg.modules.kuaishou.mapper.KuaiShouGroupCreateTargetMapper;
-import org.jeecg.modules.kuaishou.service.IKuaiShouGroupCreateTargetService;
-import org.springframework.stereotype.Service;
-
+import cn.com.ctop.kuaishou.modules.batch.entity.KuaiShouGroupCreateTarget;
+import cn.com.ctop.kuaishou.modules.batch.mapper.KuaiShouGroupCreateTargetMapper;
+import cn.com.ctop.kuaishou.modules.batch.service.IKuaiShouGroupCreateTargetService;
 import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
+import org.springframework.stereotype.Service;
 
 /**
  * @Description: 快手-创建广告组定向信息

+ 4 - 3
module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/service/impl/KuaiShouGroupServiceImpl.java

@@ -1,8 +1,9 @@
 package cn.com.ctop.kuaishou.modules.batch.service.impl;
 
-import org.jeecg.modules.kuaishou.entity.KuaiShouGroup;
-import org.jeecg.modules.kuaishou.mapper.KuaiShouGroupMapper;
-import org.jeecg.modules.kuaishou.service.IKuaiShouGroupService;
+import cn.com.ctop.kuaishou.modules.batch.entity.KuaiShouGroup;
+import cn.com.ctop.kuaishou.modules.batch.mapper.KuaiShouGroupMapper;
+import cn.com.ctop.kuaishou.modules.batch.service.IKuaiShouGroupService;
+
 import org.springframework.stereotype.Service;
 
 import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;

+ 1 - 0
module-toutiao/src/main/java/cn/com/ctop/toutiao/entity/ByteDanceCampaign.java

@@ -8,6 +8,7 @@ import io.swagger.annotations.ApiModelProperty;
 import lombok.Data;
 import lombok.EqualsAndHashCode;
 import lombok.experimental.Accessors;
+import module.entity.CtopOauthToken;
 import org.jeecgframework.poi.excel.annotation.Excel;
 
 import java.math.BigDecimal;

+ 1 - 0
module-toutiao/src/main/java/cn/com/ctop/toutiao/entity/ByteDanceImageInfo.java

@@ -8,6 +8,7 @@ import io.swagger.annotations.ApiModelProperty;
 import lombok.Data;
 import lombok.EqualsAndHashCode;
 import lombok.experimental.Accessors;
+import module.entity.CtopOauthToken;
 import org.jeecgframework.poi.excel.annotation.Excel;
 
 import java.util.Date;

+ 1 - 0
module-toutiao/src/main/java/cn/com/ctop/toutiao/entity/ByteDanceVideoInfo.java

@@ -8,6 +8,7 @@ import io.swagger.annotations.ApiModelProperty;
 import lombok.Data;
 import lombok.EqualsAndHashCode;
 import lombok.experimental.Accessors;
+import module.entity.CtopOauthToken;
 import org.jeecgframework.poi.excel.annotation.Excel;
 
 import java.util.Date;

+ 2 - 2
module-toutiao/src/main/java/cn/com/ctop/toutiao/mapper/xml/ByteDanceAdvertisePlanMapper.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
-<mapper namespace="org.jeecg.modules.ctop.mapper.ByteDanceAdvertisePlanMapper">
+<mapper namespace="cn.com.ctop.toutiao.mapper.ByteDanceAdvertisePlanMapper">
 
-</mapper>
+</mapper>

+ 2 - 2
module-toutiao/src/main/java/cn/com/ctop/toutiao/mapper/xml/ByteDanceAdvertiserBudgetMapper.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
-<mapper namespace="org.jeecg.modules.ctop.mapper.ByteDanceAdvertiserBudgetMapper">
+<mapper namespace="cn.com.ctop.toutiao.mapper.ByteDanceAdvertiserBudgetMapper">
 
-</mapper>
+</mapper>

+ 2 - 2
module-toutiao/src/main/java/cn/com/ctop/toutiao/mapper/xml/ByteDanceAdvertiserMapper.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
-<mapper namespace="org.jeecg.modules.ctop.mapper.ByteDanceAdvertiserMapper">
+<mapper namespace="cn.com.ctop.toutiao.mapper.ByteDanceAdvertiserMapper">
 
-</mapper>
+</mapper>

+ 2 - 2
module-toutiao/src/main/java/cn/com/ctop/toutiao/mapper/xml/ByteDanceBudgetTemplateMapper.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
-<mapper namespace="org.jeecg.modules.ctop.mapper.ByteDanceBudgetTemplateMapper">
+<mapper namespace="cn.com.ctop.toutiao.mapper.ByteDanceBudgetTemplateMapper">
 
-</mapper>
+</mapper>

+ 2 - 2
module-toutiao/src/main/java/cn/com/ctop/toutiao/mapper/xml/ByteDanceCampaignMapper.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
-<mapper namespace="org.jeecg.modules.ctop.mapper.ByteDanceCampaignMapper">
+<mapper namespace="cn.com.ctop.toutiao.mapper.ByteDanceCampaignMapper">
 
-</mapper>
+</mapper>

+ 2 - 2
module-toutiao/src/main/java/cn/com/ctop/toutiao/mapper/xml/ByteDanceCampaignTemplateMapper.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
-<mapper namespace="org.jeecg.modules.ctop.mapper.ByteDanceCampaignTemplateMapper">
+<mapper namespace="cn.com.ctop.toutiao.mapper.ByteDanceCampaignTemplateMapper">
 
-</mapper>
+</mapper>

+ 2 - 2
module-toutiao/src/main/java/cn/com/ctop/toutiao/mapper/xml/ByteDanceCreativeMapper.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
-<mapper namespace="org.jeecg.modules.ctop.mapper.ByteDanceCreativeMapper">
+<mapper namespace="cn.com.ctop.toutiao.mapper.ByteDanceCreativeMapper">
 
-</mapper>
+</mapper>

+ 2 - 2
module-toutiao/src/main/java/cn/com/ctop/toutiao/mapper/xml/ByteDanceCreativeMaterialMapper.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
-<mapper namespace="org.jeecg.modules.ctop.mapper.ByteDanceCreativeMaterialMapper">
+<mapper namespace="cn.com.ctop.toutiao.mapper.ByteDanceCreativeMaterialMapper">
 
-</mapper>
+</mapper>

+ 2 - 2
module-toutiao/src/main/java/cn/com/ctop/toutiao/mapper/xml/ByteDanceCreativeTemplateMapper.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
-<mapper namespace="org.jeecg.modules.ctop.mapper.ByteDanceCreativeTemplateMapper">
+<mapper namespace="cn.com.ctop.toutiao.mapper.ByteDanceCreativeTemplateMapper">
 
-</mapper>
+</mapper>

+ 2 - 2
module-toutiao/src/main/java/cn/com/ctop/toutiao/mapper/xml/ByteDanceCustomAudienceMapper.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
-<mapper namespace="org.jeecg.modules.ctop.mapper.ByteDanceCustomAudienceMapper">
+<mapper namespace="cn.com.ctop.toutiao.mapper.ByteDanceCustomAudienceMapper">
 
-</mapper>
+</mapper>

+ 2 - 2
module-toutiao/src/main/java/cn/com/ctop/toutiao/mapper/xml/ByteDanceImageInfoMapper.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
-<mapper namespace="org.jeecg.modules.ctop.mapper.ByteDanceImageInfoMapper">
+<mapper namespace="cn.com.ctop.toutiao.mapper.ByteDanceImageInfoMapper">
 
-</mapper>
+</mapper>

+ 2 - 2
module-toutiao/src/main/java/cn/com/ctop/toutiao/mapper/xml/ByteDanceUserOrientationTemplateMapper.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
-<mapper namespace="org.jeecg.modules.ctop.mapper.ByteDanceUserOrientationTemplateMapper">
+<mapper namespace="cn.com.ctop.toutiao.mapper.ByteDanceUserOrientationTemplateMapper">
 
-</mapper>
+</mapper>

+ 2 - 2
module-toutiao/src/main/java/cn/com/ctop/toutiao/mapper/xml/ByteDanceVideoInfoMapper.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
-<mapper namespace="org.jeecg.modules.ctop.mapper.ByteDanceVideoInfoMapper">
+<mapper namespace="cn.com.ctop.toutiao.mapper.ByteDanceVideoInfoMapper">
 
-</mapper>
+</mapper>

+ 2 - 2
module-toutiao/src/main/java/cn/com/ctop/toutiao/mapper/xml/BytedanceAdvertisePlanTemplateMapper.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
-<mapper namespace="org.jeecg.modules.ctop.mapper.BytedanceAdvertisePlanTemplateMapper">
+<mapper namespace="cn.com.ctop.toutiao.mapper.BytedanceAdvertisePlanTemplateMapper">
 
-</mapper>
+</mapper>

+ 2 - 2
module-toutiao/src/main/java/cn/com/ctop/toutiao/mapper/xml/BytedanceAdvertiserDailyReportMapper.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
-<mapper namespace="org.jeecg.modules.ctop.mapper.BytedanceAdvertiserDailyReportMapper">
+<mapper namespace="cn.com.ctop.toutiao.mapper.BytedanceAdvertiserDailyReportMapper">
 
-</mapper>
+</mapper>

+ 2 - 2
module-toutiao/src/main/java/cn/com/ctop/toutiao/mapper/xml/BytedanceAdvertiserHourlyReportMapper.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
-<mapper namespace="org.jeecg.modules.ctop.mapper.BytedanceAdvertiserHourlyReportMapper">
+<mapper namespace="cn.com.ctop.toutiao.mapper.BytedanceAdvertiserHourlyReportMapper">
 
-</mapper>
+</mapper>

+ 2 - 2
module-toutiao/src/main/java/cn/com/ctop/toutiao/mapper/xml/BytedanceAreaInfoMapper.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
-<mapper namespace="org.jeecg.modules.ctop.mapper.BytedanceAreaInfoMapper">
+<mapper namespace="cn.com.ctop.toutiao.mapper.BytedanceAreaInfoMapper">
 
-</mapper>
+</mapper>

+ 2 - 2
module-toutiao/src/main/java/cn/com/ctop/toutiao/mapper/xml/BytedanceCampaignDailyReportMapper.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
-<mapper namespace="org.jeecg.modules.ctop.mapper.BytedanceCampaignDailyReportMapper">
+<mapper namespace="cn.com.ctop.toutiao.mapper.BytedanceCampaignDailyReportMapper">
 
-</mapper>
+</mapper>

+ 2 - 2
module-toutiao/src/main/java/cn/com/ctop/toutiao/mapper/xml/BytedanceCampaignHourlyReportMapper.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
-<mapper namespace="org.jeecg.modules.ctop.mapper.BytedanceCampaignHourlyReportMapper">
+<mapper namespace="cn.com.ctop.toutiao.mapper.BytedanceCampaignHourlyReportMapper">
 
-</mapper>
+</mapper>

+ 2 - 2
module-toutiao/src/main/java/cn/com/ctop/toutiao/mapper/xml/BytedanceCreativeDailyReportMapper.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
-<mapper namespace="org.jeecg.modules.ctop.mapper.BytedanceCreativeDailyReportMapper">
+<mapper namespace="cn.com.ctop.toutiao.mapper.BytedanceCreativeDailyReportMapper">
 
-</mapper>
+</mapper>

+ 2 - 2
module-toutiao/src/main/java/cn/com/ctop/toutiao/mapper/xml/BytedanceCreativeHourlyReportMapper.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
-<mapper namespace="org.jeecg.modules.ctop.mapper.BytedanceCreativeHourlyReportMapper">
+<mapper namespace="cn.com.ctop.toutiao.mapper.BytedanceCreativeHourlyReportMapper">
 
-</mapper>
+</mapper>

+ 2 - 2
module-toutiao/src/main/java/cn/com/ctop/toutiao/mapper/xml/BytedanceDeliveryTargetTemplateMapper.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
-<mapper namespace="org.jeecg.modules.ctop.mapper.BytedanceDeliveryTargetTemplateMapper">
+<mapper namespace="cn.com.ctop.toutiao.mapper.BytedanceDeliveryTargetTemplateMapper">
 
-</mapper>
+</mapper>

+ 2 - 2
module-toutiao/src/main/java/cn/com/ctop/toutiao/mapper/xml/BytedanceInterestCategoryMapper.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
-<mapper namespace="org.jeecg.modules.ctop.mapper.BytedanceInterestCategoryMapper">
+<mapper namespace="cn.com.ctop.toutiao.mapper.BytedanceInterestCategoryMapper">
 
-</mapper>
+</mapper>

+ 2 - 2
module-toutiao/src/main/java/cn/com/ctop/toutiao/mapper/xml/BytedanceNameModelRuleMapper.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
-<mapper namespace="org.jeecg.modules.ctop.mapper.BytedanceNameModelRuleMapper">
+<mapper namespace="cn.com.ctop.toutiao.mapper.BytedanceNameModelRuleMapper">
 
-</mapper>
+</mapper>

+ 2 - 2
module-toutiao/src/main/java/cn/com/ctop/toutiao/mapper/xml/BytedancePlanDailyReportMapper.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
-<mapper namespace="org.jeecg.modules.ctop.mapper.BytedancePlanDailyReportMapper">
+<mapper namespace="cn.com.ctop.toutiao.mapper.BytedancePlanDailyReportMapper">
 
-</mapper>
+</mapper>

+ 2 - 2
module-toutiao/src/main/java/cn/com/ctop/toutiao/mapper/xml/BytedancePlanHourlyReportMapper.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
-<mapper namespace="org.jeecg.modules.ctop.mapper.BytedancePlanHourlyReportMapper">
+<mapper namespace="cn.com.ctop.toutiao.mapper.BytedancePlanHourlyReportMapper">
 
-</mapper>
+</mapper>

+ 2 - 2
module-toutiao/src/main/java/cn/com/ctop/toutiao/mapper/xml/BytedanceUrlInfoMapper.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
-<mapper namespace="org.jeecg.modules.ctop.mapper.BytedanceUrlInfoMapper">
+<mapper namespace="cn.com.ctop.toutiao.mapper.mapper.BytedanceUrlInfoMapper">
 
-</mapper>
+</mapper>

+ 2 - 1
module-toutiao/src/main/java/cn/com/ctop/toutiao/service/impl/ByteDanceAdvertisePlanServiceImpl.java

@@ -12,9 +12,10 @@ import cn.com.ctop.toutiao.service.IByteDanceAdvertisePlanService;
 import com.alibaba.fastjson.JSONObject;
 import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
 import lombok.extern.slf4j.Slf4j;
+import module.entity.BindAccountLogin;
 import module.entity.CtopOauthToken;
+import module.mapper.BindAccountLoginMapper;
 import module.service.ICtopOauthTokenService;
-import org.jeecg.modules.ctop.mapper.BindAccountLoginMapper;
 import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.stereotype.Service;
 

+ 7 - 0
module-toutiao/src/main/java/cn/com/ctop/toutiao/service/impl/ByteDanceCreativeServiceImpl.java

@@ -1,12 +1,19 @@
 package cn.com.ctop.toutiao.service.impl;
 
 import cn.com.ctop.common.utils.PropertiesUtils;
+import cn.com.ctop.toutiao.entity.ByteDanceCreative;
+import cn.com.ctop.toutiao.mapper.ByteDanceCreativeMapper;
+import cn.com.ctop.toutiao.service.IByteDanceAdvertiserDataService;
+import cn.com.ctop.toutiao.service.IByteDanceCampaignTemplateService;
+import cn.com.ctop.toutiao.service.IByteDanceCreativeService;
+import cn.com.ctop.toutiao.service.IBytedanceAdvertisePlanTemplateService;
 import com.alibaba.fastjson.JSONArray;
 import com.alibaba.fastjson.JSONObject;
 import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
 import lombok.extern.slf4j.Slf4j;
 import module.entity.CtopOauthToken;
 import module.service.ICtopOauthTokenService;
+import module.service.IFileInfoService;
 import org.apache.http.client.ClientProtocolException;
 import org.apache.http.client.methods.CloseableHttpResponse;
 import org.apache.http.client.methods.HttpPost;