临时处理方案--排除掉实名客票

release
zhenghaiyang@ele-cloud.com 2 years ago
parent 75e3bd15c3
commit 0973dbc4ac
  1. 2
      dxhy-erp/src/main/java/com/dxhy/erp/service/impl/InvoiceAuthServiceImpl.java

@ -349,7 +349,7 @@ public class InvoiceAuthServiceImpl extends MpBaseServiceImpl<RecordInvoiceDao,
for(ZDATA zdata1:zdata){
log.info("zdata1.getZFPHM()===>{}",zdata1.getZFPHM());
String collect = fplxList.stream().collect(Collectors.joining(","));
if(collect.contains(zdata1.getZFPLX())){
if(!collect.contains(zdata1.getZFPLX())){
log.info("非增值税先不处理:{}",JSON.toJSONString(zdata1));
continue;
}

Loading…
Cancel
Save