| | |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using System.Web.UI.WebControls; |
| | | |
| | | namespace iWare_SCADA_BusinessLogical.BLL.Important |
| | | { |
| | |
| | | add_process.QualityState = WorkPieceInfoManager.GetQualityStateValue(logMiddle.QualityState); |
| | | } |
| | | add_process.CreatedUserName = logMiddle.MonitoringPoint; |
| | | add_process.JiaJuGongWei = logMiddle.JiaJuGongWei; |
| | | add_process.DataCapturePointCname = logMiddle.DataCapturePointCname; |
| | | add_process.CreatedTime = DateTime.SpecifyKind(DateTime.Now, DateTimeKind.Local); |
| | | add_process.UpdatedUserName = logMiddle.MonitoringPoint; |