From 6f0df10fdd0e55e5ed3e31b1720efd25e2bf02fb Mon Sep 17 00:00:00 2001
From: yuan <123@>
Date: 星期三, 16 九月 2026 18:51:12 +0800
Subject: [PATCH] fix: 添加条件过滤以确保查询结果中合格数量大于零

---
 src/main/java/com/ruoyi/production/bean/dto/ProductionOrderPickDto.java |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/src/main/java/com/ruoyi/production/bean/dto/ProductionOrderPickDto.java b/src/main/java/com/ruoyi/production/bean/dto/ProductionOrderPickDto.java
index 0c7f5cc..eb8bc3d 100644
--- a/src/main/java/com/ruoyi/production/bean/dto/ProductionOrderPickDto.java
+++ b/src/main/java/com/ruoyi/production/bean/dto/ProductionOrderPickDto.java
@@ -15,9 +15,6 @@
     @Schema(description = "鐢熶骇璁㈠崟ID")
     private Long productionOrderId;
 
-    @Schema(description = "鐢熶骇宸ュ崟ID")
-    private Long productionOperationTaskId;
-
     @Schema(description = "鎵瑰彿")
     private String batchNo;
 
@@ -33,6 +30,12 @@
     @Schema(description = "澶囨敞")
     private String remark;
 
+    @Schema(description = "琛ユ枡鍘熷洜")
+    private String feedingReason;
+
+    @Schema(description = "鏈琛ユ枡鏁伴噺")
+    private BigDecimal feedingQuantity;
+
     @Schema(description = "棰嗘枡鏄庣粏鍒楄〃")
     @JsonAlias({"dto", "productionOrderPickDto"})
     private List<ProductionOrderPickDto> pickList;

--
Gitblit v1.9.3