浏览代码

test

tags/v4.3.0
huangjiajun 1年前
父节点
当前提交
9ca66d8a9e
共有 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 {
if zhios_order_relate_utils.StrToInt(v["uid"]) == node.ParentUser.Uid && node.ParentUser.Lv > 1 {
isPostion = 1
}
}


正在加载...
取消
保存