From dcee669a3bf790227895b5ddfd182cad6918ab33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A6=20=E8=B5=B5?= <89237069@qq.com> Date: Tue, 24 Jun 2025 14:25:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Controllers/CherySupplierMrpMonthService.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/API/Wood.Service/Controllers/CherySupplierMrpMonthService.cs b/API/Wood.Service/Controllers/CherySupplierMrpMonthService.cs index 9bf309a..2127693 100644 --- a/API/Wood.Service/Controllers/CherySupplierMrpMonthService.cs +++ b/API/Wood.Service/Controllers/CherySupplierMrpMonthService.cs @@ -55,9 +55,9 @@ namespace TaskManager.Controllers con.MaterialCode = p.MaterialCode; con.PlantId = p.PlantId; con.FeedbackResults = "0"; - con.VentureType = "1"; - con.VentureSpecific = "1"; - con.Measures = "1"; + con.VentureType = ""; + con.VentureSpecific = ""; + con.Measures = ""; con.StartMonth = p.StartMonth; con.QuantityMeet1 = p.QuantityDemand1; con.QuantityMeet2 = p.QuantityDemand2;