From 9ca66d8a9e6e57400d618f9416981f598845eaab Mon Sep 17 00:00:00 2001 From: huangjiajun <582604932@qq.com> Date: Tue, 14 Feb 2023 17:32:47 +0800 Subject: [PATCH] test --- lib/comm_plan/winery.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/comm_plan/winery.go b/lib/comm_plan/winery.go index 3d0f1c5..849d296 100644 --- a/lib/comm_plan/winery.go +++ b/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 } }