From b9f8ef2c4737b6e6be4b12fc8f7bafb033bfcfe5 Mon Sep 17 00:00:00 2001 From: admin <2780501319@qq.com> Date: 星期日, 22 九月 2019 16:47:33 +0800 Subject: [PATCH] 金币BUG修改 --- fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserSystemCouponGiveRecordService.java | 15 ++++++++++++++- 1 files changed, 14 insertions(+), 1 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserSystemCouponGiveRecordService.java b/fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserSystemCouponGiveRecordService.java index 0d8b6ba..28b1b50 100644 --- a/fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserSystemCouponGiveRecordService.java +++ b/fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserSystemCouponGiveRecordService.java @@ -54,6 +54,19 @@ * @param count * @return */ - UserSystemCouponGiveRecord getByReceiveId(Long receiveId); + public UserSystemCouponGiveRecord getByReceiveId(Long receiveId); + + + /** + * 鏌ヨ璧犻�佽褰� + * @param start + * @param count + * @param type + * @param state + * @return + */ + public List<UserSystemCouponGiveRecord> listGiveRecord(long start, int count, String type, Integer state); + + public long countGiveRecord(String type, Integer state); } -- Gitblit v1.8.0