Commit d968cd3c authored by tangwei's avatar tangwei

修改bug

parent 3ad8ded1
...@@ -39,6 +39,7 @@ public class OrganizationUserImpl extends BaseService<OrganizationUser,Organizat ...@@ -39,6 +39,7 @@ public class OrganizationUserImpl extends BaseService<OrganizationUser,Organizat
wrapper.eq(OrganizationUser::getEmergencyTeamId, id); wrapper.eq(OrganizationUser::getEmergencyTeamId, id);
} }
// wrapper.orderByDesc(BaseEntity::getRecDate); // wrapper.orderByDesc(BaseEntity::getRecDate);
wrapper.eq(OrganizationUser::getIsDelete, false);
wrapper.orderByDesc(OrganizationUser::getSort); wrapper.orderByDesc(OrganizationUser::getSort);
return this.baseMapper.selectPage(page, wrapper); return this.baseMapper.selectPage(page, wrapper);
} }
......
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