Commit eff03961 authored by 赵啸非's avatar 赵啸非

添加级联删除事项材料

parent 10753246
...@@ -51,8 +51,8 @@ public class MatterServiceImpl extends AbstractCRUDServiceImpl<MatterDao, Matter ...@@ -51,8 +51,8 @@ public class MatterServiceImpl extends AbstractCRUDServiceImpl<MatterDao, Matter
if(!ObjectUtils.isEmpty(searchMatterName)){ if(!ObjectUtils.isEmpty(searchMatterName)){
//终端访问,标红查询参数 //终端访问,标红查询参数
String str = "<span style=\"color:red;font-weight:bold\">%s</span>"; String str = "<span style=\"color:red;font-weight:bold\">%s</span>";
String replaceStr = StrUtil.replace(entity.getMatterName(), searchMatterName, String.format(str, searchMatterName)); String replaceStr = StrUtil.replace(matterEntity.getMatterName(), searchMatterName, String.format(str, searchMatterName));
entity.setMatterName(replaceStr); matterEntity.setMatterName(replaceStr);
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment