| 
					
				 | 
			
			
				@@ -32,6 +32,12 @@ def bot_bygj_data(): 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     zxq = sqlCollect.get_bygj_count("周仙琴") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     # ytd_zxq = sqlCollect.get_ytd_bygj_count("周仙琴") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    wxk = sqlCollect.get_bygj_count("王雪珂") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    xx = sqlCollect.get_bygj_count("信欣") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     text = ( 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         f"**总条数: **{int(all_count[0][0])}**条**\n" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         f"**范军: **{int(fj[0][0])}**条**\n" 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -41,6 +47,9 @@ def bot_bygj_data(): 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         f"**刘诗雨: **{int(lsy[0][0])}**条**\n" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         f"**张峰: **{int(zf[0][0])}**条**\n" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         f"**周仙琴: **{int(zxq[0][0])}**条**\n" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        f"**王雪珂: **{int(wxk[0][0])}**条**\n" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        f"**信欣: **{int(xx[0][0])}**条**\n" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     ) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     Feishu.finish_bot(text, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                       "https://open.feishu.cn/open-apis/bot/v2/hook/1f3aa0e0-f872-4541-8fc7-6dcc825920ea", 
			 |