From e862e1dbafc1c787d8d36e54d6289fb6cdc2984f Mon Sep 17 00:00:00 2001 From: ruanqi Date: Thu, 6 Feb 2025 09:38:10 +0800 Subject: [PATCH] 111 --- src/main/resources/mapper/project/ProjectDao.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/mapper/project/ProjectDao.xml b/src/main/resources/mapper/project/ProjectDao.xml index b186cb42..4fc2313b 100644 --- a/src/main/resources/mapper/project/ProjectDao.xml +++ b/src/main/resources/mapper/project/ProjectDao.xml @@ -598,7 +598,7 @@ update_by,update_date,priority,site,id,project_desc,customer_remark,remark,need_ when pci.customer_status = 'N' then '停用' else '' end as customerStatusDesc, pci.customer_description, - dbo.plm_get_dictDataLabel('plm_customer_information_important_customer', pci.important_customer, ppi.site) as important_customer, + dbo.plm_get_dictDataLabel('plm_customer_information_important_customer', pci.important_customer, pci.site) as important_customer, pci.customer_group from plm_project_info ppi left join dbo.plm_customer_information pci on ppi.customer_id = pci.customer_no