1.提交缺失的东西
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user