Commit 4eaeb6b7 authored by hangjun83's avatar hangjun83

药明康德

parent 22516f83
...@@ -33,7 +33,7 @@ class WuxiLabProductsExportModel implements FromArray,WithHeadings, ShouldAutoSi ...@@ -33,7 +33,7 @@ class WuxiLabProductsExportModel implements FromArray,WithHeadings, ShouldAutoSi
foreach($rows as $key => $row){ foreach($rows as $key => $row){
array_push($exportRows,[ array_push($exportRows,[
$row['r_code'], $row['c_cas'], $row['c_mdl'], $row['c_fzs'], $row['c_fzl'], 'N/A', '', $row['r_code'], $row['c_cas'], $row['c_mdl'], $row['c_fzs'], $row['c_fzl'], 'N/A', '',
$row['c_en_name'], $row['c_cn_name'], 'rhawn', '0', '0', '0', 1, 3, '', $row['r_level'], 'AMINO_ACIDS_PEPTIDES', '' $row['p_en_name'], $row['p_cn_name'], 'rhawn', '0', '0', '0', 1, 3, '', $row['r_level'], 'AMINO_ACIDS_PEPTIDES', ''
]); ]);
} }
......
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