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; String appendSqlStr;
switch (dataScopeEnum) { switch (dataScopeEnum) {
case ALL: case ALL:
return where; return where;
case DEPT: case DEPT:
deptId = SecurityUtils.getDeptId(); deptId = SecurityUtils.getDeptId();
appendSqlStr = deptColumnName + StringPool.EQUALS + deptId; appendSqlStr = deptColumnName + StringPool.EQUALS + deptId;