1.提交缺失的东西

This commit is contained in:
2025-05-17 15:02:27 +08:00
parent 169ca33fa4
commit 8aab997a15

View File

@ -648,7 +648,7 @@ class OrderLogic extends LogicBase
* @throws \think\db\exception\ModelNotFoundException
* @throws \think\exception\DbException
*/
public static function addOrder($user_id, $data, $order_source,$post, $user_address, $extra = [])
public static function addOrder($user_id, $data,$post, $order_source, $user_address, $extra = [])
{
$growth_ratio = ConfigServer::get('trading', 'growth_ratio', 0);
$give_growth_num = $growth_ratio > 0 ? ($data['order_amount'] / $growth_ratio) : 0;