|
|
|
@ -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(convertFpzldm(zdata1.getZFPLX()))){ |
|
|
|
|
log.info("非增值税先不处理:{}",JSON.toJSONString(zdata1)); |
|
|
|
|
continue; |
|
|
|
|
} |
|
|
|
|