上报库固定列由fixedLeft改为click5

This commit is contained in:
zhn
2023-04-07 16:58:29 +08:00
parent c29b31910d
commit dbf764f529
@@ -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)){