Commit c6c58220 authored by 李秀明's avatar 李秀明

fix: 关联BUG#21862 统一stationType筛选

parent cc0cfd8c
......@@ -3865,9 +3865,6 @@ public class OrgUsrServiceImpl extends BaseService<OrgUsrDto, OrgUsr, OrgUsrMapp
@Override
public IPage<Map<String, Object>> getCenterPersonInfoPage(IPage<Map<String, Object>> page, String bizOrgCode, String stationType) {
if (StringUtils.isNotEmpty(stationType)) {
stationType = "TA".equalsIgnoreCase(stationType) ? "常规换流站" : "TB".equalsIgnoreCase(stationType) ? "特高压换流站" : "";
}
IPage<Map<String, Object>> iPage = this.baseMapper.getCenterPersonInfoPage(page, bizOrgCode, stationType);
return iPage;
}
......
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