瀏覽代碼

test

tags/v4.3.0
huangjiajun 1 年之前
父節點
當前提交
98cf7af560
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      lib/comm_plan/winery.go

+ 1
- 1
lib/comm_plan/winery.go 查看文件

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


Loading…
取消
儲存