peter
2026-01-01 a66b2a41f265cc9526781e39c1d6c6d5f5d7c013
src/main/java/com/nq/controller/protol/UserController.java
@@ -64,8 +64,8 @@
    //添加到自选股
    @RequestMapping({"addOption.do"})
    @ResponseBody
    public ServerResponse addOption(@RequestParam("code") String code, HttpServletRequest request) {
        return this.iUserService.addOption(code, request);
    public ServerResponse addOption(@RequestParam("stockType") String stockType,@RequestParam("code") String code, HttpServletRequest request) {
        return this.iUserService.addOption(stockType,code, request);
    }
    //删除自选股