|
|
|
|
@ -331,10 +331,12 @@ select combo_id as c_id,count(*) as sale_count from orders where status in(2,4)
|
|
|
|
|
'original_price' =>number_format($all_original_price, 2, '.', '') ,//总原价
|
|
|
|
|
'pay_item_count' => $pay_item_count,//需要付费的项目数量
|
|
|
|
|
'lose_price'=>number_format($lose_price, 2, '.', ''),//剩余的不用就会浪费的金额
|
|
|
|
|
'nmr_list' => [[
|
|
|
|
|
'item_id' => "1",
|
|
|
|
|
"name" => "磁共振平扫(腰椎)"
|
|
|
|
|
]]//核磁项目列表
|
|
|
|
|
'nmr_list' => [
|
|
|
|
|
// [
|
|
|
|
|
// 'item_id' => "1",
|
|
|
|
|
// "name" => "磁共振平扫(腰椎)"
|
|
|
|
|
// ]
|
|
|
|
|
]//核磁项目列表
|
|
|
|
|
];
|
|
|
|
|
return \Yz::Return(true, "查询成功", $data);
|
|
|
|
|
}
|
|
|
|
|
|