| | |
| | | * @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, |
| | |
| | | List<Map<String, Object>> querySiteListOfpage(@Param("provinceCode") String provinceCode, |
| | | @Param("cityCode") String cityCode, |
| | | @Param("operatorId") Integer operatorId, |
| | | @Param("storeName") String storeName |
| | | @Param("storeName") String storeName, |
| | | @Param("storeId") Integer storeId |
| | | ); |
| | | |
| | | |