change - 小bug

dep
wangsr 12 months ago
parent 465f35da13
commit c0bb2f6f1a

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

Loading…
Cancel
Save