src/main/java/com/xcong/excoin/modules/trademanage/controller/ViewController.java
@@ -102,6 +102,16 @@ } /** * 历史委托明细--- Test * @return */ @GetMapping("historyOrderAloneTest") @RequiresPermissions("historyOrderAloneTest:view") public String historyOrderAloneTest() { return FebsUtil.view("modules/trademanage/historyOrderAloneTest"); } /** * 全部历史委托明细 * @return */