no message

main
暴炳林 2024-08-02 14:16:32 +08:00
parent e931cb13e5
commit 0480618aa0
1 changed files with 1 additions and 1 deletions

View File

@ -72,6 +72,6 @@ public class PdaHvacController {
}else {
apiResult=ApiResult.fail(400,"未查询到库位",null);
}
return new ResponseEntity<>(apiResult,apiResult.getStatus());
return new ResponseEntity<>(apiResult.getMsg(),apiResult.getStatus());
}
}