From f5d2eb4bddd96c0420a43f19f1c682e9911e78b7 Mon Sep 17 00:00:00 2001 From: xuhy <3313886187@qq.com> Date: 星期五, 15 八月 2025 11:30:34 +0800 Subject: [PATCH] bug修改 --- ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/mapper/ShopMapper.java | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/mapper/ShopMapper.java b/ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/mapper/ShopMapper.java index c2630c8..0e670d4 100644 --- a/ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/mapper/ShopMapper.java +++ b/ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/mapper/ShopMapper.java @@ -5,10 +5,7 @@ import com.baomidou.mybatisplus.extension.plugins.pagination.Page; import com.ruoyi.common.core.web.page.PageInfo; import com.ruoyi.other.api.domain.Shop; -import com.ruoyi.other.vo.GoodsVO; -import com.ruoyi.other.vo.NearbyShopVO; -import com.ruoyi.other.vo.ShopDetailVO; -import com.ruoyi.other.vo.ShopStatistics; +import com.ruoyi.other.vo.*; import org.apache.ibatis.annotations.Param; import java.util.List; @@ -33,4 +30,8 @@ ShopStatistics getShopStatistics(@Param("shopId") Integer shopId); List<GoodsVO> selectListByShopId(PageInfo<GoodsVO> pageInfo, @Param("shopId") Integer shopId); + + List<ShopBalanceListVO> getBalanceList(PageInfo<ShopBalanceListVO> pageInfo,@Param("name") String name); + + List<ShopBalanceExcel> shopBalanceExcel(@Param("name")String name); } -- Gitblit v1.7.1