|
|
|
@ -3171,7 +3171,7 @@ public class SpecialInvoiceServiceImpl implements SpecialInvoiceService { |
|
|
|
|
|
|
|
|
|
try { |
|
|
|
|
InterfaceData interfaceData = ProtocolUtil.decodeData(data); |
|
|
|
|
log.debug("{}方格信息表下载结果,解密后数据为:{}", LOGGER_MSG, interfaceData.getData()); |
|
|
|
|
log.info("{}方格信息表下载结果,解密后数据为:{}", LOGGER_MSG, interfaceData.getData()); |
|
|
|
|
FgRedInvoiceDownloadReqNew fgRedInvoiceDownloadReqBO = JsonUtils.getInstance().parseObject(interfaceData.getData(), FgRedInvoiceDownloadReqNew.class); |
|
|
|
|
|
|
|
|
|
boolean success = false; |
|
|
|
|