|
|
@@ -391,7 +391,7 @@ public class STKController {
|
|
|
dto.setPage(String.valueOf(pageXjl));
|
|
|
dto.setSize("500");
|
|
|
QueryCashFlowItemsDto dtoParam = new QueryCashFlowItemsDto();
|
|
|
- dto.setParam(JSONObject.toJSONString(dtoParam));
|
|
|
+ dto.setParam(dtoParam);
|
|
|
CashFlowItemsVo cashFlowItemsVo = requestSTKService.getCashFlowItems(dto);
|
|
|
return cashFlowItemsVo;
|
|
|
}
|