|
@@ -241,7 +241,7 @@ public class WbsTreeContractController extends BladeController {
|
|
|
|
|
|
@GetMapping("/download-excel")
|
|
|
@ApiOperationSupport(order = 13)
|
|
|
- @ApiOperation(value = "客户端-下载元素表对应的excel模板", notes = "传入表的pKeyId")la
|
|
|
+ @ApiOperation(value = "客户端-下载元素表对应的excel模板", notes = "传入表的pKeyId")
|
|
|
public void downloadExcel(@RequestParam String pKeyId, HttpServletResponse response) throws Exception {
|
|
|
WbsTreeContract tab = iWbsTreeContractService.getBaseMapper().selectOne(Wrappers.<WbsTreeContract>lambdaQuery().eq(WbsTreeContract::getPKeyId, pKeyId));
|
|
|
if (tab != null && Objects.nonNull(tab.getExcelId())) {
|