anderx 1 年間 前
コミット
cc0c9e6933
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      src/main/java/com/goafanti/customer/service/impl/CustomerServiceImpl.java

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