文档库排序

This commit is contained in:
zhn
2022-12-28 16:53:46 +08:00
parent f67172f4f0
commit 91947c4624
@@ -621,18 +621,18 @@ public class BussDocumentLibraryEOServiceImpl extends ServiceImpl<BussDocumentLi
if ("serial_number".equals(onlCgformField.getDbFieldName())) {
map.put("sort", "true");//列表排序标识
}
if ("title".equals(onlCgformField.getDbFieldName())) {
map.put("sort", "true");//列表排序标识
}
// if ("title".equals(onlCgformField.getDbFieldName())) {
// map.put("sort", "true");//列表排序标识
// }
if ("state".equals(onlCgformField.getDbFieldName())) {
map.put("sort", "true");//列表排序标识
}
if ("technology_territory".equals(onlCgformField.getDbFieldName())) {
map.put("sort", "true");//列表排序标识
}
if ("region".equals(onlCgformField.getDbFieldName())) {
map.put("sort", "true");//列表排序标识
}
// if ("technology_territory".equals(onlCgformField.getDbFieldName())) {
// map.put("sort", "true");//列表排序标识
// }
// if ("region".equals(onlCgformField.getDbFieldName())) {
// map.put("sort", "true");//列表排序标识
// }
map.put("db_field_name", onlCgformField.getDbFieldName());//字段
if (CutEnum.CN.getValue().equals(cut)) {
map.put("db_field_txt", onlCgformField.getDbFieldTxt());//字段中文名