|
@@ -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)
|