diff --git a/application/deal/controller/Index.php b/application/deal/controller/Index.php index c100080..fc67e0a 100644 --- a/application/deal/controller/Index.php +++ b/application/deal/controller/Index.php @@ -298,7 +298,7 @@ class Index Extends Common{ return json($result); }else{ $waybill = array(); - return json(['status'=>false,'msg'=>'数据不存在','waybill'=>$waybill]); + return json(['status'=>true,'msg'=>'数据不存在','waybill'=>$waybill]); } }else{ return json(['status'=>false,'msg'=>'靴ID错误']);