wangshan 2 жил өмнө
parent
commit
e099ed79b3
1 өөрчлөгдсөн 0 нэмэгдсэн , 1 устгасан
  1. 0 1
      entity/ent.go

+ 0 - 1
entity/ent.go

@@ -869,7 +869,6 @@ func GetResources(appId, baseUserId string, entId, entUserId int64) []string {
 		Appid:     appId,
 	}
 	powerList, err := ResourceLib.Haspowers(context.Background(), req)
-	log.Println("powerList:", powerList)
 	if err == nil && len(powerList.Powers) > 0 {
 		return powerList.Powers
 	}