20250226 硬度检测委托单
This commit is contained in:
@@ -794,32 +794,6 @@ namespace FineUIPro.Web.HJGL.HotHardManage
|
||||
i = 1;
|
||||
}
|
||||
}
|
||||
//var jotIdItems = (from x in hardTestReportItems
|
||||
// join y in Funs.DB.HJGL_PW_JointInfo
|
||||
// on x.JOT_ID equals y.JOT_ID
|
||||
|
||||
// //orderby y.Sort1,y.Sort2,y.Sort3,y.Sort4,y.Sort5
|
||||
// select x.JOT_ID + "," + x.HotProessTrustId).Distinct();
|
||||
//int i = 1;
|
||||
//foreach (var jotIds in jotIdItems)
|
||||
//{
|
||||
// string jotId = jotIds.Split(',')[0];
|
||||
// string hotProessTrustId = jotIds.Split(',')[1];
|
||||
// var items = hardTestReportItems.Where(x => x.JOT_ID == jotId && x.HotProessTrustId == hotProessTrustId);
|
||||
// foreach (var item in items)
|
||||
// {
|
||||
// item.Flag = i;
|
||||
// BLL.HJGL_CH_HardTestReportService.UpdateCH_HardTestReportItem(item);
|
||||
// }
|
||||
// if (i == 1 || i == 2)
|
||||
// {
|
||||
// i++;
|
||||
// }
|
||||
// else
|
||||
// {
|
||||
// i = 1;
|
||||
// }
|
||||
//}
|
||||
List<SqlParameter> listStr = new List<SqlParameter>();
|
||||
listStr.Add(new SqlParameter("@HardTestReportId", this.HardTestReportId));
|
||||
listStr.Add(new SqlParameter("@Flag", "0"));
|
||||
|
||||
Reference in New Issue
Block a user