换靴后旧路子残留

This commit is contained in:
黎小北
2026-03-24 23:48:15 +08:00
parent 75e9bafb54
commit 3786a0ea99
+1 -1
View File
@@ -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错误']);