Commit e08e06a5 authored by hj's avatar hj

更新提交

parent 0daa85c5
......@@ -79,7 +79,7 @@ class ChemicalsMsdsService
}
$msds_html = str_replace($dl, $dlHtml, $msds_html);
}
if($key == 1 || $key == 2 || $key == 4 || $key == 11){
if($key == 1 || $key == 3 || $key == 2 || $key == 4 || $key == 11 || $key == 7 || $key == 8 || $key == 10 || $key == 12){
preg_match_all('/<dt>(?<cTitle>[\s\S]*?)<\/dt>[\s]*?<dd[\s\S]*?>(?<cContent>[\s\S]*?)<\/dd>/i', $dl, $ddContent);
if($ddContent){
$dlHtml = '';
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment