1
duhe
2024-01-29 2c94ac81135dea89de381ba6985fc48fa3e800b6
WebAPI/Controllers/CJGL/ProductionPlanReportController.cs
@@ -32,6 +32,8 @@
            public string HMaterNumber;
            public int IsTrue;
            public int HState;
            public int HSTATUS;
            public string sWhere1;
        }
        [Route("ProductionPlanReport/ProductionPlanReportList")]
        [HttpGet]
@@ -43,7 +45,7 @@
                ProductionPlanReport com = JsonConvert.DeserializeObject<ProductionPlanReport>(sWhere.ToString());
                ds = oCN.RunProcReturn($"exec h_p_Cj_ProductionPlanReportList {com.HOrgID},'{com.HBeginDate}','{com.HEndDate}'" +
                    $",'{com.HICMOBillNo}',{com.HWorkShopID},'{com.F_BSV_WYID}','{com.HMaterNumber}','{com.HBillNo}',{com.IsTrue},'{com.HState}'", "h_p_Cj_ProductionPlanReportList");
                    $",'{com.HICMOBillNo}',{com.HWorkShopID},'{com.F_BSV_WYID}','{com.HMaterNumber}','{com.HBillNo}',{com.IsTrue},'{com.HState}','{com.HSTATUS}','{com.sWhere1}'", "h_p_Cj_ProductionPlanReportList");
                objJsonResult.code = "1";
                objJsonResult.count = 1;