Explorar el Código

test

tags/v4.3.0
huangjiajun hace 1 año
padre
commit
98cf7af560
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      lib/comm_plan/winery.go

+ 1
- 1
lib/comm_plan/winery.go Ver fichero

@@ -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
}
}


Cargando…
Cancelar
Guardar