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