|
|
@@ -403,7 +403,8 @@ public class STKController {
|
|
|
int pageXjl = 1;
|
|
|
dto.setPage(String.valueOf(pageXjl));
|
|
|
dto.setSize("500");
|
|
|
- QueryCashFlowItemsDto dtoParam = new QueryCashFlowItemsDto();
|
|
|
+ //QueryCashFlowItemsDto dtoParam = new QueryCashFlowItemsDto();
|
|
|
+ JSONObject dtoParam = new JSONObject();
|
|
|
//HttpResultResponse cashFlowItemsVo = requestSTKService.buildPostParam(1,500,dtoParam);
|
|
|
dto.setParam(JSONObject.toJSONString(dtoParam));
|
|
|
CashFlowItemsVo cashFlowItemsVo = requestSTKService.getCashFlowItems(dto);
|