Merge branch 'feature/trippest'

hotfix/远程访问多媒体中心
lyt 6 years ago
commit 311050d24f

@ -734,11 +734,11 @@ class TulanduoApi extends CI_Controller
$output_text = "Got order operations from TuLanDuo:" . $detail_jsonResp->orderDetail->orderId . ". " . $coli_id; $output_text = "Got order operations from TuLanDuo:" . $detail_jsonResp->orderDetail->orderId . ". " . $coli_id;
log_message('error', $output_text); log_message('error', $output_text);
echo $output_text; echo $output_text;
// if (strval($order->isHistory) === '1') { if (strval($order->isHistory) === '1') {
// require_once('order_finance.php'); require_once('order_finance.php');
// $vendor_class = new Order_finance(); $vendor_class = new Order_finance();
// $vendor_class->single_order_report($coli_sn); $vendor_class->single_order_report($coli_sn);
// } }
return; return;
} }

@ -338,6 +338,7 @@ class Vendor_money extends CI_Controller {
$row_tmp[$col_mean] = $val; $row_tmp[$col_mean] = $val;
} }
if (isset($row_tmp['group_name']) && !empty($row_tmp['group_name'])) { if (isset($row_tmp['group_name']) && !empty($row_tmp['group_name'])) {
$row_tmp['group_name'] = trim_str(trim($row_tmp['group_name']));
$xls_data[] = $row_tmp; $xls_data[] = $row_tmp;
} }
} }

Loading…
Cancel
Save