From 22cc779aff6d1ff2174e2cd4cfcb64ebe22f698f Mon Sep 17 00:00:00 2001 From: 叶松 <2217086471@qq.com> Date: 星期二, 28 十一月 2023 13:28:41 +0800 Subject: [PATCH] Merge branch 'master' of http://111.30.93.211:10101/r/supipe --- hd/pipe/secure/src/main/java/com/thhy/secure/modules/biz/integralAccount/mapper/IntegralDetailMapper.java | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/hd/pipe/secure/src/main/java/com/thhy/secure/modules/biz/integralAccount/mapper/IntegralDetailMapper.java b/hd/pipe/secure/src/main/java/com/thhy/secure/modules/biz/integralAccount/mapper/IntegralDetailMapper.java index 5e669aa..25c3fb4 100644 --- a/hd/pipe/secure/src/main/java/com/thhy/secure/modules/biz/integralAccount/mapper/IntegralDetailMapper.java +++ b/hd/pipe/secure/src/main/java/com/thhy/secure/modules/biz/integralAccount/mapper/IntegralDetailMapper.java @@ -1,6 +1,7 @@ package com.thhy.secure.modules.biz.integralAccount.mapper; import com.thhy.secure.modules.biz.integralAccount.entity.IntegralAccountEntity; +import com.thhy.secure.modules.biz.integralAccount.entity.IntegralDetailDto; import com.thhy.secure.modules.biz.integralAccount.entity.IntegralDetailEntity; import org.apache.ibatis.annotations.Mapper; @@ -30,6 +31,7 @@ * @return */ List<IntegralDetailEntity> selectPageList(Map map); + List<IntegralDetailDto> selectPageInfoList(Map map); /** * 积分超市删除 @@ -54,5 +56,5 @@ * @param map * @return */ - List<IntegralDetailEntity> selectSafeIntegralInfo(Map map); + List<IntegralDetailDto> selectSafeIntegralInfo(Map map); } -- Gitblit v1.9.3