上报库固定列由fixedLeft改为click5
This commit is contained in:
+2
-2
@@ -617,10 +617,10 @@ public class ParamsReportDetailEOServiceImpl extends ServiceImpl<ParamsReportDet
|
||||
|
||||
if(StringUtils.equals("nio_number",dbFieldName)){
|
||||
map.put("orderNum",1);
|
||||
map.put("fixedLeft",true);
|
||||
map.put("click5",true);
|
||||
}else if(StringUtils.equals("params_name",dbFieldName)){
|
||||
map.put("orderNum",2);
|
||||
map.put("fixedLeft",true);
|
||||
map.put("click5",true);
|
||||
}else if(StringUtils.equals("cert_category",dbFieldName)){
|
||||
map.put("orderNum",3);
|
||||
}else if(StringUtils.equals("is_must",dbFieldName)){
|
||||
|
||||
Reference in New Issue
Block a user