|
@@ -2647,7 +2647,7 @@ func CreateSupplyOrder(context *admin.Context) (interface{}, error) {
|
|
|
if !param.Open {
|
|
|
return nil, nil
|
|
|
}
|
|
|
- for _, v := range param.ServerArr {
|
|
|
+ /*for _, v := range param.ServerArr {
|
|
|
if qutil.IntAll(v["id"]) == 16 {
|
|
|
sqls := "select * from bigmember_service_user where s_serviceid = ? and s_userid = ?"
|
|
|
serverData := util.JysqlDB.SelectBySql(sqls, 12, userId)
|
|
@@ -2738,9 +2738,9 @@ func CreateSupplyOrder(context *admin.Context) (interface{}, error) {
|
|
|
log.Println("更新补充包数量失败", v, userId)
|
|
|
return nil, errors.New("更新补充包数量失败")
|
|
|
}
|
|
|
- }
|
|
|
+ }*/
|
|
|
}
|
|
|
- ClearBigVipUserPower(userId)
|
|
|
+ //ClearBigVipUserPower(userId)
|
|
|
}
|
|
|
return nil, nil
|
|
|
}
|