From caf1ab94ba19c42de160c88ef7d8f7c864224147 Mon Sep 17 00:00:00 2001 From: gaosong Date: Mon, 8 Jan 2024 16:22:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=B9=B3=E5=8F=B0=E4=BB=B6?= =?UTF-8?q?=E6=9D=83=E9=99=90=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../PlatformProjectLawsInventoryEOController.java | 4 ++-- .../PlatformProjectLibraryBaseController.java | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/platform/controller/PlatformProjectLawsInventoryEOController.java b/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/platform/controller/PlatformProjectLawsInventoryEOController.java index 1b4ce37e9..89c9a7aab 100644 --- a/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/platform/controller/PlatformProjectLawsInventoryEOController.java +++ b/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/platform/controller/PlatformProjectLawsInventoryEOController.java @@ -92,7 +92,7 @@ public class PlatformProjectLawsInventoryEOController extends JeroController> queryList(ProjectLawsInventoryEO projectLawsInventoryEO,HttpServletRequest req) { List list = platformProjectLawsInventoryEOService.queryList(projectLawsInventoryEO,req); return Result.OK(projectLawsInventoryEO.getCut(),list); @@ -354,7 +354,7 @@ public class PlatformProjectLawsInventoryEOController extends JeroController add(@Validated @RequestBody ProjectLibraryBase projectLibraryBase) throws ParseException { platformIProjectLibraryBaseService.add(projectLibraryBase); @@ -98,7 +98,7 @@ public class PlatformProjectLibraryBaseController extends JeroController addChild(@Validated @RequestBody ProjectLibraryBase projectLibraryBase) throws ParseException { platformIProjectLibraryBaseService.addChild(projectLibraryBase); @@ -113,7 +113,7 @@ public class PlatformProjectLibraryBaseController extends JeroController edit(@Validated @RequestBody ProjectLibraryBase projectLibraryBase) { platformIProjectLibraryBaseService.editById(projectLibraryBase); @@ -128,7 +128,7 @@ public class PlatformProjectLibraryBaseController extends JeroController delete(@RequestParam(name="id",required=true) String id, @RequestParam(name="cut",required=true) String cut) { @@ -144,7 +144,7 @@ public class PlatformProjectLibraryBaseController extends JeroController deleteBatch(@RequestParam(name="ids",required=true) String ids, @RequestParam(name="cut",required=true) String cut) { @@ -160,7 +160,7 @@ public class PlatformProjectLibraryBaseController extends JeroController queryById(@RequestParam(name="id",required=true) String id, @RequestParam(name="cut",required=true) String cut) {