|
@@ -1675,6 +1675,7 @@ class Api extends Start_Controller {
|
|
@$this->allocation->insert(array('title'=>date('Y-m-d',time()).'-'.$shopid));
|
|
@$this->allocation->insert(array('title'=>date('Y-m-d',time()).'-'.$shopid));
|
|
$where = "shop = '".$where['shop']."' and waybill != '' and library = '2' and expressstate <= '".$where['expressstate']."' and librarytime > '".(time()-22*24*3600)."' and wlcontent not like '%".$where['wlcontent']."%'";//正式发送的时候开启这个"'
|
|
$where = "shop = '".$where['shop']."' and waybill != '' and library = '2' and expressstate <= '".$where['expressstate']."' and librarytime > '".(time()-22*24*3600)."' and wlcontent not like '%".$where['wlcontent']."%'";//正式发送的时候开启这个"'
|
|
//$where = "shop = '".$where['shop']."' and waybill != '' and library = '2' and express = '3' and librarytime > '1636300800' and wlcontent not like '%".$where['wlcontent']."%'";//正式发送的时候开启这个"'
|
|
//$where = "shop = '".$where['shop']."' and waybill != '' and library = '2' and express = '3' and librarytime > '1636300800' and wlcontent not like '%".$where['wlcontent']."%'";//正式发送的时候开启这个"'
|
|
|
|
+ $this->logic_ding->sendToDing("wlfs执行信息".json_encode($data,JSON_UNESCAPED_UNICODE));
|
|
$data = $this->fullorder->find_all($where);
|
|
$data = $this->fullorder->find_all($where);
|
|
$csck = array();
|
|
$csck = array();
|
|
foreach ($data as $k=>$v)
|
|
foreach ($data as $k=>$v)
|