|
@@ -39,7 +39,7 @@ public class ImportController {
|
|
|
@ApiParam(value = "文件") @RequestParam MultipartFile file,
|
|
|
HttpServletRequest request, HttpServletResponse response
|
|
|
) {
|
|
|
- //sendOperateLog(importType);
|
|
|
+ sendOperateLog(importType);
|
|
|
importFileService.importExcel(categoryId, importType, file);
|
|
|
return AjaxMessage.success();
|
|
|
}
|