浏览代码

修改信息

lvhao 3 周之前
父节点
当前提交
bddb8a1dd6
共有 1 个文件被更改,包括 1 次插入1 次删除
  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();
 		    $wlfs = array();
 		    $dd = $this->fullorder->find_all("source != '1' and dlzemail < '1' and shop = '".$notice['shop']."' and library = 2 and ".$where);
 		    $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)
 		    foreach ($dd as $v)
 		    {
 		    {
 			    $shop = $this->shop->read($v['shop']);
 			    $shop = $this->shop->read($v['shop']);