支持机构子节点数据的机构负责人和电话的模糊查询
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user