Browse Source

2024-1-15 客户项目

master
zelian_wu 2 years ago
parent
commit
e1b64aca55
  1. 4
      src/main/resources/mapper/customer/ProjectInformationMapper.xml

4
src/main/resources/mapper/customer/ProjectInformationMapper.xml

@ -30,7 +30,9 @@
dbo.plm_get_dictDataLabel('project_info_source',project_source,site) projectSourceDesc,
dbo.plm_get_customer_desc(site,customer_id) customerName,
dbo.plm_get_dictDataLabel('project_info_priority',priority,site) priorityDesc,
dbo.get_projectUserRoleName(site,project_id) userRoleName
dbo.get_projectUserRoleName(site,project_id) userRoleName,
bu_no,
dbo.plm_get_bu_desc(site,bu_no) buDesc
FROM plm_project_info
WHERE site = #{site} and customer_id = #{customerId}
</select>

Loading…
Cancel
Save