@@ -55,6 +55,12 @@ class Kd100 extends QueryInterface{
'content'=>$item['context'],
];
}
+ if(!$flow){
+ $flow[]=[
+ 'time'=>date('Y-m-d H:i:s'),
+ 'content'=>'暂无物流信息',
+ ];
+ }
return $flow;
-}
+}