From 5741f3797899744543b42197e3b80703e5434327 Mon Sep 17 00:00:00 2001 From: ruanqi Date: Wed, 15 Nov 2023 17:44:22 +0800 Subject: [PATCH] =?UTF-8?q?0412=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../heai/modules/production/entity/DailyPlanInData.java | 9 +++++++++ src/main/resources/mapper/board/BoardMapper.xml | 3 +++ 2 files changed, 12 insertions(+) diff --git a/src/main/java/com/heai/modules/production/entity/DailyPlanInData.java b/src/main/java/com/heai/modules/production/entity/DailyPlanInData.java index 9746bf5..2243f65 100644 --- a/src/main/java/com/heai/modules/production/entity/DailyPlanInData.java +++ b/src/main/java/com/heai/modules/production/entity/DailyPlanInData.java @@ -61,6 +61,7 @@ public class DailyPlanInData implements Serializable { private String dispatchedHunlian; private Double weightFactor; private Double weight; + private String soTaskNo; public String getTransFerNo() { return transFerNo; } @@ -332,4 +333,12 @@ public class DailyPlanInData implements Serializable { public void setWeight(Double weight) { this.weight = weight; } + + public String getSoTaskNo() { + return soTaskNo; + } + + public void setSoTaskNo(String soTaskNo) { + this.soTaskNo = soTaskNo; + } } diff --git a/src/main/resources/mapper/board/BoardMapper.xml b/src/main/resources/mapper/board/BoardMapper.xml index 26cbe7c..99eef2b 100644 --- a/src/main/resources/mapper/board/BoardMapper.xml +++ b/src/main/resources/mapper/board/BoardMapper.xml @@ -61,6 +61,9 @@ AND PartDescSpec like #{partDescSpec} + + + AND orderNo_hunlian like #{soTaskNo} and dispatched_hunlian='N'