fix(征求意见流程): queryItemValueByMenuId post -> get
This commit is contained in:
+1
-1
@@ -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));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user