change - 小bug

dep
wangsr 12 months ago
parent 465f35da13
commit c0bb2f6f1a

@ -1601,7 +1601,7 @@ namespace Mesnac.Action.ChemicalWeighing.MainDetailControl
/// <summary> /// <summary>
/// 干混机步骤代码转换为步骤名 /// 干混机步骤代码转换为步骤名
/// </summary> /// </summary>
private string WetStepConvert(int code) private string GelStepConvert(int code)
{ {
switch (code) switch (code)
{ {
@ -1619,7 +1619,7 @@ namespace Mesnac.Action.ChemicalWeighing.MainDetailControl
/// <summary> /// <summary>
/// 干混机步骤代码转换为步骤名 /// 干混机步骤代码转换为步骤名
/// </summary> /// </summary>
private string GelStepConvert(int code) private string WetStepConvert(int code)
{ {
switch (code) switch (code)
{ {

Loading…
Cancel
Save