main
yanzai 1 year ago
parent 0d250b8803
commit 646cc7bb7b

@ -16,8 +16,8 @@ class TestController extends Controller
{ {
public function DBtest(){ public function DBtest(){
echo DB::table('users')->count(); echo DB::table('users')->count();
// $order= new OrderService(); $order= new OrderService();
// dd($order->DepartmentItemCount(355)); dd($order->DepartmentItemCount(355));
//退款------------------ //退款------------------
// $data = [ // $data = [
// 'orderid' => '20241108112106776eslNJ2', // 'orderid' => '20241108112106776eslNJ2',

@ -24,8 +24,6 @@ class OrderService
$wait_day=$wait['Data']['预计所需天数']; $wait_day=$wait['Data']['预计所需天数'];
} else { } else {
$wait_day=-1; $wait_day=-1;
}
//查询体检报告 //查询体检报告
$data = [ $data = [
'电话号码' => "", '电话号码' => "",
@ -49,6 +47,9 @@ class OrderService
} }
} }
}
$buy_info=json_decode($order->buy_info,true); $buy_info=json_decode($order->buy_info,true);
$list=[]; $list=[];
$drop_ids = ['519', '603']; $drop_ids = ['519', '603'];

Loading…
Cancel
Save