ShuanghongS 2 tygodni temu
rodzic
commit
d8808231df
1 zmienionych plików z 1 dodań i 1 usunięć
  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"=>"");
         }