diff --git a/src/main/resources/mapper/quotation/QuotationInformationMapper.xml b/src/main/resources/mapper/quotation/QuotationInformationMapper.xml index edc80671..c02e180d 100644 --- a/src/main/resources/mapper/quotation/QuotationInformationMapper.xml +++ b/src/main/resources/mapper/quotation/QuotationInformationMapper.xml @@ -213,18 +213,15 @@ customer_status, customer_description, customer_industry, - company_name, - job_description, - remark, create_date, create_by, update_date, update_by, dbo.plm_get_contactName(site, customer_no, 'Y') as contactName, dbo.plm_get_contactPhoneNumber(site, customer_no, 'Y') as contactPhoneNumber1, - dbo.plm_get_addressName(site, customer_no, 'Y') as addressName, + dbo.plm_get_addressName(site, customer_no) as addressName, dbo.plm_get_position(site, customer_no, 'Y') as position, - dbo.plm_get_addressType(site, customer_no, 'Y') as addressType + dbo.plm_get_addressType(site, customer_no) as addressType FROM plm_customer_information where site = #{site} and customer_no = #{customerNo} diff --git a/src/main/resources/mapper/sampleManagement/TechnicalSpecificationMapper.xml b/src/main/resources/mapper/sampleManagement/TechnicalSpecificationMapper.xml index c1bfc68c..09847871 100644 --- a/src/main/resources/mapper/sampleManagement/TechnicalSpecificationMapper.xml +++ b/src/main/resources/mapper/sampleManagement/TechnicalSpecificationMapper.xml @@ -58,8 +58,9 @@ @@ -529,7 +530,7 @@ id - delete from plm_bm_InkFormulationColor whe re id=#{id} + delete from plm_bm_InkFormulationColor where id=#{id}