Commit 81873515 authored by caotao's avatar caotao

筛选失效问题修改

parent ea99dc0e
......@@ -112,6 +112,8 @@ public class IdxBizTableServiceImpl implements IIdxBizTableService {
map.remove("conditionValue");
String isFx = map.get("isFx");
map.remove("isFx");
String fx = map.get("fx");
map.remove("fx");
List<String> permissions = permissionService.getCurrentUserProjectOrgCodes();
List<Map<String, String>> filters = new ArrayList<>();
map.forEach((key, value) -> {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment