|
|
@@ -53,7 +53,7 @@ public class AppServiceImpl implements AppService {
|
|
|
@Override
|
|
|
public ResultTable<AppListVO> appList(AppListParam param) {
|
|
|
PageHelper.startPage(param.getPage(), param.getLimit());
|
|
|
- return ResultTable.resultTableOk(new PageInfo<AppListVO>(appMapper.getAppList(param)));
|
|
|
+ return ResultTable.resultTableOk(new PageInfo<>(appMapper.getAppList(param)));
|
|
|
}
|
|
|
/**
|
|
|
* 新增上架应用
|