|
@@ -331,7 +331,7 @@ func (e *EquityActive) SendPayRaffleMsg() {
|
|
|
prizeOrder := map[string]interface{}{
|
|
|
"active_id": activityInfo.ActivityId,
|
|
|
"phone": e.Phone,
|
|
|
- "position_id": e.positionId,
|
|
|
+ "position_id": common.If(e.positionId>0,e.positionId,nil),
|
|
|
"mgo_user_id": e.mgoId,
|
|
|
"order_code": e.OrderCode,
|
|
|
"create_time": date.NowFormat(date.Date_Full_Layout),
|