| | |
| | | is2.model, |
| | | GROUP_CONCAT(DISTINCT ip.inspection_item SEPARATOR ' ') AS product, |
| | | -- sm.code standardMethodList, |
| | | '试验要求' standardMethodList, |
| | | -- '试验要求' standardMethodList, |
| | | ip.method_s standardMethodList, |
| | | GROUP_CONCAT(DISTINCT ip.tell SEPARATOR ' ;') AS groupConcatTell, |
| | | is2.remark |
| | | from ins_order io2 |
| | |
| | | select is2.sample_code sampleNumber, |
| | | is2.model, |
| | | GROUP_CONCAT(DISTINCT ip.inspection_item SEPARATOR ',') AS testItem, |
| | | sm.code testStandard, |
| | | -- sm.code testStandard, |
| | | ip.method_s testStandard, |
| | | is2.remark |
| | | from ins_sample is2 |
| | | left join standard_method sm on standard_method_list_id = sm.id |