|
|
@ -40,7 +40,9 @@
|
|
|
|
<result property="productType" column="product_type"/>
|
|
|
|
<result property="productType" column="product_type"/>
|
|
|
|
<result property="orderType" column="order_type"/>
|
|
|
|
<result property="orderType" column="order_type"/>
|
|
|
|
<result property="standardNo" column="standardNo"/>
|
|
|
|
<result property="standardNo" column="standardNo"/>
|
|
|
|
|
|
|
|
<result property="jgy" column="jgy"/>
|
|
|
|
|
|
|
|
<result property="pgy" column="pgy"/>
|
|
|
|
|
|
|
|
<result property="cxzz" column="cxzz"/>
|
|
|
|
</resultMap>
|
|
|
|
</resultMap>
|
|
|
|
|
|
|
|
|
|
|
|
<sql id="selectQcCheckReportIncomeVo">
|
|
|
|
<sql id="selectQcCheckReportIncomeVo">
|
|
|
@ -97,7 +99,7 @@
|
|
|
|
qct.check_status, qct.check_man_code, qct.check_man_name,
|
|
|
|
qct.check_status, qct.check_man_code, qct.check_man_name,
|
|
|
|
qct.check_time, qct.check_result, qct.status, qct.check_type, qct.attr1, qct.attr2, qct.attr3, qct.attr4,
|
|
|
|
qct.check_time, qct.check_result, qct.status, qct.check_type, qct.attr1, qct.attr2, qct.attr3, qct.attr4,
|
|
|
|
qct.create_by, qct.create_time, qct.update_by, qct.update_time,
|
|
|
|
qct.create_by, qct.create_time, qct.update_by, qct.update_time,
|
|
|
|
qct.factory_code, qct.del_flag,qct.reason,qct.product_type,qct.order_type,qct.jgy,qct.pgy,
|
|
|
|
qct.factory_code, qct.del_flag,qct.reason,qct.product_type,qct.order_type,qct.jgy,qct.pgy,qct.cxzz,
|
|
|
|
bp.mvgr5 standardNo
|
|
|
|
bp.mvgr5 standardNo
|
|
|
|
from qc_check_task qct
|
|
|
|
from qc_check_task qct
|
|
|
|
left join base_product bp on bp.product_code = qct.material_code
|
|
|
|
left join base_product bp on bp.product_code = qct.material_code
|
|
|
|