| | |
| | | * @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); |
| | | |
| | | |
| | | /** |
| | |
| | | * @param provinceCode |
| | | * @return |
| | | */ |
| | | List<Map<String, Object>> queryCity(@Param("provinceCode") String provinceCode, @Param("cityCode") String cityCode); |
| | | List<Map<String, Object>> queryCity(@Param("provinceCode") String provinceCode, |
| | | @Param("cityCode") String cityCode); |
| | | List<Map<String, Object>> queryCity2(@Param("provinceCode") String provinceCode, |
| | | @Param("cityCode") String cityCode, |
| | | @Param("type") Integer type, |
| | | @Param("operatorId") Integer operatorId); |
| | | 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); |
| | | |
| | | |
| | | |
| | | List<Map<String, Object>> listStoreAll(Page page, @Param("name") String name, |
| | | @Param("operator") Integer operator, @Param("provinceCode") String provinceCode, |
| | | @Param("cityCode") String cityCode); |
| | | |
| | | |
| | | |
| | | List<Map<String, Object>> listStoreAllByIds(@Param("ids") List<Integer> ids); |
| | | List<Map<String, Object>> querySiteListOfpage(@Param("provinceCode") String provinceCode, |
| | | @Param("cityCode") String cityCode, |
| | | @Param("operatorId") Integer operatorId, |
| | | @Param("storeName") String storeName, |
| | | @Param("storeId") Integer storeId |
| | | ); |
| | | |
| | | |
| | | } |