jiangjy 2 місяців тому
батько
коміт
f0b767a81d

+ 1 - 1
Furnace/FurnaceUI/Views/Recipes/RecipeProcessEditViewModel.cs

@@ -2615,7 +2615,7 @@ namespace FurnaceUI.Views.Recipes
                 if (bEnd)
                 {
 
-                    if (!recipestep.Command.ToUpper().Contains("END"))
+                    if (!recipestep.Name.ToUpper().Contains("END"))
                     {
                         DialogBox.ShowWarning("The step command of last step must be 'END',please check!");
                         return;