anderx 1 anno fa
parent
commit
cc0c9e6933

+ 1 - 1
src/main/java/com/goafanti/customer/service/impl/CustomerServiceImpl.java

@@ -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){
 			//处理中间表