...
|
...
|
@@ -579,6 +579,7 @@ class OrderController extends HomeBaseController{ |
|
|
$insert['price']=$fee;
|
|
|
$insert['state']=1;
|
|
|
$insert['type']=2;
|
|
|
$insert['users_id']=$user_id;
|
|
|
$result=\db('order')->insert($insert);
|
|
|
if ($result==1){
|
|
|
$reutrn['order_no']=$insert['order_no'];
|
...
|
...
|
|