Commit 19724f64 by wangxing

发现时间分类修改

parent eed64f0c
......@@ -6257,7 +6257,7 @@ public class SolrServiceImpl implements SolrService {
map.put("groupValue", group.getGroupValue());
map.put("groupNum", group.getResult().getNumFound());
}else{
if((StringUtils.isNotBlank(asjRyRelateVO.getJsasj_asjfssj_asjfskssj_date()) && asjRyRelateVO.getJsasj_asjfssj_asjfskssj_date().length()==7)){
if((StringUtils.isNotBlank(asjRyRelateVO.getAsjfssj_asjfskssj_date()) && asjRyRelateVO.getAsjfssj_asjfskssj_date().length()==7)){
map.put("groupValue", group.getGroupValue());
map.put("groupNum", group.getResult().getNumFound());
}
......
......@@ -699,7 +699,7 @@
}else if(groupid.indexOf("MONTH")>0){
str += "<a class=\"newNavA\" style=\"text-decoration:none;\" onclick=\"navCategory.getDay('" + searchType + "','"+groupid.replace("MONTH","DATE")+"','" + item.groupValue + "','" + id + "')\">" + groupvalue + "(" + item.groupNum + ")</a>";
}else if(groupid.indexOf("DATE")>0){
str += "<a class=\"newNavA\" style=\"text-decoration:none;\" onclick=\"navCategory.searchFormByDate('" + searchType + "','"+groupid+"','" + item.groupValue + "','" + id + "')\">" + groupvalue + "(" + item.groupNum + ")</a>";
str += "<a class=\"newNavA\" style=\"text-decoration:none;\" onclick=\"navCategory.searchFormByDate('" + searchType + "','"+groupid+"','" + item.groupValue.substring(0,10) + "','" + id + "')\">" + groupvalue.substring(0,10) + "(" + item.groupNum + ")</a>";
}else{
str += "<a class=\"newNavA\" style=\"text-decoration:none;\" onclick=\"navCategory.getSingleCodeLevel('" + searchType + "','"+groupid+"','" + item.groupValue + "','" +groupvalue+ "','" + id + "')\">" + groupvalue + "(" + item.groupNum + ")</a>";
}
......
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