瀏覽代碼

Revert "feat:调整"

This reverts commit 3c42e5259564540c6ee6034cab316138195a342b.
fuwencai 4 月之前
父節點
當前提交
8026700707
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      src/jfw/modules/publicapply/src/activityday/dao/raffle.go

+ 0 - 3
src/jfw/modules/publicapply/src/activityday/dao/raffle.go

@@ -391,9 +391,6 @@ func (r *RaffleInfo) UserAccountInfo() (ua *Lua, err error) {
 			)
 			//今日是否已中奖
 			if now.Format(date.Date_Short_Layout) == strings.Split(createTime, " ")[0] {
-				if tmp, ok := (*ua)[pk]; ok {
-					todayNum = tmp.TodayNum
-				}
 				todayNum += 1
 			}
 			(*ua)[pk] = &entity.LotteryUserAccount{