style: 代码格式化
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user