From 38e2721ee429f08446de4eecad38d3f031294c60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E8=B4=B5=E5=BC=BA?= Date: Mon, 7 Jul 2025 18:23:05 +0800 Subject: [PATCH] =?UTF-8?q?=E7=90=86=E8=B4=A2=E8=B5=8E=E5=9B=9E=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main/java/shjh/jhzj7/fi/fi/plugin/form/RedeemFormPlugin.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/java/shjh/jhzj7/fi/fi/plugin/form/RedeemFormPlugin.java b/main/java/shjh/jhzj7/fi/fi/plugin/form/RedeemFormPlugin.java index 9ef89dd..840acc5 100644 --- a/main/java/shjh/jhzj7/fi/fi/plugin/form/RedeemFormPlugin.java +++ b/main/java/shjh/jhzj7/fi/fi/plugin/form/RedeemFormPlugin.java @@ -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");