Browse Source

fix

release_toaliyun_real
winter 1 year ago
parent
commit
84b26ea0b4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/mapper/WxGameActionLogMapper.java

+ 1
- 1
mallinkService/src/main/java/com/iformall/mapper/WxGameActionLogMapper.java View File

@@ -15,7 +15,7 @@ public interface WxGameActionLogMapper extends CommonMapper<WxGameActionLog, Str

int getPlayCreditCount(WxGameActionLog wxGameActionLog);
WxGameUserActionLogVo findUserSumList(WxGameActionLog wxGameActionLog);
List<WxGameUserActionLogVo> findUserSumList(WxGameActionLog wxGameActionLog);
List<WxGameUserGiftVo> findUserGiftList(WxGameActionLog wxGameActionLog);
}

Loading…
Cancel
Save