@@ -12,5 +12,5 @@ public interface CustomerContactRepository extends JpaRepository<CustomerContact
@Query("FROM CustomerContact WHERE status = 1 AND customerId = :customerId AND contactType = :contactType AND (contact IS NULL OR UPPER(contact) LIKE UPPER(concat('%', :contact, '%')))")
"select * from column_name_temp where columnName not in (select column_name from campaign_customerlist_column where column_name is not null)\n"+
"union all\n"+
"select title columnName, customize_field_id customizeFieldId, 0 isFix from customize_fields, dual\n"+
"where function_code = 'CUSTOMER'\n"+
" and site_id = :p_company_site_id\n"+
" and customize_field_id not in (select customize_field_id from campaign_customerlist_column where campaign_customerlist_column.campaign_id = :p_campaign_id)\n";
@@ -105,6 +105,8 @@ customer.notLessThan = không được nhỏ hơn
customer.importCustomer=IMPORT KHÁCH HÀNG
customer.notice=Chú ý: 1 bản ghi được coi là hợp lệ bắt buộc phải có thông tin Họ và Tên và 1 trong 3 thông tin liên lạc (số điện thoại chính, số điện thoại phụ hoặc email)