调整后台发货

This commit is contained in:
2023-03-17 13:43:05 +08:00
parent 1fcedae027
commit d7d55db7bf
2 changed files with 2 additions and 1 deletions

View File

@@ -51,7 +51,7 @@ trait OrderActions
event(new OrderPaid($this));
//增加记录
$this->addTimeline();
// $this->addTimeline();
return true;
} else {