lvhao hace 5 días
padre
commit
6f049482dc
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      core/CoreApp/controllers/Apitt.php

+ 3 - 0
core/CoreApp/controllers/Apitt.php

@@ -639,6 +639,9 @@ $j = json_decode($j, true);
 				$num = $this->fullordertt->find_count('gtime = "'.date('Ymd',$time).'" and shop = "'.$value['id'].'"');
 				$num = $this->fullordertt->find_count('gtime = "'.date('Ymd',$time).'" and shop = "'.$value['id'].'"');
 				//$this->db->trans_begin();
 				//$this->db->trans_begin();
 				$res = $this->apitt->get_list($value,$time-3*24*3600,$time,'AWAITING_SHIPMENT',$cuy,$num,$dtc,$money,$int,$dtctitle,$pay,$typeclass,$ex,$sjc,$zjsku);//查询2小时数 据-等待装运=AWAITING_SHIPMENT(111) ;-等待收集=AWAITING_COLLECTION (112);在途=IN_TRANSIT (121);-已交付=DELIVERED (122);
 				$res = $this->apitt->get_list($value,$time-3*24*3600,$time,'AWAITING_SHIPMENT',$cuy,$num,$dtc,$money,$int,$dtctitle,$pay,$typeclass,$ex,$sjc,$zjsku);//查询2小时数 据-等待装运=AWAITING_SHIPMENT(111) ;-等待收集=AWAITING_COLLECTION (112);在途=IN_TRANSIT (121);-已交付=DELIVERED (122);
+				if($value['id'] == 48){
+					$this->logic_ding->sendToDing("获取TT订单48".json_encode($res)."||".json_encode($value));
+				}
 				$sd[] = $res;
 				$sd[] = $res;
 				$res = $res[0];
 				$res = $res[0];
 				if($res)
 				if($res)