修改bug
This commit is contained in:
parent
26be2660b1
commit
70072c9917
|
|
@ -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) {
|
||||||
|
|
|
||||||
|
|
@ -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();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue