diff --git a/PaintingPC/FrmQuality.cs b/PaintingPC/FrmQuality.cs index e51c742..c37448c 100644 --- a/PaintingPC/FrmQuality.cs +++ b/PaintingPC/FrmQuality.cs @@ -520,7 +520,7 @@ namespace PaintingPC string[] ss = labProductInfo.Text.Split(','); if (ss.Length >= 1) { - if (string.IsNullOrWhiteSpace(ss[0])) + if (string.IsNullOrWhiteSpace(ss[0])) { MessageBox.Show("无颜色信息,请重新扫描"); return false; diff --git a/PaintingPC/Function.cs b/PaintingPC/Function.cs index 61f3e1a..32c2a87 100644 --- a/PaintingPC/Function.cs +++ b/PaintingPC/Function.cs @@ -1672,7 +1672,7 @@ namespace PaintingPC LogHelper.WriteErrLogBase(ex.ToString(), MethodBase.GetCurrentMethod().Name); return res; } - } + } /// /// 查询补打条码信息