周和月 抽奖次数为永久1次
This commit is contained in:
parent
6ff36a321e
commit
a44f2b99bc
|
|
@ -150,7 +150,7 @@ public class DiscSpinningController {
|
|||
map.put("sum", drawCount);
|
||||
if (source != null && !source.equals(1)) {
|
||||
String sourceType = null;
|
||||
if (source == 2) {
|
||||
if (source.equals(2)) {
|
||||
sourceType = "taskW";
|
||||
} else {
|
||||
sourceType = "taskM";
|
||||
|
|
|
|||
Loading…
Reference in New Issue