From 35b564cd9f4656e3e42c15bf0889fe8b40bba9b8 Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期五, 24 四月 2026 15:38:28 +0800
Subject: [PATCH] 入库管理按照原材料和成品来区分
---
src/main/java/com/ruoyi/production/controller/ProductionProductMainController.java | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/main/java/com/ruoyi/production/controller/ProductionProductMainController.java b/src/main/java/com/ruoyi/production/controller/ProductionProductMainController.java
index 3a47e6b..9372744 100644
--- a/src/main/java/com/ruoyi/production/controller/ProductionProductMainController.java
+++ b/src/main/java/com/ruoyi/production/controller/ProductionProductMainController.java
@@ -60,6 +60,7 @@
util.exportExcel(response, list, "鐢熶骇鎶ュ伐鏁版嵁");
}
+ @ApiOperation("鏍规嵁宸ュ崟id鏌ヨ鎶ュ伐鏁版嵁")
@GetMapping("/getByProductWorkOrderId/{productWorkOrderId}")
public R getByProductWorkOrderId(@PathVariable Long productWorkOrderId) {
return R.ok(productionProductMainService.getByProductWorkOrderId(productWorkOrderId));
--
Gitblit v1.9.3