style: 代码格式化

This commit is contained in:
haoxr
2023-02-17 18:48:38 +08:00
parent 9d73197bd8
commit 63bd7cd769

View File

@@ -67,7 +67,7 @@ public class MyDataPermissionHandler implements DataPermissionHandler {
String appendSqlStr;
switch (dataScopeEnum) {
case ALL:
return where;
return where;
case DEPT:
deptId = SecurityUtils.getDeptId();
appendSqlStr = deptColumnName + StringPool.EQUALS + deptId;