yujian
2019-04-18 248aa38c12a393d12c5ab721ee75fbd5c7dfbb9f
fanli/src/main/java/com/yeshi/fanli/mapping/hongbao/HongBaoV2CountMapper.xml
@@ -285,5 +285,11 @@
      totalMoney DESC
      LIMIT ${start},${count}
   </select>
   <select id="countRebateCouponMoney" resultType="java.math.BigDecimal">
      SELECT IFNULL(SUM(h.`hb_money`),0) FROM `yeshi_ec_hongbao_v2` h
      where h.`hb_type` = 10
   </select>
</mapper>