| | |
| | | import com.doumee.core.model.PageData; |
| | | import com.doumee.core.model.PageWrap; |
| | | import com.doumee.core.utils.Constants; |
| | | import com.doumee.core.utils.Date; |
| | | import com.doumee.core.utils.Utils; |
| | | import com.doumee.dao.admin.response.MemberInfoDTO; |
| | | import com.doumee.dao.business.EmpowerMapper; |
| | | import com.doumee.dao.business.join.EmpowerJoinMapper; |
| | | import com.doumee.dao.business.model.Company; |
| | |
| | | queryWrapper.selectAs(Member::getPhone,Empower::getMemberPhone); |
| | | queryWrapper.selectAs(Member::getIdcardDecode,Empower::getMemberidCard); |
| | | queryWrapper.selectAs(Device::getName,Empower::getDeviceName); |
| | | queryWrapper.selectAs(Company::getName,Empower::getCompanyName); |
| | | queryWrapper.selectAs(Company::getCompanyNamePath,Empower::getCompanyName); |
| | | queryWrapper.selectAs(SystemUser::getUsername,Empower::getCreaterName); |
| | | queryWrapper.leftJoin(Member.class,Member::getId,Empower::getMemberId); |
| | | queryWrapper.leftJoin(Company.class,Company::getId,Member::getCompanyId); |