src/main/java/com/xcong/excoin/modules/trademanage/controller/ViewController.java
@@ -25,6 +25,15 @@ } /** * 当前持仓---alone */ @GetMapping("contractHoldOrderAlone") @RequiresPermissions("contractHoldOrderAlone:view") public String contractHoldOrderAlone() { return FebsUtil.view("modules/trademanage/contractHoldOrderAlone"); } /** * 账户信息 * @return */ @@ -65,6 +74,16 @@ } /** * 历史委托明细---alone * @return */ @GetMapping("historyOrderAlone") @RequiresPermissions("historyOrderAlone:view") public String historyOrderAlone() { return FebsUtil.view("modules/trademanage/historyOrderAlone"); } /** * 全部历史委托明细 * @return */