1.提交缺失的东西
This commit is contained in:
@ -680,7 +680,7 @@ class OrderLogic extends LogicBase
|
||||
'integral_amount' => $data['integral_amount'] ?? 0,
|
||||
'use_integral' => $data['user_use_integral'],
|
||||
'time_id' => $post['time_id'],
|
||||
'day' => $post['date'],
|
||||
'day' => isset($post['date'])?$post['date']:date("Y-m-d"),
|
||||
'team_id' => $extra['team_id'] ?? 0,
|
||||
'team_found_id' => $extra['found_id'] ?? 0,
|
||||
'attach_values' => json_encode($attach_values, JSON_UNESCAPED_UNICODE),
|
||||
@ -712,7 +712,7 @@ class OrderLogic extends LogicBase
|
||||
'integral_amount' => $data['integral_amount'] ?? 0,
|
||||
'use_integral' => $data['user_use_integral'],
|
||||
'time_id' => $post['time_id'],
|
||||
'day' => $post['date'],
|
||||
'day' => isset($post['date'])?$post['date']:date("Y-m-d"),
|
||||
'team_id' => $extra['team_id'] ?? 0,
|
||||
'team_found_id' => $extra['found_id'] ?? 0,
|
||||
'attach_values' => json_encode($attach_values, JSON_UNESCAPED_UNICODE),
|
||||
|
||||
Reference in New Issue
Block a user