Commit d5ec095e authored by zhangch's avatar zhangch
parents e7a963c0 937876a5
...@@ -97,6 +97,6 @@ public class AprOrganServiceImpl implements AprOrganService { ...@@ -97,6 +97,6 @@ public class AprOrganServiceImpl implements AprOrganService {
@Override @Override
public List<ChCfgAprGroupDetail> getCfgAprGroupDetail() { public List<ChCfgAprGroupDetail> getCfgAprGroupDetail() {
return cfgAprGroupDetailMapper.selectList(new QueryWrapper<>()); return cfgAprGroupDetailMapper.selectList(new QueryWrapper<ChCfgAprGroupDetail>().eq("STATUS", 0));
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment