Merge branch 'develop' into 加热温度上限检测

This commit is contained in:
hanqiangqiang 2023-08-16 11:07:27 +08:00
commit 9438e879d6
1 changed files with 1 additions and 1 deletions

View File

@ -661,7 +661,7 @@ namespace MECF.Framework.UI.Client.CenterViews.Modules.PM
public void UpdateRecipeFormat()
{
CurrentRecipe = new RecipeData(_recipeGasFlowCalculator);
CurrentRecipe.BuildFormat($"Sic\\Process", "PM1", BaseApp.Instance.UserContext.RoleName);
CurrentRecipe.BuildFormat($"Sic\\Process", SystemName, BaseApp.Instance.UserContext.RoleName);
}
/// <summary>