fix: 修改部门
parent
5a5c69421c
commit
bec5e56add
|
@ -116,10 +116,10 @@ public class PromoterController {
|
||||||
}
|
}
|
||||||
@PostMapping("/import")
|
@PostMapping("/import")
|
||||||
@Operation(summary = "导入推广员")
|
@Operation(summary = "导入推广员")
|
||||||
// @Parameters({
|
@Parameters({
|
||||||
// @Parameter(name = "file", description = "Excel 文件", required = true),
|
@Parameter(name = "file", description = "Excel 文件", required = true),
|
||||||
// @Parameter(name = "updateSupport", description = "是否支持更新,默认为 false", example = "true")
|
@Parameter(name = "updateSupport", description = "是否支持更新,默认为 false", example = "true")
|
||||||
// })
|
})
|
||||||
// @PreAuthorize("@ss.hasPermission('system:user:import')")
|
// @PreAuthorize("@ss.hasPermission('system:user:import')")
|
||||||
@TenantIgnore
|
@TenantIgnore
|
||||||
public CommonResult<PromoterImportRespVO> importExcel(@RequestParam("file") MultipartFile file,
|
public CommonResult<PromoterImportRespVO> importExcel(@RequestParam("file") MultipartFile file,
|
||||||
|
|
Loading…
Reference in New Issue