|
|
@@ -110,6 +110,8 @@ public class CustomerServiceImpl extends BaseMybatisDao<UserMapper> implements C
|
|
|
@Autowired
|
|
|
private AdminUserCountMapper adminUserCountMapper;
|
|
|
@Autowired
|
|
|
+ private RestrictProjectMapper restProjectMapper;
|
|
|
+ @Autowired
|
|
|
private AsyncUtils asyncUtils;
|
|
|
|
|
|
|
|
|
@@ -889,7 +891,7 @@ public class CustomerServiceImpl extends BaseMybatisDao<UserMapper> implements C
|
|
|
// 更新业务中间表
|
|
|
addUserFollowBusiness(userFollowBusiness, ubId, ub, ufbId, followId);
|
|
|
}
|
|
|
-
|
|
|
+ restProjectMapper.updateRefreshLockTime(fbb.getUid(),ub.getBusinessProjectId(),TokenManager.getAdminId());
|
|
|
}
|
|
|
}
|
|
|
|