feat:信保确认时,找不到额度申请报错问题
This commit is contained in:
parent
351c07330c
commit
df415ecf61
@ -731,6 +731,9 @@ public class StorageTransEdit extends AbstractBillPlugIn implements BeforeF7Sele
|
||||
DynamicObject csrCreditLine = TotalUtil.getCsrCreditLine(customer, method, company, swiftCode);
|
||||
if (YEM.isEmpty(csrCreditLine)) {
|
||||
sb.append("未找到改客户的信保额度申请,请检查额度申请是否存在,是否已审核!\r\n");
|
||||
e.setCancel(true);
|
||||
view.showErrorNotification(sb.toString());
|
||||
return;
|
||||
}
|
||||
|
||||
// 剩余限额
|
||||
|
Loading…
Reference in New Issue
Block a user