|
|
@ -181,6 +181,7 @@
|
|
|
|
left join qc_check_project qcp on qcp.id = qctp.project_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
|
|
|
|
left join qc_project_type qpt on qpt.project_type_code = qcp.project_type
|
|
|
|
where td.belong_to = #{recordId}
|
|
|
|
where td.belong_to = #{recordId}
|
|
|
|
|
|
|
|
and td.del_flag = '0' and qctp.del_flag = '0' and qcp.del_flag = '0' and qpt.del_flag = '0'
|
|
|
|
order by qctp.sort
|
|
|
|
order by qctp.sort
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
<select id="getTopInfo" resultType="com.op.quality.domain.QcCheckTaskProduce">
|
|
|
|
<select id="getTopInfo" resultType="com.op.quality.domain.QcCheckTaskProduce">
|
|
|
|