|
|
@@ -68,7 +68,7 @@ func AddSmallPublicPlatoonRelateCommission(engine *xorm.Engine, AddSmallPublicPl |
|
|
|
} else { |
|
|
|
for n := 1; n <= 9; n++ { |
|
|
|
str := "father_uid" + strconv.Itoa(n) |
|
|
|
sql := fmt.Sprintf("UPDATE `user_small_public_platoon_relation` SET %s=%s where %s=%s", str, strconv.Itoa(oldUid), str, param.Uid) |
|
|
|
sql := fmt.Sprintf("UPDATE `user_small_public_platoon_relation` SET %s=%s where %s=%s", str, param.Uid, str, strconv.Itoa(oldUid)) |
|
|
|
fmt.Println(">>>>>>>sql>>>>>>>", sql) |
|
|
|
_, err = engine.Exec(sql) |
|
|
|
if err != nil { |
|
|
|