From b8b373ab3ba3e8cadc241cce78ecca9594bdc68f Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期五, 02 八月 2019 11:30:12 +0800 Subject: [PATCH] 消息订单搜索框订单号显示规则更改 --- fanli/src/main/java/com/yeshi/fanli/dao/mybatis/user/UserSystemCouponCountMapper.java | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/user/UserSystemCouponCountMapper.java b/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/user/UserSystemCouponCountMapper.java index 5cf77fa..f664b9a 100644 --- a/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/user/UserSystemCouponCountMapper.java +++ b/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/user/UserSystemCouponCountMapper.java @@ -6,6 +6,7 @@ import org.apache.ibatis.annotations.Param; +import com.yeshi.fanli.entity.bus.user.UserSystemCouponRecord; import com.yeshi.fanli.vo.user.SystemCouponVO; import com.yeshi.fanli.vo.user.UserSystemCouponCountVO; @@ -101,7 +102,7 @@ * @param percent * @return */ - List<UserSystemCouponCountVO> listFreeCouponRecord(@Param("start") long start, @Param("count") int count, + List<UserSystemCouponRecord> listFreeCouponRecord(@Param("start") long start, @Param("count") int count, @Param("key") String key, @Param("keyType") Integer keyType, @Param("state") Integer state); -- Gitblit v1.8.0