Merge remote-tracking branch 'origin/updateMenu' into updateMenu

This commit is contained in:
2025-11-28 19:55:38 +08:00

View File

@ -133,7 +133,7 @@ public class OutMonthPlanController extends BaseController {
/** /**
* 获取该月份3种类型计划产值 * 获取该月份3种类型计划产值
*/ */
@SaCheckPermission("out:monthPlan:monthInfo") // @SaCheckPermission("out:monthPlan:monthInfo")
@GetMapping("/monthInfo/{id}") @GetMapping("/monthInfo/{id}")
public R<List<OutMonthPlanVo>> infoByPlanMonth(@NotNull(message = "主键不能为空") public R<List<OutMonthPlanVo>> infoByPlanMonth(@NotNull(message = "主键不能为空")
@PathVariable Long id) { @PathVariable Long id) {