Parcourir la source

test

tags/v4.3.0
huangjiajun il y a 1 an
Parent
révision
98cf7af560
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      lib/comm_plan/winery.go

+ 1
- 1
lib/comm_plan/winery.go Voir le fichier

@@ -95,7 +95,7 @@ Loop:
isPostion := 0
if len(nativeString) > 0 {
for _, v := range nativeString {
if zhios_order_relate_utils.StrToInt(v["uid"]) == node.ParentUser.Uid && node.ParentUser.Lv > 1 {
if zhios_order_relate_utils.StrToInt(v["uid"]) == node.ParentUser.Uid {
isPostion = 1
}
}


Chargement…
Annuler
Enregistrer