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