|
|
@@ -795,7 +795,7 @@ public class CustomerServiceImpl extends BaseMybatisDao<UserMapper> implements C
|
|
|
userFollow.setUid(fbb.getUid());
|
|
|
int followCount = userBusinessMapper.selectFollowCountByUAid(fbb.getUid(), null) + 1;
|
|
|
userFollow.setFollowCount(followCount);
|
|
|
- userFollow.setType(0);
|
|
|
+ userFollow.setType(type);
|
|
|
userFollowMapper.insert(userFollow);
|
|
|
if (type==0){
|
|
|
//处理中间表
|