|
@@ -146,7 +146,7 @@ public class TPersonalVideoController extends BaseController {
|
|
|
return toAjax(iTPersonalVideoService.removeById(id) ? 1 : 0);
|
|
|
}
|
|
|
|
|
|
- @PreAuthorize("@ss.hasPermi('system:personal:img:add')" )
|
|
|
+ @PreAuthorize("@ss.hasPermi('system:personal:video:add')" )
|
|
|
@PostMapping("/upload")
|
|
|
public AjaxResult uploadFile(MultipartFile file, String personalId) throws Exception {
|
|
|
if (personalId == null || "undefined".equals(personalId)) {
|