|
|
@ -43,6 +43,7 @@ public class DomesticExportInvoiceRzdkController extends AbstractController { |
|
|
|
.ok(R.ok().put("data", tDxExportInvoiceService.queryVatSgrz(page, dto, this.getUserInfo()))); |
|
|
|
.ok(R.ok().put("data", tDxExportInvoiceService.queryVatSgrz(page, dto, this.getUserInfo()))); |
|
|
|
} catch (Exception e) { |
|
|
|
} catch (Exception e) { |
|
|
|
e.printStackTrace(); |
|
|
|
e.printStackTrace(); |
|
|
|
|
|
|
|
log.info("queryVatSgrz 报错信息为:{}",e); |
|
|
|
return ResponseEntity.ok(R.error(CommonConstants.MSG_ERR_DEFAULT)); |
|
|
|
return ResponseEntity.ok(R.error(CommonConstants.MSG_ERR_DEFAULT)); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|