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