|
|
|
@ -36,7 +36,9 @@ |
|
|
|
<result column="remark" property="remark" /> |
|
|
|
<result column="status" property="status" /> |
|
|
|
<result column="sgs_report_number" property="sgsReportNumber" /> |
|
|
|
<result column="rohs_status" property="rohsStatus" /> |
|
|
|
<result column="expired_date" property="expiredDate" /> |
|
|
|
<result column="expiry_date" property="expiryDate" /> |
|
|
|
<result column="fiber_information" property="fiberInformation" /> |
|
|
|
<result column="hsf_standard" property="hsfStandard" /> |
|
|
|
<result column="hsf_approver" property="hsfApprover" /> |
|
|
|
@ -89,7 +91,7 @@ |
|
|
|
|
|
|
|
<!-- 通用查询结果列 --> |
|
|
|
<sql id="Base_Column_List"> |
|
|
|
a.site, a.reference_no, a.applicant, a.application_date, a.process, a.pm, a.planned_mass_production_date, a.color, a.vendor_code, a.vendor_material_code, a.material_classify, a.other_material_classify, a.material_use_for, a.end_customer, a.project_id, a.is_macallan_material, a.need_create_number, a.npd_engineer, a.material_validity_time, a.material_validity_comments, a.need_deviation, a.technical_plan, a.wm_required_spec, a.is_fiber_material, a.material_thickness, a.buyer, a.expect_report_time, a.qualification_documents_needed, a.test_report_including_items, a.remark, a.status, a.sgs_report_number, a.expired_date, a.fiber_information, a.hsf_standard, a.hsf_approver, a.related_people, a.valid_until_value, a.valid_until, a.is_meet_rohs_requirement, a.is_ah_grade, a.hsf_supplier_classification, a.material_desc, a.npd_remark, a.is_same_material_diff_size, a.ifs_part_no, a.comm_group1, a.comm_group2, a.comm_group3, a.create_date, a.create_by, a.update_date, a.update_by, a.step_id, a.reject_flag, a.reject_step_id |
|
|
|
a.site, a.reference_no, a.applicant, a.application_date, a.process, a.pm, a.planned_mass_production_date, a.color, a.vendor_code, a.vendor_material_code, a.material_classify, a.other_material_classify, a.material_use_for, a.end_customer, a.project_id, a.is_macallan_material, a.need_create_number, a.npd_engineer, a.material_validity_time, a.material_validity_comments, a.need_deviation, a.technical_plan, a.wm_required_spec, a.is_fiber_material, a.material_thickness, a.buyer, a.expect_report_time, a.qualification_documents_needed, a.test_report_including_items, a.remark, a.status, a.sgs_report_number, a.rohs_status, a.expired_date, a.expiry_date, a.fiber_information, a.hsf_standard, a.hsf_approver, a.related_people, a.valid_until_value, a.valid_until, a.is_meet_rohs_requirement, a.is_ah_grade, a.hsf_supplier_classification, a.material_desc, a.npd_remark, a.is_same_material_diff_size, a.ifs_part_no, a.comm_group1, a.comm_group2, a.comm_group3, a.create_date, a.create_by, a.update_date, a.update_by, a.step_id, a.reject_flag, a.reject_step_id |
|
|
|
</sql> |
|
|
|
|
|
|
|
<select id="getApprovalList" resultType="com.spring.modules.change.vo.ProcessFormVo"> |
|
|
|
|