rev:代码规范

This commit is contained in:
2023-12-14 09:28:19 +08:00
parent d1be5733b8
commit 793f8c9cfe
40 changed files with 38 additions and 296 deletions

View File

@@ -70,7 +70,6 @@ public class SecurityUtils {
*
* @return 用户部门现在1n该方法禁用
*/
@Deprecated
public static Long getDeptId() {
// return getCurrentUser().getUser().getDept().getId();
return 1L;