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}" +