ShuanghongS 1 سال پیش
والد
کامیت
98fbd6ebd7
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      service/ocean_order.class.php

+ 1 - 1
service/ocean_order.class.php

@@ -397,7 +397,7 @@ class ocean_order {
             //     $sqlWhere .= " and ($more_sql)";
             // }
             $more_param = common::getInNotInSqlForSearch(strtolower(implode(';',$textSearch_arr)));
-            $sqlWhere .= " and (ARRAY[$more_param] && array_append(array[lower(booking_no)::text,lower(h_bol)::text, lower(po_no),lower(carrier_booking)],''))";
+            $sqlWhere .= " and (ARRAY[$more_param] && array_append(array[lower(booking_no)::text,lower(h_bol)::text, lower(po_no),lower(carrier_booking),lower(tracking_no)],''))";
         }
         //移除filterTag
         $sqlWhere_befrom_filterTag  = $sqlWhere;