|
@@ -4272,7 +4272,7 @@ func UpdateNewBigOrder(oldFilter string, subStatus, dateType int, now, startdate
|
|
|
return nil
|
|
|
}
|
|
|
}
|
|
|
- if param.UpdateType == 0 {
|
|
|
+ if param.UpdateType == 1 {
|
|
|
sql := "update bigmember_service_user set i_status = -1 where s_userid = ?"
|
|
|
util.JysqlDB.UpdateOrDeleteBySql(sql, qutil.InterfaceToStr(paramOrder["user_id"]))
|
|
|
sets := map[string]interface{}{
|
|
@@ -4433,7 +4433,7 @@ func UpdateNewBigOrder(oldFilter string, subStatus, dateType int, now, startdate
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- if param.UpdateType == 0 {
|
|
|
+ if param.UpdateType == 1 {
|
|
|
if param.BuyCount-1 > 0 {
|
|
|
sets := map[string]interface{}{
|
|
|
"i_pay_sub_num": param.BuyCount - 1,
|