杜洪波
2025-10-20 77a145b91efa63fddd18ba243ddc95a631620f72
src/main/java/com/product/administration/controller/EarlyWarningManagerController.java
@@ -489,7 +489,9 @@
               fse.setValue("createDate", new Date());
            }
            IPublicService publicService = (IPublicService) getProxyInstance(this.publicService);
            publicService.saveFieldSetEntity(fse);
            earlyWarningManagerService.sendWarnFeedBackMessage(fse);
            return OK_List(earlyWarningManagerService.getWarnFeedBack(fse.getString("parent_uuid")));
        } catch (BaseException e) {