添加方法注释

This commit is contained in:
yangjun 2025-11-21 14:30:28 +08:00
parent 2c989af0a6
commit b192b1743e
1 changed files with 1 additions and 1 deletions

View File

@ -727,7 +727,7 @@ public class SysDepartController {
return result;
}
// 获取机构分享地址前缀
@GetMapping("/getShareUrlByCode")
public Map<String, String> getShareUrlByCode(@RequestParam("orgCode") String orgCode) {
QueryWrapper<SysDepart> query = new QueryWrapper<>();