ShuanghongS 2 周之前
父節點
當前提交
d8808231df
共有 1 個文件被更改,包括 1 次插入1 次删除
  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"=>"");
         }