From d46dea27b6ec3e0fb32ec7d137699e9fc7d609b0 Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期四, 12 十二月 2019 14:18:11 +0800 Subject: [PATCH] 订单补贴消息修改 --- fanli/src/main/java/com/yeshi/fanli/dao/mybatis/HongBaoV2CountMapper.java | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/HongBaoV2CountMapper.java b/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/HongBaoV2CountMapper.java index aa40d8d..9887052 100644 --- a/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/HongBaoV2CountMapper.java +++ b/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/HongBaoV2CountMapper.java @@ -219,7 +219,8 @@ * @return */ BigDecimal getRewardMoneyByDate(@Param("uid") Long uid, @Param("day")Integer dateType, - @Param("type") Integer hbType, @Param("orderState") Integer orderState); - - + @Param("type") Integer hbType, @Param("orderState") Integer orderState, + @Param("orderNo") String orderNo, @Param("moneyState") Integer moneyState, + @Param("source") Integer source, + @Param("startTime") String startTime, @Param("endTime") String endTime); } \ No newline at end of file -- Gitblit v1.8.0