From cd8fffa2f8b172508b4ad7a4eedf116fdd523bbe Mon Sep 17 00:00:00 2001 From: "zhaokaiyao@91isoft.com" <6922339zky> Date: Fri, 21 Jan 2022 13:36:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E5=AD=97=E5=85=B8=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=20=E6=8E=A5=E5=8F=A3=E5=9B=9E=E6=BB=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/adc/da/sys/controller/DicTypeEORestController.java | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/adc-da-sys/src/main/java/com/adc/da/sys/controller/DicTypeEORestController.java b/adc-da-sys/src/main/java/com/adc/da/sys/controller/DicTypeEORestController.java index e58f8e60..3f1560e4 100644 --- a/adc-da-sys/src/main/java/com/adc/da/sys/controller/DicTypeEORestController.java +++ b/adc-da-sys/src/main/java/com/adc/da/sys/controller/DicTypeEORestController.java @@ -340,10 +340,8 @@ public class DicTypeEORestController extends BaseController { @GetMapping("/getDicTypeListCode") //@RequiresPermissions("sys:dicType:getDicTypeListCode") public ResponseMessage> getDicTypeListCode() throws Exception { - - return Result.success("1","hello"); -// Map dicTypeEO = dicTypeEOService.getDicTypeListCode(); -// return Result.success(dicTypeEO); + Map dicTypeEO = dicTypeEOService.getDicTypeListCode(); + return Result.success(dicTypeEO); } /**