Browse Source

2026-09-18

优化项目信息
master
fengyuan_yang 1 day ago
parent
commit
0251bc667f
  1. 5
      src/main/resources/mapper/quotation/QuotationInformationMapper.xml

5
src/main/resources/mapper/quotation/QuotationInformationMapper.xml

@ -471,6 +471,8 @@
update_by,
update_date,
priority,
industry,
dbo.plm_get_dictDataLabel('project_info_industry', industry, site) industryDesc,
site,
id,
project_desc,
@ -484,6 +486,9 @@
dbo.plm_get_customer_desc(site,customer_id) customerName,
dbo.plm_get_dictDataLabel('project_info_priority',priority,site) priorityDesc,
dbo.plm_get_dictDataLabel('finalCustomer',final_customer_id,site) as finalCustomerName,
final_customer_id,
customer_project_no,
project_amount,
need_date,
dbo.get_projectUserRoleName(site,project_id) userRoleName
FROM plm_project_info

Loading…
Cancel
Save