From 98cf7af560679b9e74df771817d26b5493ff5f57 Mon Sep 17 00:00:00 2001 From: huangjiajun <582604932@qq.com> Date: Tue, 14 Feb 2023 17:36:22 +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 849d296..3d0f1c5 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 && node.ParentUser.Lv > 1 { + if zhios_order_relate_utils.StrToInt(v["uid"]) == node.ParentUser.Uid { isPostion = 1 } }