yaoyu 1 éve
szülő
commit
e34a36dc24

+ 1 - 1
pu/pu/src/private/nc/bs/ic/base/InvoiceAfterCheckEvent.java

@@ -117,7 +117,7 @@ public class InvoiceAfterCheckEvent implements IRule<InvoiceVO>{
 								sql2.append(" AND enablestate = 2");
 								String tcode = (String) bs.executeQuery(sql2.toString(), new ColumnProcessor());
 								if(!defdocVO.getMnecode().equals(tcode)) {
-									ExceptionUtils.wrappBusinessException("行:"+invoiceItemVO.getCrowno()+"纳税人识别号不正确!");
+									ExceptionUtils.wrappBusinessException("行:"+invoiceItemVO.getCrowno()+"纳税人识别号不正确!请检查自定义档案是否维护正确!");
 								}
 							}
 						}