| | |
| | | |
| | | import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; |
| | | import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; |
| | | import com.dsh.other.entity.OperatorUser; |
| | | import com.dsh.other.entity.Store; |
| | | import com.dsh.other.mapper.StoreMapper; |
| | | import com.dsh.other.model.BaseVo; |
| | |
| | | return storeMapper.getStoreByStoreStaffId(id); |
| | | } |
| | | |
| | | @Override |
| | | public String getOName(Integer operatorId) { |
| | | |
| | | return this.baseMapper.getOName(operatorId); |
| | | } |
| | | |
| | | @Override |
| | | public List<Map<String, Object>> game(Integer appUserId) { |
| | | return this.baseMapper.game(appUserId); |
| | | } |
| | | |
| | | @Override |
| | | public OperatorUser queryByStoreId(Integer id) { |
| | | return this.baseMapper.queryByStoreId(id); |
| | | } |
| | | |
| | | |
| | | /** |
| | | * 获取列表数据 |