yumeng пре 4 година
родитељ
комит
0fa39a2b84

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

@@ -61,6 +61,14 @@ public class UserAllocationController {
     @Autowired
     private IProjectMemberService projectMemberService;
 
+    @Autowired
+    private ICtopOauthTokenService oauthTokenService;
+    @Autowired
+    private IKuaishouInterfaceService kuaishouInterfaceService;
+    @Autowired
+    private IByteDanceAdvertiserDataService advertiserDataService;
+
+
     @GetMapping(value = "/accountTurnProject")
     public Result<Object> getAccountList(Long accountId, Long projectId) {
         Result<Object> result = new Result<>();
@@ -201,12 +209,6 @@ public class UserAllocationController {
 
     }
 
-    @Autowired
-    private ICtopOauthTokenService oauthTokenService;
-    @Autowired
-    private IKuaishouInterfaceService kuaishouInterfaceService;
-    @Autowired
-    private IByteDanceAdvertiserDataService advertiserDataService;
 
     @GetMapping(value = "/updateAuthName")
     public Result<UserAllocation> updateAuthName(Long accountId, String mediaId) {