高级搜索查询条件--技术领域

This commit is contained in:
zhn
2022-06-02 17:03:08 +08:00
parent 8759a47aff
commit 18ef6e1f68
@@ -508,6 +508,8 @@ public class BussDocumentLibraryEOServiceImpl extends ServiceImpl<BussDocumentLi
map.put("type","date");
}else if(FieldTypeEnum.PULL_SINGLE.getValue().equals(fieldShowType) || FieldTypeEnum.PULL_MORE.getValue().equals(fieldShowType)){
map.put("dictCode",onlCgformField.getDictField());
}else if(FieldTypeEnum.TREE.getValue().equals(fieldShowType)){
map.put("type","tree");
}
map.put("value",onlCgformField.getDbFieldName());
if(CutEnum.CN.getValue().equals(cut)){