生产提报日志优化
This commit is contained in:
@@ -295,7 +295,7 @@ namespace Tnb.ProductionMgr
|
||||
)
|
||||
))
|
||||
{
|
||||
Log.Error($"{equipment.name}存在待下发的任务");
|
||||
Log.Error($"{equipment.name}存在未完成的任务");
|
||||
continue;
|
||||
}
|
||||
bool? value = await _redisData.TryGetValueByKeyField<bool?>(eqpDaq.equip_code, eqpDaq.label_name);
|
||||
|
||||
Reference in New Issue
Block a user