1
wangyi
2025-12-24 985f161acf8b2a45ac7e452adee1e2fac5f37439
WebAPI/Controllers/SCGL/Èռƻ®¹ÜÀí/JIT_DayPlanPlatFormImportController.cs
@@ -1847,6 +1847,14 @@
                        var ds = oCN.RunProcReturn($@"select * from Gy_Source where HName= '{HSourceName}'", "Gy_Source");
                        if (ds == null || ds.Tables[0].Rows.Count == 0)
                        {
                            objJsonResult.code = "0";
                            objJsonResult.count = 0;
                            objJsonResult.Message = "生产资源名称有误,系统未查询到对应数据!";
                            objJsonResult.data = null;
                            return objJsonResult;
                        }
                        HSourceID = ds.Tables[0].Rows[0]["HItemID"].ToString();
                        string sql = $"select * from  Sc_WorkBillSortBillMain where HMainSourceInterID={HMainSourceInterID}" +