|
|
|
@@ -516,7 +516,7 @@ public class WxGameServiceImpl implements WxGameService { |
|
|
|
wxCreditHistory.setCreditType(EnumScoreType.GAME_LES_CREDIT.getCode()); |
|
|
|
wxCreditHistory.setChangePurpose(EnumScoreType.GAME_LES_CREDIT.getMessage()); |
|
|
|
wxCreditHistoryService.creditUsercheck(wxCreditHistory.getCUserId(),wxGame) ; |
|
|
|
WxCreditHistory credit = wxCreditHistoryService.saveOrUpdate(wxCreditHistory); |
|
|
|
wxCreditHistoryService.saveOrUpdate(wxCreditHistory); |
|
|
|
|
|
|
|
return this.luckDraw(gameId,userId,wxGame.getPlayCredit()); |
|
|
|
}else{ |
|
|
|
|