| | |
| | | public class StoreServiceImpl extends ServiceImpl<StoreMapper, TStore> implements IStoreService { |
| | | |
| | | @Override |
| | | public List<TStoreListVo> listAll(Page<TStoreListVo> page, String provinceCode, String cityCode, String name, String phone, String shopName) { |
| | | return this.baseMapper.listAll(page,provinceCode,cityCode,name,phone,shopName); |
| | | public List<TStoreListVo> listAll(Page<TStoreListVo> page, String provinceCode, String cityCode, String name, String phone, String shopName,Integer operatorId) { |
| | | return this.baseMapper.listAll(page,provinceCode,cityCode,name,phone,shopName,operatorId); |
| | | } |
| | | @Override |
| | | public List<TStoreListVo> listAllStore(Page<TStoreListVo> page, String provinceCode, String cityCode, String name, String phone, String shopName,Integer id) { |
| | | return this.baseMapper.listAllStore(page,provinceCode,cityCode,name,phone,shopName,id); |
| | | } |
| | | |
| | | /** |
| | |
| | | public List<Map<String, Object>> queryCity(String provinceCode, String cityCode) { |
| | | return this.baseMapper.queryCity(provinceCode, cityCode); |
| | | } |
| | | @Override |
| | | public List<Map<String, Object>> queryCity1() { |
| | | return this.baseMapper.queryCity1(); |
| | | } |
| | | |
| | | @Override |
| | | public List<Map<String, Object>> queryListOfpage(String provinceCode, String cityCode, Integer operatorId, String storeName, Page<Map<String, Object>> page) { |