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); } /**