1
dd
2025-12-26 3cfb3d987566f4baf5563a52dced85c9bd8a5391
src/main/java/com/nq/controller/agent/AgentPositionController.java
@@ -39,5 +39,12 @@
        return this.iUserPositionService.listByAgent(positionType, state, userId, agentId, positionSn, beginTime, endTime, request, pageNum, pageSize);
    }
    //新股转持仓
    @RequestMapping({"addUserPosition.do"})
    @ResponseBody
    public ServerResponse newStockToPosition(@RequestParam("id")Integer id) {
        return this.iUserPositionService.newStockToPosition(id);
    }
}