Commit b46b359a authored by wujiang's avatar wujiang

Merge branch 'developer' of http://36.40.66.175:5000/moa/amos-boot-biz into developer

parents 62374488 81873515
......@@ -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