wangshan před 2 roky
rodič
revize
a41321838e
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      entity/user.go

+ 1 - 1
entity/user.go

@@ -220,7 +220,7 @@ func (m *WorkDesktopMenu) AutoUserPowerInfo() map[string]int {
 	return UserPowerMap
 }
 
-//clear One
+// ClearUserPowerFunc clear One
 func ClearUserPowerFunc(userId, appId, entId string) {
 	entIdInt, _ := strconv.Atoi(entId)
 	userPowerRedisKey := fmt.Sprintf(UserPowerRedisKey, appId, time.Now().Day(), entIdInt, userId)