查询字典类型 接口回滚
This commit is contained in:
@@ -340,10 +340,8 @@ public class DicTypeEORestController extends BaseController<DicTypeEO> {
|
|||||||
@GetMapping("/getDicTypeListCode")
|
@GetMapping("/getDicTypeListCode")
|
||||||
//@RequiresPermissions("sys:dicType:getDicTypeListCode")
|
//@RequiresPermissions("sys:dicType:getDicTypeListCode")
|
||||||
public ResponseMessage<Map<String, Object>> getDicTypeListCode() throws Exception {
|
public ResponseMessage<Map<String, Object>> getDicTypeListCode() throws Exception {
|
||||||
|
Map<String, Object> dicTypeEO = dicTypeEOService.getDicTypeListCode();
|
||||||
return Result.success("1","hello");
|
return Result.success(dicTypeEO);
|
||||||
// Map<String, Object> dicTypeEO = dicTypeEOService.getDicTypeListCode();
|
|
||||||
// return Result.success(dicTypeEO);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user