fengjin
2022-10-14 9bc50b7233da28709a4c4f58c23bbe1aec943151
flower_city/src/main/java/com/dg/core/controller/ReplyTemplateController.java
@@ -85,7 +85,6 @@
        {
            return ResultData.error("模板名称不能为空");
        }
        entity.setId(null);
        entity.setDepartmentId(sysUser.getDepartmentId());
        entity.setCreateUserId(sysUser.getUserId()+"");