Browse Source

修改数据

lvhao 3 tháng trước cách đây
mục cha
commit
ee41fa0118
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      core/CoreApp/models/Model_cne.php

+ 3 - 1
core/CoreApp/models/Model_cne.php

@@ -621,11 +621,13 @@ function __construct(){
 		}
 		
 
-		
 		$xq = "";
 
 		foreach($info['items'] as $v)
 		{
+			if (strpos($v['info'], "Delivered") !== false) {
+				$exstate = 6;
+			} 
 			$xq .= $v['dateTime'].'['.$v['location'].']'.$v['info'].'<br />';
 		}
 		$content = date('Y-m-d H',time()).'-查询成功';