Browse Source

no message

xingzai 6 months ago
parent
commit
aefb414ce2
1 changed files with 0 additions and 4 deletions
  1. 0 4
      services/admin.go

+ 0 - 4
services/admin.go

@@ -199,7 +199,3 @@ func GetCompanySellerAndShareMobileByRai(companyId int) (mobiles []string, err e
 
 	return
 }
-
-func init() {
-	fmt.Println(GetCompanySellerAndShareMobileByRai(5261))
-}