Merge branch 'develop_3' into 'develop_master'

查询字典类型 接口回滚

See merge request LiuChao/foton-slrs-system-rest!383
This commit is contained in:
王夏晖
2022-01-21 13:41:17 +08:00
@@ -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);
}
/**