|
@@ -698,7 +698,7 @@ class Systemfout extends Start_Controller {
|
|
|
{
|
|
|
//echo json_encode(array('yd'=>1,'id'=>$y['id'],'express'=>$y['express'],'name'=>$fullorder_name,'success'=>true));exit;
|
|
|
}
|
|
|
-
|
|
|
+ $this->logic_ding->sendToDing("u9小单队列监听数据第一位".$y['number']."称重".$numweight."快递公司".$y['express']);
|
|
|
$this->db->trans_begin();
|
|
|
$warehouse = $this->warehouse->read($y['type']);
|
|
|
$bdck = $warehouse['bdck'];
|
|
@@ -902,6 +902,7 @@ class Systemfout extends Start_Controller {
|
|
|
$p = json_encode($post);
|
|
|
echo json_encode(array('msg'=>'该单共打印过'.$y['printnumber'].'次,请注意核对当前发货单是否是最新发货单!','outnumber'=>$y['id'],'post'=>$p,'fullorder_name'=>$fullorder_name,'success'=>false));exit;
|
|
|
}
|
|
|
+ $this->logic_ding->sendToDing("u9小单队列监听数据第二位".$y['number']);
|
|
|
$this->$fullorder_name->save($post,$y['id']);
|
|
|
//开始录入执行u9队列的数据
|
|
|
|