mirror of
				https://github.com/yangjian102621/geekai.git
				synced 2025-11-04 16:23:42 +08:00 
			
		
		
		
	chore: correct prompt messages
This commit is contained in:
		@@ -142,6 +142,10 @@ func (e *XXLJobExecutor) ResetUserPower(cxt context.Context, param *xxl.RunReq)
 | 
			
		||||
		return "error with decode system config: " + err.Error()
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	if config.DailyPower <= 0 {
 | 
			
		||||
		return "success"
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	var counter = 0
 | 
			
		||||
	var totalPower = 0
 | 
			
		||||
	for _, u := range users {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user