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;