林豪 左 3 years ago
parent
commit
5aee7d2605
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Projects/永冠OPP/WCS.Service/Extensions/DeviceExtension.cs

+ 1 - 1
Projects/永冠OPP/WCS.Service/Extensions/DeviceExtension.cs

@@ -781,7 +781,7 @@ namespace WCS.Service.Extensions
                             throw new Exception($"[{Entity.CODE}]任务类型错误,{task.ID}");
                     }
 
-                    task.CreateStatusLog(db, $"状态由[{TaskStatus.堆垛机执行}]变更为[{task.STATUS}]", this.GetType());
+                    task.CreateStatusLog(db, $"堆垛机完成任务", this.GetType());
                 }
                 db.Default.SaveChanges();
             });