shicf
2024-11-21 cf74cf76707710a08ffcdfc13c46706966f12803
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) {