执行代码清理,修复warning

This commit is contained in:
2023-11-06 19:59:12 +08:00
parent c6b8dfc861
commit 1dbb17f103
118 changed files with 5046 additions and 4111 deletions

View File

@@ -48,7 +48,7 @@ public class TaskStatusChangeSubscriber : IEventSubscriber, ISingleton
}*/
var tscSource = (TaskStatusChangeSource)context.Source;
TaskStatusChangeSource tscSource = (TaskStatusChangeSource)context.Source;
switch (tscSource.Payload)
{
case nameof(_wareHouseService.GenTaskExecute):