xiaoyong931011
2020-07-23 736d26948492ac036a0e2ec2e5d83c7b764d34ed
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
     */