소스 검색

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


불러오는 중...
취소
저장