DataCapture/iWare_SCADA_DataCapture/iWare_SCADA_BusinessLogical/DataCaptureHandlerV2/HMI_WorkpieceWrite.cs
@@ -308,7 +308,7 @@ info.QualityErrorInfo = QualityErrorInfo.ToString(); if(!info.WorkingProcedureCurrent.Equals(WorkingProcedureCurrent)) { info.Remarks = (info.Remarks ?? "" + $"HMI修改工序{info.WorkingProcedureCurrent}到{WorkingProcedureCurrent}"); info.Remarks = ( $"HMI修改工序{info.WorkingProcedureCurrent}到{WorkingProcedureCurrent}"); info.WorkingProcedureCurrent = WorkingProcedureCurrent; info.WorkingProcedureCurrent = WorkingProcedureCurrent; }