Эх сурвалжийг харах

管理端清表显示输入框提示

qianxb 2 жил өмнө
parent
commit
1a4ea66cc5

+ 6 - 6
blade-service/blade-manager/src/main/java/org/springblade/manager/controller/ExcelTabController.java

@@ -681,15 +681,15 @@ public class ExcelTabController extends BladeController {
 
 
     /**
-     * 管理端清表生成html
+     * 客户端清表生成html
      */
-    @GetMapping("/get-excel-html-two")
+    @GetMapping("/get-excel-html")
     @ApiOperationSupport(order = 15)
     @ApiOperation(value = "清表生成html", notes = "清表生成html")
     @ApiImplicitParams(value = {
             @ApiImplicitParam(name = "pkeyId", value = "pkeyId", required = true)
     })
-    public R getExcelHtmlTwo(Long pkeyId) throws IOException, InterruptedException {
+    public R getExcelHtml(Long pkeyId) throws IOException, InterruptedException {
 
         Thread.sleep(200);
         WbsTreePrivate wbsTreePrivate = wbsTreePrivateMapper.getByPKeyId(pkeyId);
@@ -734,15 +734,15 @@ public class ExcelTabController extends BladeController {
     }
 
     /**
-     * 客户端清表生成html
+     * 后管清表生成html
      */
-    @GetMapping("/get-excel-html")
+    @GetMapping("/get-excel-html-two")
     @ApiOperationSupport(order = 15)
     @ApiOperation(value = "清表生成html", notes = "清表生成html")
     @ApiImplicitParams(value = {
             @ApiImplicitParam(name = "pkeyId", value = "pkeyId", required = true)
     })
-    public R getExcelHtml(Long pkeyId) throws IOException, InterruptedException {
+    public R getExcelHtmlTwo(Long pkeyId) throws IOException, InterruptedException {
 
         Thread.sleep(200);
         WbsTreePrivate wbsTreePrivate = wbsTreePrivateMapper.getByPKeyId(pkeyId);