Browse Source

[深爱]科目基础资料对接测试

zxl 1 year ago
parent
commit
9a2a180b6e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/com/uas/eis/controller/STKController.java

+ 1 - 1
src/main/java/com/uas/eis/controller/STKController.java

@@ -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;
     }