diff --git a/src/main/java/com/spring/modules/rohs/entity/RohsEntity.java b/src/main/java/com/spring/modules/rohs/entity/RohsEntity.java index 990e737d..43da7476 100644 --- a/src/main/java/com/spring/modules/rohs/entity/RohsEntity.java +++ b/src/main/java/com/spring/modules/rohs/entity/RohsEntity.java @@ -201,6 +201,16 @@ public class RohsEntity implements Serializable { */ private String hsfStandard; + /** + * HSF审批人(;分隔) + */ + private String hsfApprover; + + /** + * Inform Related people + */ + private String relatedPeople; + /** * 有效期 */ diff --git a/src/main/resources/mapper/project/ProjectDao.xml b/src/main/resources/mapper/project/ProjectDao.xml index 2ccd05b7..26df571f 100644 --- a/src/main/resources/mapper/project/ProjectDao.xml +++ b/src/main/resources/mapper/project/ProjectDao.xml @@ -8,6 +8,13 @@ a.ori_project_id, a.project_type_db, a.project_name, + (select top 1 vp.bu_no + from view_Project_Part vp + where vp.site = a.site + and vp.project_id = a.project_id + and vp.bu_no is not null + and vp.bu_no ]]> '' + order by vp.bu_no) as buNo, a.status, a.project_source, a.customer_id, @@ -664,12 +671,21 @@ update_by,update_date,priority,site,id,project_desc,customer_remark,remark,need_