认证-上报库参数项-配置下拉选项请求方式修改
This commit is contained in:
+1
-1
@@ -103,7 +103,7 @@ public class ParamsReportDetailEOController extends JeroController<ParamsReportD
|
||||
*/
|
||||
@AutoLog(value = "上报库参数项-配置下拉选项(常规导出)")
|
||||
@ApiOperation(value="上报库参数项-配置下拉选项(常规导出)", notes="上报库参数项-配置下拉选项(常规导出)")
|
||||
@PostMapping(value = "/getConfigLabelList")
|
||||
@GetMapping(value = "/getConfigLabelList")
|
||||
// @RequiresPermissions("report:detail:export:normal")
|
||||
public Result<?> getConfigLableList(ParamsReportDetailVO paramsReportDetailVO) {
|
||||
List<Map<String, String>> configLabelList = paramsReportDetailEOService.getConfigLabelList(paramsReportDetailVO);
|
||||
|
||||
Reference in New Issue
Block a user