Browse Source

1009纠错错

master
ruanqi 1 year ago
parent
commit
cc282c0b5b
  1. 2
      src/main/resources/mapper/customer/ProjectInformationMapper.xml

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

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

Loading…
Cancel
Save