pipIrr-platform/pipIrr-web/pipIrr-web-terminal/src/main/java/com/dy/pipIrrTerminal/card/CardCtrl.java
@@ -196,7 +196,11 @@ @SsoAop() public BaseResponse<VoTermCard> readCard(@RequestParam String cardAddr){ try { return BaseResponseUtils.buildSuccess(cardSv.readCard(cardAddr)); VoTermCard voTermCard = cardSv.readCard(cardAddr); if(voTermCard == null) { return BaseResponseUtils.buildNonExist(); } return BaseResponseUtils.buildSuccess(voTermCard); } catch (Exception e) { log.error("查询农户异常", e); return BaseResponseUtils.buildException(e.getMessage()) ;