Yang 3 years ago
commit 02f9e43a4c

@ -538,6 +538,7 @@ namespace FactorySystemBll
}
}
if (viewList[i].ContainsKey("FTypeID2")) viewList[i].Remove("FTypeID2");
result += db.Updateable(viewList[i]).AS("TFS_ViewMaterial").WhereColumns("FMaterialID").Where(sqlWhere).ExecuteCommand();
}

Loading…
Cancel
Save