fengjin
2022-10-15 05372fd5f0eb8a0f5ed65e7691fe569dd3fbd9f0
flower_city/src/main/java/com/dg/core/controller/TransactionEventController.java
@@ -134,11 +134,7 @@
            return ResultData.error("事件名称不能为空");
        }
        String id=iTransactionEventService.selectDataIfExist(entity.getDepartmentId(),entity.getMatterName());
        if(!StringUtils.isEmpty(id))
        {
            return ResultData.error("事件名称已存在");
        }
        return toAjax(iTransactionEventService.updateConfig(entity));
    }
@@ -242,4 +238,5 @@
    }
}