Commit c8d69ece authored by 蔡镇泽's avatar 蔡镇泽

获取评定参数列表接口只查询有效数据

parent 45f2b2e2
...@@ -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