|
|
@@ -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) {
|