| | |
| | | t5.realname AS equipmentInspectorUserName, |
| | | t6.realname AS useUnitDirectorUserName, |
| | | t7.realname AS equipmentInspectorSignUserName, |
| | | ISNULL(t1.each_tolerance,0) AS eachTolerance, |
| | | ISNULL(t1.part_tolerance,0) AS partTolerance, |
| | | ISNULL(t1.process_pass,0) AS processPass, |
| | | ISNULL(t1.meet_process_require,0) AS meetProcessRequire, |
| | | t1.judgment_result AS judgmentResult, |
| | | t1.spare_part as sparePart, |
| | | ISNULL(t1.each_tolerance,'0') AS eachTolerance, |
| | | ISNULL(t1.part_tolerance,'0') AS partTolerance, |
| | | ISNULL(t1.process_pass,'0') AS processPass, |
| | | ISNULL(t1.meet_process_require,'0') AS meetProcessRequire, |
| | | ISNULL(t1.judgment_result,'qualified') AS judgmentResult, |
| | | t1.remark, |
| | | t8.name AS equipmentName, |
| | | t8.model AS equipmentModel, |