删除多余条件

This commit is contained in:
thinkgem
2021-10-14 13:47:44 +08:00
parent 1d3540eef4
commit 5da7c7849b

View File

@@ -238,7 +238,6 @@ public class OfficeController extends BaseController {
// 根据父节点过滤数据
if (StringUtils.isNotBlank(parentCode)){
where.setParentCode(parentCode);
where.setParentCodes(","+parentCode+",");
}
// 根据部门类型过滤数据
if (StringUtils.isNotBlank(officeTypes)){