Browse Source

2026-07-10

RoHS优化
master
fengyuan_yang 3 weeks ago
parent
commit
710fd611bc
  1. 5
      src/main/java/com/spring/modules/rohs/entity/RohsEntity.java
  2. 3
      src/main/resources/mapper/rohs/RohsMapper.xml

5
src/main/java/com/spring/modules/rohs/entity/RohsEntity.java

@ -45,6 +45,11 @@ public class RohsEntity implements Serializable {
*/
private String process;
/**
* HSF审批人取数BU
*/
private String buNo;
/**
* PM人员
*/

3
src/main/resources/mapper/rohs/RohsMapper.xml

@ -9,6 +9,7 @@
<result column="applicant" property="applicant" />
<result column="application_date" property="applicationDate" />
<result column="process" property="process" />
<result column="bu_no" property="buNo" />
<result column="pm" property="pm" />
<result column="planned_mass_production_date" property="plannedMassProductionDate" />
<result column="color" property="color" />
@ -93,7 +94,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.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
a.site, a.reference_no, a.applicant, a.application_date, a.process, a.bu_no, 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">

Loading…
Cancel
Save