mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-14 05:42:06 +08:00
1、WithMockLoginUserExtension补充isSuperAdmin的缺省false;2、dept service移除真实db,走纯mock;
This commit is contained in:
+1
-1
@@ -215,7 +215,7 @@ public class DeptServiceImpl implements DeptService {
|
||||
if (CollUtil.isEmpty(ids)) {
|
||||
return Collections.emptyList();
|
||||
}
|
||||
return deptMapper.selectBatchIds(ids);
|
||||
return deptMapper.selectByIds(ids);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user