@ -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;
// 整团单拼时, 避免重复计算人数
// 订单人数不重复计