diff --git a/webht/third_party/trippestOrderSync/controllers/order_finance.php b/webht/third_party/trippestOrderSync/controllers/order_finance.php index 4e0a05eb..3fc68543 100644 --- a/webht/third_party/trippestOrderSync/controllers/order_finance.php +++ b/webht/third_party/trippestOrderSync/controllers/order_finance.php @@ -384,7 +384,9 @@ class Order_finance extends CI_Controller { $pag_sns = array(); $unique_coli = array(); foreach ($all_orders as $ko => $vo) { - if (in_array(mb_strtoupper($vo->PAG_Code), $ret->combine_pags)) { + if (in_array(mb_strtoupper($vo->PAG_Code), $ret->combine_pags) + || null === $vo->COLD_ServiceSN + ) { $pag_sns[] = $vo->COLD_ServiceSN; // 整团单拼时, 避免重复计算人数 // 订单人数不重复计