修改bug

This commit is contained in:
haozq 2026-01-05 11:04:41 +08:00
parent 26be2660b1
commit 70072c9917
2 changed files with 2 additions and 2 deletions

View File

@ -126,7 +126,7 @@ public class DockerLabelController extends BaseController {
* @param vo * @param vo
* @return * @return
*/ */
@PreAuthorize("@ss.hasPermi('tb:label:update')") @PreAuthorize("@ss.hasPermi('tb:label:del')")
@Log(title = "删除文档标签", businessType = BusinessType.DELETE) @Log(title = "删除文档标签", businessType = BusinessType.DELETE)
@PostMapping("/delete") @PostMapping("/delete")
public AjaxResult delete(@RequestBody TbFileLabel vo) { public AjaxResult delete(@RequestBody TbFileLabel vo) {

View File

@ -148,7 +148,7 @@ public class DocumentScreenImpl implements DocumentScreenService {
vo.setTttt("3"); vo.setTttt("3");
} }
if("companyDocument".equals(vo.getParentId())){ if("companyDocument".equals(vo.getParentId())){
return AjaxResult.error("当前文件夹下不运行创建文件夹"); return AjaxResult.error("当前文件夹下不允许创建文件夹");
} }
String userId=SecurityUtils.getUserId().toString(); String userId=SecurityUtils.getUserId().toString();