diff --git a/jero-boot/jero-boot-module-certification/src/main/java/com/jero/modules/cert/collect/controller/ParamsCollectManifestEOController.java b/jero-boot/jero-boot-module-certification/src/main/java/com/jero/modules/cert/collect/controller/ParamsCollectManifestEOController.java index 1f53d1b25..99c980b9c 100644 --- a/jero-boot/jero-boot-module-certification/src/main/java/com/jero/modules/cert/collect/controller/ParamsCollectManifestEOController.java +++ b/jero-boot/jero-boot-module-certification/src/main/java/com/jero/modules/cert/collect/controller/ParamsCollectManifestEOController.java @@ -396,7 +396,7 @@ public class ParamsCollectManifestEOController extends JeroController getConfigLableListRefer(@RequestBody ParamsCollectManifestVO paramsCollectManifestVO) { + public Result getConfigLableListRefer(ParamsCollectManifestVO paramsCollectManifestVO) { List> configLableList = paramsCollectManifestEOService.getConfigLabelList(paramsCollectManifestVO); return Result.OK(configLableList); } @@ -411,7 +411,7 @@ public class ParamsCollectManifestEOController extends JeroController referParams(ParamsCollectManifestVO paramsCollectManifestVO) { + public Result referParams(@RequestBody ParamsCollectManifestVO paramsCollectManifestVO) { boolean isSuccess = paramsCollectManifestEOService.referParams(paramsCollectManifestVO); if (isSuccess) { return Result.OK("引用参数成功!");