修改烂机器

This commit is contained in:
sgjj 2020-10-30 16:07:00 +08:00
parent 2e665bec50
commit aa5bd09acf
2 changed files with 2 additions and 8 deletions

File diff suppressed because one or more lines are too long

View File

@ -29,7 +29,7 @@ public class AppHandler implements TenantLineHandler {
PageHelper.startPage(localPage.getPageNum(),localPage.getPageSize(),localPage.isCount());
PageHelper.orderBy(localPage.getOrderBy());
}
return new LongValue(2);
return new LongValue(appId);
}
@Override