admin
2019-09-22 b9f8ef2c4737b6e6be4b12fc8f7bafb033bfcfe5
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);