ruoyi-modules/ruoyi-shop/src/main/java/com/ruoyi/shop/mapper/shop/ShopMapper.java
@@ -238,4 +238,13 @@ * @return void */ void updateExtendContacts(Shop shop); /** * @description * @author jqs * @date 2023/8/10 22:54 * @param cityCodes * @return List<Long> */ List<Long> listShopIdByCityCode(List<String> cityCodes); }