Antiloveg 8 years ago
parent
commit
ebb64aeaf8

+ 1 - 1
src/main/java/com/goafanti/user/service/impl/UserInterestServiceImpl.java

@@ -38,7 +38,7 @@ public class UserInterestServiceImpl implements UserInterestService {
 	}
 
 	@Override
-	public int deleteByPrimaryKey(String interestId) {
+	public int deleteByPrimaryKey(String id) {
 		return userInterestMapper.deleteByPrimaryKey(id);
 	}
 }