Commit 04d31b78 authored by hezhuozhi's avatar hezhuozhi

修复电站导出

parent 130762da
...@@ -21,6 +21,7 @@ public class FhdfhServiceImpl implements IExportPageService { ...@@ -21,6 +21,7 @@ public class FhdfhServiceImpl implements IExportPageService {
map.put("preparationMoneyState", "0"); map.put("preparationMoneyState", "0");
if (Objects.nonNull(filters)) { if (Objects.nonNull(filters)) {
map.putAll(filters); map.putAll(filters);
map.put("regionalCompaniesSeq",filters.get("regionalcompaniesSeq"));
} }
return businessFieldMapper.getFhStationId(map); return businessFieldMapper.getFhStationId(map);
} }
......
...@@ -20,6 +20,7 @@ public class FhyfhServiceImpl implements IExportPageService { ...@@ -20,6 +20,7 @@ public class FhyfhServiceImpl implements IExportPageService {
map.put("preparationMoneyState", "1"); map.put("preparationMoneyState", "1");
if (Objects.nonNull(filters)) { if (Objects.nonNull(filters)) {
map.putAll(filters); map.putAll(filters);
map.put("regionalCompaniesSeq",filters.get("regionalcompaniesSeq"));
} }
return businessFieldMapper.getFhStationId(map); return businessFieldMapper.getFhStationId(map);
} }
......
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