mark for pull

This commit is contained in:
caixiang
2022-08-23 14:46:51 +08:00
parent d22b778b8a
commit 0b4f717fa8
2 changed files with 7 additions and 88 deletions

View File

@@ -56,7 +56,6 @@ public class FactoryController {
//@PreAuthorize("@ex.hasAuthority('code:factory:page')")
public Result<PageData<FactoryDTO>> page(@ApiIgnore @RequestParam Map<String, Object> params){
PageData<FactoryDTO> page = factoryService.page(params);
return new Result<PageData<FactoryDTO>>().ok(page);
}