|
|
@@ -406,7 +406,7 @@ public class STKController {
|
|
|
//QueryCashFlowItemsDto dtoParam = new QueryCashFlowItemsDto();
|
|
|
JSONObject dtoParam = new JSONObject();
|
|
|
//HttpResultResponse cashFlowItemsVo = requestSTKService.buildPostParam(1,500,dtoParam);
|
|
|
- dto.setParam(JSONObject.toJSONString(dtoParam));
|
|
|
+ dto.setParam(dtoParam);
|
|
|
CashFlowItemsVo cashFlowItemsVo = requestSTKService.getCashFlowItems(dto);
|
|
|
//return JSONObject.parseObject(cashFlowItemsVo.getBody(),CashFlowItemsVo.class);
|
|
|
return cashFlowItemsVo;
|