|
@@ -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){
|