|
|
@@ -57,7 +57,7 @@ public class PsExeController {
|
|
57
|
57
|
/**
|
|
58
|
58
|
* 1. 导入采、销执行表Excel文件(单独)
|
|
59
|
59
|
*/
|
|
60
|
|
- @PostMapping("/importPsExe")
|
|
|
60
|
+ @PostMapping("/import")
|
|
61
|
61
|
public ResponseEntity<ExcelImportResult<Void>> importPsExeExcel(@RequestParam("file") MultipartFile file) {
|
|
62
|
62
|
logger.info("收到采、销执行表导入请求,文件名: {}", file.getOriginalFilename());
|
|
63
|
63
|
return psExeService.importExcel(file);
|