src/main/java/com/xcong/farmer/cms/modules/system/service/Impl/ReleaseServiceImpl.java | ●●●●● patch | view | raw | blame | history |
src/main/java/com/xcong/farmer/cms/modules/system/service/Impl/ReleaseServiceImpl.java
@@ -103,6 +103,7 @@ ColumnEntity parent = columnMapper.selectById(columnEntity.getParentId()); map.put("parentCode", parent.getColumnCode()); } map.put("columnTitle", columnEntity.getColumnName()); map.put("templatePath", columnEntity.getPath()); map.put("companyId", columnEntity.getCompanyId()); return map;