查询字典类型 接口回滚

This commit is contained in:
zhaokaiyao@91isoft.com
2022-01-21 13:36:28 +08:00
parent eb15c06699
commit cd8fffa2f8
@@ -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);
}
/**