bug
This commit is contained in:
@@ -125,7 +125,7 @@ namespace Tnb.ProductionMgr
|
|||||||
// Log.Information($"{device},{eqpDaq3.label_name}称重完成返回结果:{responseresult}");
|
// Log.Information($"{device},{eqpDaq3.label_name}称重完成返回结果:{responseresult}");
|
||||||
// }
|
// }
|
||||||
// }
|
// }
|
||||||
string equipStatus = await _redisData.GetHash(device, "1 启动2停止 3手动4急停");
|
string equipStatus = await _redisData.GetHash(device, "1 启动 2 停止 3手动 4 急停");
|
||||||
Log.Information($"换箱机状态:{equipStatus}");
|
Log.Information($"换箱机状态:{equipStatus}");
|
||||||
if (equipStatus != "1")
|
if (equipStatus != "1")
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user