Commit 8f528e1c authored by hezhuozhi's avatar hezhuozhi

【web端-投融管理】已放款电站,导出,导出数据和列表数据不一致

parent c2f4d1d6
......@@ -26,7 +26,7 @@ public class TryfkServiceImpl implements IExportPageService {
if (Objects.nonNull(filters)) {
params.putAll(filters);
}
String status="放款完成";
String status="已放款,放款完成";
params.put("status", Objects.isNull(filters.get("status")) ? Arrays.asList(status.split(",")) : Arrays.asList(filters.get("status")));
params.put("type", "1");
return businessFieldMapper.getTrStationIdByStatus(params,amosOrgCodes);
......
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