|  | @@ -101,7 +101,7 @@ def get_pitcher_panel_overview(pitcher):
 | 
	
		
			
				|  |  |      last_month_far_amount last_month_far_amount,
 | 
	
		
			
				|  |  |         follow_user,
 | 
	
		
			
				|  |  |      last_month_far_roi last_month_far_roi
 | 
	
		
			
				|  |  | -       from  dm_pitcher_daily_page_total where  dt='{du.get_n_days(-1)}'"""
 | 
	
		
			
				|  |  | +       from  dm_pitcher_daily_page_total where  dt='{du.get_n_days(0)}'"""
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      if pitcher != 'all':
 | 
	
		
			
				|  |  |          sql += f" and pitcher='{pitcher}' "
 |