This commit is contained in:
todaywindy 2025-06-23 11:51:28 +08:00
parent a54769e075
commit 968fc2cc8e

View File

@ -264,6 +264,7 @@ class Order extends Backend
if ($this->dataLimit && $this->dataLimitFieldAutoFill) {
$params[$this->dataLimitField] = $this->auth->id;
}
sleep(2);
$result = false;
Db::startTrans();
try {