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