From 60be3c31bd4c62a3f1632e3d4c6e8a5dbf38bcd2 Mon Sep 17 00:00:00 2001 From: yishiqihuasheng <1191093413@qq.com> Date: Fri, 4 Aug 2023 14:48:17 +0800 Subject: [PATCH] =?UTF-8?q?fi847=E8=BF=94=E5=9B=9E=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E6=88=90=E5=8A=9F=E6=9D=A1=E6=95=B0=E5=92=8C=E5=A4=B1=E8=B4=A5?= =?UTF-8?q?=E6=9D=A1=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/dxhy/erp/service/impl/InvoiceAuthServiceImpl.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dxhy-erp/src/main/java/com/dxhy/erp/service/impl/InvoiceAuthServiceImpl.java b/dxhy-erp/src/main/java/com/dxhy/erp/service/impl/InvoiceAuthServiceImpl.java index 9ba13a1f..0c1ce50c 100644 --- a/dxhy-erp/src/main/java/com/dxhy/erp/service/impl/InvoiceAuthServiceImpl.java +++ b/dxhy-erp/src/main/java/com/dxhy/erp/service/impl/InvoiceAuthServiceImpl.java @@ -379,7 +379,7 @@ public class InvoiceAuthServiceImpl extends MpBaseServiceImpl0){ es.setZTYPE("E"); - errorMsg.append("发票号码:").append(notExit).append("不存在,其余成功"); + errorMsg.append("成功"+exitList.size()+"条,").append("失败"+notExit.size()+"条,").append("失败原因:发票号码:").append(notExit).append("不存在,其余成功"); es.setZMESSAGE(errorMsg.toString()); }else { - es.setZMESSAGE("处理成功"); + es.setZMESSAGE("处理成功"+exitList.size()+"条"); zdataresp.setPROMSG(promsg.toString()); zdataresp.setPROTYP("S"); es.setZdata(zdataresp);