|
|
|
@@ -33,7 +33,7 @@ public class InvestFollowRecordServiceImpl extends InvestBaseServiceImpl<InvestF |
|
|
|
InvestFollowRecordEntity queryData = params.getQueryData(); |
|
|
|
InvestHelper.notNull(queryData); |
|
|
|
//InvestHelper.notNull(queryData.getFollowId(), "followId"); |
|
|
|
InvestHelper.notNull(queryData.getType(), "type"); |
|
|
|
//InvestHelper.notNull(queryData.getType(), "type"); |
|
|
|
return super.queryPage(params); |
|
|
|
} |
|
|
|
|
|
|
|
|