星际厨房投注异常提示
This commit is contained in:
@@ -312,7 +312,7 @@ public class ActivitiesLuckySeaServiceImpl implements ActivitiesLuckySeaService
|
||||
jedisService.incrBy(RedisKey.lucky_sea_curr_write_data_user_count.getKey(roundId), 1);
|
||||
if (!actInfo.getStatus().equals(Constant.LuckySeaActStatus.CHOOSE_STAGE)) {
|
||||
log.error("选择失败,当前不处于选择阶段。actInfo:" + JSON.toJSONString(actInfo));
|
||||
throw new ServiceException("Selection failed. It is not in the selection at present");
|
||||
throw new ServiceException("选择失败,当前不处于选择阶段");
|
||||
}
|
||||
|
||||
// 扣减用户钻石
|
||||
|
Reference in New Issue
Block a user