理财赎回优化

This commit is contained in:
李贵强 2025-07-07 18:23:05 +08:00
parent 96e325cc48
commit 38e2721ee4
1 changed files with 2 additions and 2 deletions

View File

@ -51,8 +51,8 @@ public class RedeemFormPlugin extends AbstractFormPlugin {
break;
}
}
if (!isExist) {
boolean renewal =(boolean)this.getModel().getValue("isrenewal");
if (!isExist && !renewal) {
this.getView().showErrorNotification("该日期不存在估值信息,请前往理财申购列表进行估值。");
this.getView().getModel().setValue("redeemdate",null);
this.getView().updateView("redeemdate");