|
@@ -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);
|