ShuanghongS 2 veckor sedan
förälder
incheckning
42b9fe8088
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      utils/common.class.php

+ 2 - 2
utils/common.class.php

@@ -4902,7 +4902,7 @@ class common {
             $needContainerData = true;
         }
         
-        $needCustomerSQL = " ";
+        $needCustomerSQL = "";
         if($needCustomer){
             $needCustomerSQL = " case when oo.order_from  ='public' and oo.transport_mode  ='sea' then (select customer_code from public.ocean_extend ex where ex.serial_no = oo.serial_no limit 1)
                 when oo.order_from  ='sfs' and oo.transport_mode  ='sea' then (select customer_code from sfs.ocean_extend ex where ex.serial_no = oo.serial_no limit 1)
@@ -4912,7 +4912,7 @@ class common {
             end as \"Controlling Customer\", ";
         }
 
-        $needteuSQL = " ";
+        $needteuSQL = "";
         if($needteu){
             $needteuSQL = " CASE
                 WHEN oe.manifest_type in ('LCL','GPE','CIL','COL') THEN 0::numeric