Browse Source

修改信息

lvhao 3 weeks ago
parent
commit
bddb8a1dd6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/CoreApp/controllers/Api.php

+ 1 - 1
core/CoreApp/controllers/Api.php

@@ -1122,7 +1122,7 @@ class Api extends Start_Controller {
 			}
 		    $wlfs = array();
 		    $dd = $this->fullorder->find_all("source != '1' and dlzemail < '1' and shop = '".$notice['shop']."' and library = 2 and ".$where);
-		    $this->logic_ding->sendToDing("获取发送快件的快递条件"."source != '1' and dlzemail < '1' and shop = '".$notice['shop']."' and library = 2 and ".$where);
+		    //$this->logic_ding->sendToDing("获取发送快件的快递条件"."source != '1' and dlzemail < '1' and shop = '".$notice['shop']."' and library = 2 and ".$where);
 		    foreach ($dd as $v)
 		    {
 			    $shop = $this->shop->read($v['shop']);