lyhzzz 7 tháng trước cách đây
mục cha
commit
5337292ea1

+ 3 - 4
src/main/java/com/fdkankan/manage/service/impl/UserServiceImpl.java

@@ -74,6 +74,8 @@ public class UserServiceImpl extends ServiceImpl<IUserMapper, User> implements I
     IJyUserPlatformService jyUserPlatformService;
     @Autowired
     ManageConfig manageConfig;
+    @Autowired
+    IJyPlatformUserWaitService platformUserWaitService;
 
     @Override
     public PageInfo pageList(UserParam param) {
@@ -173,10 +175,7 @@ public class UserServiceImpl extends ServiceImpl<IUserMapper, User> implements I
         return true;
     }
 
-    @Autowired
-    IJyPlatformUserWaitService platformUserWaitService;
-    @Autowired
-    ManageConfig manageConfig;
+
     @Override
     @Transactional(rollbackFor = Exception.class)
     public synchronized void addUcenterUser(UserParam param) {