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