Commit 87ad3a2b authored by zhangc's avatar zhangc

commit

parent c93dbcd9
...@@ -58,7 +58,6 @@ public class OrganizationManageImpl implements OrganizationManageService { ...@@ -58,7 +58,6 @@ public class OrganizationManageImpl implements OrganizationManageService {
query.eq("org_code",req.getOrgCode()); query.eq("org_code",req.getOrgCode());
} }
query.eq("is_deleted", 0); query.eq("is_deleted", 0);
query.ne("status",OrgStatusEnum.CANCEL);
query.orderByDesc("create_date"); query.orderByDesc("create_date");
return apiOrgMapper.selectPage(page, query); return apiOrgMapper.selectPage(page, query);
} }
......
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