dever 6 年之前
父节点
当前提交
e67346e597
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/Core.php

+ 1 - 1
lib/Core.php

@@ -91,7 +91,7 @@ class Core
 		$info = $db->one(array('order_id' => $order_id));
 		if ($info) {
 			if (!$state) {
-				return $this->createOrder($uid, $username, $account_id, $project_id, $product_id, $name, $cash, $type, $order_id);
+				return $this->createOrder($uid, $username, $account_id, $project_id, $product_id, $name, $cash, $type);
 			} else {
 				return $order_id;
 			}