ShuanghongS před 2 týdny
rodič
revize
d8808231df
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      service/destination_delivery.class.php

+ 1 - 1
service/destination_delivery.class.php

@@ -1518,7 +1518,7 @@ class destination_delivery {
             select * from shipment_table where ".$recommended_delivery_sql;
 
         $rs = common::excuteListSql($sql);
-        error_log($sql);
+        //error_log($sql);
         if(empty($rs)){
             return array("msg"=>"No Eligible Shipments for Booking","data"=>"");
         }