|
|
@ -138,9 +138,12 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
qctp.upper_diff upperDiff,
|
|
|
|
qctp.upper_diff upperDiff,
|
|
|
|
qctp.down_diff downDiff,
|
|
|
|
qctp.down_diff downDiff,
|
|
|
|
qctp.sample,
|
|
|
|
qctp.sample,
|
|
|
|
qctp.sample_num sampleNum
|
|
|
|
qctp.sample_num sampleNum,
|
|
|
|
|
|
|
|
qpt.standard_no standardNo
|
|
|
|
from qc_check_task_detail td
|
|
|
|
from qc_check_task_detail td
|
|
|
|
left join qc_check_type_project qctp on td.type_project_id = qctp.id
|
|
|
|
left join qc_check_type_project qctp on td.type_project_id = qctp.id
|
|
|
|
|
|
|
|
left join qc_check_project qcp on qcp.id = qctp.project_id
|
|
|
|
|
|
|
|
left join qc_project_type qpt on qpt.project_type_code = qcp.project_type
|
|
|
|
where td.belong_to = #{recordId}
|
|
|
|
where td.belong_to = #{recordId}
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
<select id="getTopInfo" resultType="com.op.quality.domain.QcCheckTaskProduce">
|
|
|
|
<select id="getTopInfo" resultType="com.op.quality.domain.QcCheckTaskProduce">
|
|
|
|