huliguo
2025-07-29 7a74745bad7ff20df9e170433c1e1cb851ce7fa9
ruoyi-modules/ruoyi-shop/src/main/java/com/ruoyi/shop/mapper/shop/ShopMapper.java
@@ -312,4 +312,7 @@
    void updateShopByOneClinkSyncing(@Param("param") OneClinkSyncing oneClinkSyncing);
    List<Long> getShopListBySignAreaCodes(@Param("list")List<String> areaCodes);
    void updateBelongShopIdBatch(@Param("list")List<Long> shopIds, @Param("shopId")Long shopId);
}