高级搜索查询条件--技术领域
This commit is contained in:
+2
@@ -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)){
|
||||
|
||||
Reference in New Issue
Block a user