Kaynağa Gözat

供应商接口,处理行名行号匹配问题

wanghaiwu 1 hafta önce
ebeveyn
işleme
ef749db9dd

+ 2 - 2
code/jyyy/nckd-jimin-jyyy-bd/src/main/java/nckd/jimin/jyyy/bd/webapi/SynSupplierApiPlugin.java

@@ -278,7 +278,7 @@ public class SynSupplierApiPlugin implements Serializable {
                 if (StringUtils.isEmpty(bankCode) || StringUtils.isEmpty(bankName)) {
                     iscontinue = true;
 
-                    sb.append("第" + (index + 1) + "行的开户银行编号、名称不能为空");
+//                    sb.append("第" + (index + 1) + "行的开户银行编号、名称不能为空");
                 }
 
                 if(iscontinue){
@@ -294,7 +294,7 @@ public class SynSupplierApiPlugin implements Serializable {
                 if (bebankEntity == null) {
                     iscontinue = true;
 
-                    sb.append("第" + (index + 1) + "行的开户银行在星瀚中不存在");
+//                    sb.append("第" + (index + 1) + "行的开户银行在星瀚中不存在");
                 }
 
                 if(iscontinue){