|
|
@@ -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;
|