提交人:陈绍鑫

日期:2025/11/12 15:30
内容:备案申请
This commit is contained in:
陈绍鑫 2025-11-14 11:03:43 +08:00
parent e90cf2c1fe
commit dd61ee05ea
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ public class FilingApplicationSelectPlugin extends AbstractBillPlugIn implements
BigDecimal drawamount = (BigDecimal) this.getModel().getValue("drawamount");
if (shkd_syed.compareTo(drawamount)<0){
this.getModel().setValue("shkd_baed",null);
this.getView().showTipNotification("该备案申请剩余额度不");
this.getView().showTipNotification("该备案申请剩余额度不");
return;
}
}