|
@@ -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']);
|