|
@@ -126,7 +126,7 @@ public class RestrictProjectServiceImpl extends BaseMybatisDao<RestrictProjectMa
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
@Override
|
|
@Override
|
|
|
- public Object getFollowDtails(String uid) {
|
|
|
|
|
|
|
+ public Object getFollowDetails(String uid) {
|
|
|
User user = userMapper.findUserAccountDetail(uid);
|
|
User user = userMapper.findUserAccountDetail(uid);
|
|
|
FollowBusinessBo fbb = new FollowBusinessBo();
|
|
FollowBusinessBo fbb = new FollowBusinessBo();
|
|
|
SimpleDateFormat format = new SimpleDateFormat(AFTConstants.YYYYMMDDHHMMSS);
|
|
SimpleDateFormat format = new SimpleDateFormat(AFTConstants.YYYYMMDDHHMMSS);
|