fengjin
2022-10-14 22ab478185c9f50e54ca30191bf3c847980e99e1
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()+"");