fix(征求意见流程): queryItemValueByMenuId post -> get

This commit is contained in:
yjz
2024-07-04 11:19:52 +08:00
parent f2ff1c3d1f
commit 37da7aafc6
@@ -452,7 +452,7 @@ public class DocumentSplitController {
*/
@AutoLog(value = "标准拆分详情-查询条文详情根据目录id")
@ApiOperation(value = "标准拆分详情-查询条文详情根据目录id")
@PostMapping("/queryItemValueByMenuId")
@GetMapping("/queryItemValueByMenuId")
public Result<String> queryItemValueByMenuId(String menuId) {
return Result.OK(MessageUtils.getMessage(ResultCommon.OK), documentSplitService.queryItemValueByMenuId(menuId));
}