|
@@ -627,7 +627,7 @@ func (this *CommonAction) Createorder() {
|
|
|
"positionId": positionId,
|
|
|
"phone": phone,
|
|
|
}
|
|
|
- redis.Put("other", orderKey, uInfo, 60*24*3)
|
|
|
+ redis.Put("other", orderKey, uInfo, 60*60*24*3)
|
|
|
}
|
|
|
if activityType >= 2 {
|
|
|
util.FindUserLotteryId(userid, orderid, i_discountId)
|