fix(route): 国家药品监督管理局医疗器械标准管理中心 (#10364)

This commit is contained in:
terrytw
2022-07-31 23:06:36 +08:00
committed by GitHub
parent 0321afc913
commit e2ca9b81f6
+1 -1
View File
@@ -67,7 +67,7 @@ module.exports = async (ctx) => {
const content = cheerio.load(detailResponse.data);
item.description = content('.text').html();
item.description = content('.text').append(content('.fujian')).html();
item.pubDate = timezone(parseDate(content('meta[name="PubDate"]').attr('content')), +8);
}