src/main/java/com/xcong/excoin/modules/trademanage/controller/ViewController.java
@@ -64,4 +64,14 @@ return FebsUtil.view("modules/trademanage/historyOrder"); } /** * 全部历史委托明细 * @return */ @GetMapping("historyOrderAll") @RequiresPermissions("historyOrderAll:view") public String historyOrderAll() { return FebsUtil.view("modules/trademanage/historyOrderAll"); } }