|  | @@ -676,10 +676,12 @@ async function exec(data) {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  async function report2FeishuTable() {
 | 
	
		
			
				|  |  |      try {
 | 
	
		
			
				|  |  | +        logger.error('数据统计 start')
 | 
	
		
			
				|  |  |          logger.info('report2FeishuTable')
 | 
	
		
			
				|  |  |          var data = await getStatisticsInfo();
 | 
	
		
			
				|  |  |          logger.info('getStatisticsInfo', data)
 | 
	
		
			
				|  |  |          await exec(data)
 | 
	
		
			
				|  |  | +        logger.error('数据统计 end',JSON.stringify(data))
 | 
	
		
			
				|  |  |      } catch (error) {
 | 
	
		
			
				|  |  |          logger.error('report2FeishuTable', error.toString())
 | 
	
		
			
				|  |  |      }
 |