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

This commit is contained in:
thinkgem
2025-03-29 11:15:58 +08:00
parent a2b19c4b17
commit 0465f35d4c

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);