|
@@ -680,12 +680,12 @@ async function report2FeishuTable() {
|
|
|
logger.info('report2FeishuTable')
|
|
|
var data = await getStatisticsInfo();
|
|
|
logger.info('getStatisticsInfo', data)
|
|
|
- await exec(data)
|
|
|
- logger.error('数据统计 end', JSON.stringify(data))
|
|
|
+ var ret = await exec(data)
|
|
|
+ // logger.error('数据统计 end', JSON.stringify(data))
|
|
|
+ return ret
|
|
|
} catch (error) {
|
|
|
logger.error('report2FeishuTable', error.toString())
|
|
|
}
|
|
|
-
|
|
|
}
|
|
|
|
|
|
timeoutFunc({
|