| | |
| | | * @date 2023/7/6 16:51 |
| | | */ |
| | | public interface StoreMapper extends BaseMapper<TStore> { |
| | | List<TStoreListVo> listAll(@Param("page") Page<TStoreListVo> page, @Param("provinceCode") String provinceCode, @Param("cityCode") String cityCode, @Param("name") String name, @Param("phone") String phone, @Param("shopName") String shopName); |
| | | List<TStoreListVo> listAll(@Param("page") Page<TStoreListVo> page, @Param("provinceCode") String provinceCode, @Param("cityCode") String cityCode, @Param("name") String name, @Param("phone") String phone, @Param("shopName") String shopName, @Param("operatorId") Integer operatorId); |
| | | |
| | | |
| | | /** |
| | |
| | | * @return |
| | | */ |
| | | List<Map<String, Object>> queryCity(@Param("provinceCode") String provinceCode, @Param("cityCode") String cityCode); |
| | | List<Map<String, Object>> queryCity1(); |
| | | |
| | | List<Map<String, Object>> queryListOfpage(@Param("provinceCode") String provinceCode, |
| | | @Param("cityCode") String cityCode, |
| | |
| | | JsDto get(Integer id); |
| | | |
| | | List<SelectDto> getSelect(); |
| | | |
| | | List<TStoreListVo> listAllStore(@Param("page") Page<TStoreListVo> page, @Param("provinceCode") String provinceCode, @Param("cityCode") String cityCode, @Param("name") String name, @Param("phone") String phone, @Param("shopName") String shopName, @Param("id") Integer id); |
| | | |
| | | } |