|
|
@ -974,11 +974,10 @@ public class BaseInvoiceController extends AbstractController { |
|
|
|
map.put("companyCode",companyCode); |
|
|
|
map.put("companyCode",companyCode); |
|
|
|
} |
|
|
|
} |
|
|
|
String sgrzzngxcx = baseInvoiceManualCheckService.inTellingCheck(map); |
|
|
|
String sgrzzngxcx = baseInvoiceManualCheckService.inTellingCheck(map); |
|
|
|
log.info("sgrzzngxcx{}",sgrzzngxcx); |
|
|
|
log.info("sgrzzngxcx======={}",sgrzzngxcx); |
|
|
|
BaseReturnData baseReturnData = JSON.parseObject(sgrzzngxcx, BaseReturnData.class); |
|
|
|
String decodeStr = Base64.decodeStr(sgrzzngxcx); |
|
|
|
String encode = Base64.decodeStr(baseReturnData.getData()); |
|
|
|
|
|
|
|
log.info("encode{}",encode); |
|
|
|
BaseReturnEntity baseReturnEntity = JSON.parseObject(decodeStr, BaseReturnEntity.class); |
|
|
|
BaseReturnEntity baseReturnEntity = JSON.parseObject(encode, BaseReturnEntity.class); |
|
|
|
|
|
|
|
List<BaseTDxRecordInvoice> dataList = baseReturnEntity.getDataList(); |
|
|
|
List<BaseTDxRecordInvoice> dataList = baseReturnEntity.getDataList(); |
|
|
|
StringBuilder uuids = new StringBuilder(); |
|
|
|
StringBuilder uuids = new StringBuilder(); |
|
|
|
StringBuilder dkses = new StringBuilder(); |
|
|
|
StringBuilder dkses = new StringBuilder(); |
|
|
@ -991,6 +990,8 @@ public class BaseInvoiceController extends AbstractController { |
|
|
|
dkses.append(","); |
|
|
|
dkses.append(","); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
log.info("uuids====>{}",uuids); |
|
|
|
|
|
|
|
log.info("dkses====>{}",dkses); |
|
|
|
}else { |
|
|
|
}else { |
|
|
|
return ResponseEntity.ok(R.error("没有可操作的数据")); |
|
|
|
return ResponseEntity.ok(R.error("没有可操作的数据")); |
|
|
|
|
|
|
|
|
|
|
|