yibo 3 years ago
parent
commit
9602514fbb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ButcherFactory.Form/SegmentProductionAuto_/SegmentProductionAutoForm.cs

+ 1
- 1
ButcherFactory.Form/SegmentProductionAuto_/SegmentProductionAutoForm.cs View File

@ -620,7 +620,7 @@ namespace ButcherFactory.SegmentProductionAuto_
{ {
this.Invoke(new Action(() => this.Invoke(new Action(() =>
{ {
MessageBox.Show(msg);
MessageBox.Show(msg + "请检查原因!");
})); }));
} }
} }


Loading…
Cancel
Save