yujian
2020-04-02 0ec22dcf4fd9c4496e6f681e7fab89f56c6e4e8a
fanli/src/main/java/com/yeshi/fanli/dao/mybatis/HongBaoV2CountMapper.java
@@ -211,6 +211,9 @@
         @Param("payment") BigDecimal payment);
   
   
   Long countOrderByUidAndSettled(@Param("uid") Long uid, @Param("limitTime") long limitTime,
         @Param("payment") BigDecimal payment);
   
   /**
    *  注:1笔且付款总金额不小于 payment 元(退款为失效
@@ -241,7 +244,7 @@
    * @param preDay
    * @return
    */
   Integer countOrderByTypeAndDate(@Param("orderType") Integer orderType, @Param("preDay") String preDay);
   Long countOrderByTypeAndDate(@Param("orderType") Integer orderType, @Param("preDay") String preDay);
   
   
}