Commit db8c4476 by rongkailun

【修改】动物编码修改传参

parent 3acbb7e0
......@@ -400,7 +400,7 @@ public class NewsServiceImpl extends ServiceImpl<NewsDao, NewsEntity> implements
map.put("title",newsParams.getTitle());
List<String> child = getChild(map);
map.put("list",child);
map.put("title","dwbm");
map.put("typeName","dwbm");
List<Map<String, Object>> dataList = getDataListNew(map,page);
page.setRecords(dataList);
}else if("gln".equals(newsParams.getType())){
......
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