生产提报日志优化

This commit is contained in:
2024-06-27 17:11:06 +08:00
parent 398f8f3696
commit 22b1b80b1e
2 changed files with 13 additions and 6 deletions

View File

@@ -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);