Browse Source

Merge branch '2.1.0' of http://git.ycjcjy.com/SpaceOfCheng/services into 2.1.0

胡轶钦 6 years ago
parent
commit
90c5db646d
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      models/luckdraw/luckdraw.go

+ 0
- 1
models/luckdraw/luckdraw.go View File

722
 		}
722
 		}
723
 	}
723
 	}
724
 
724
 
725
-	utils.LogError("奖品信息:", pList)
726
 	if len(pList) == 0 {
725
 	if len(pList) == 0 {
727
 		return nil, errors.New("所有奖品已抽完")
726
 		return nil, errors.New("所有奖品已抽完")
728
 	}
727
 	}