This commit is contained in:
zt
2025-11-28 18:56:59 +08:00
parent d37b41c967
commit 4f38db5fde

View File

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