优化导入压缩包功能
This commit is contained in:
+1
-1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user