Browse Source

1 修改客商判断逻辑

11816 16 hours ago
parent
commit
6d84b0b660

+ 1
- 1
src/main/java/com/example/backend/pAndSExe/controller/PsExeController.java View File

@@ -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);

Loading…
Cancel
Save