lvhao 3 månader sedan
förälder
incheckning
ee41fa0118
1 ändrade filer med 3 tillägg och 1 borttagningar
  1. 3 1
      core/CoreApp/models/Model_cne.php

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

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