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

This commit is contained in:
terrytw 2022-07-31 23:06:36 +08:00 committed by GitHub
parent 0321afc913
commit e2ca9b81f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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);
}