优化导入压缩包功能

This commit is contained in:
qitz
2023-10-25 14:17:57 +08:00
parent 729cb9120d
commit 49197586a4
2 changed files with 45 additions and 39 deletions
@@ -168,7 +168,7 @@ public class CaseApplicationController extends BaseController {
* @param id 案件申请id
* @return
*/
@PostMapping("/upload")
@PostMapping("/uploadZipFile")
public AjaxResult uploadZipFile(@RequestParam("file") MultipartFile file, Long id) {
String username = this.getUsername();
Long userId = this.getUserId();