支持机构子节点数据的机构负责人和电话的模糊查询

This commit is contained in:
thinkgem
2025-03-29 11:15:47 +08:00
parent cd5af0ab78
commit 5b6d7de04a

View File

@@ -98,7 +98,9 @@ public class OfficeController extends BaseController {
if (StringUtils.isNotBlank(office.getViewCode())
|| StringUtils.isNotBlank(office.getViewCode_like())
|| StringUtils.isNotBlank(office.getOfficeName())
|| StringUtils.isNotBlank(office.getFullName())){
|| StringUtils.isNotBlank(office.getFullName())
|| StringUtils.isNotBlank(office.getLeader())
|| StringUtils.isNotBlank(office.getPhone())){
office.setParentCode(null);
}
officeService.addDataScopeFilter(office, ctrlPermi);