@Query("select c from CustomerListMapping c where c.customerId in (:p_ids) and c.customerListId =:p_customer_list_id and c.companySiteId=:p_company_site_id")
@Query("delete from CustomerListMapping c where c.customerId=:p_customer_id and c.customerListId=:p_customer_list_id and c.companySiteId=:p_company_site_id")
@Query("delete from CustomerListMapping c where c.customerId=:p_customer_id and c.customerListId=:p_customer_list_id and c.companySiteId=:p_company_site_id")
customer.nameRequired=Họ và tên không được để trống;
customer.nameRequired=Họ và tên không được để trống;
customer.emailMax50=Email không được quá 50 kí tự;
customer.emailMax100=Email không được quá 100 kí tự;
customer.mainPhoneRequired=Số điện thoại chính không được để trống
customer.invalidRecord=Bắt buộc nhập 1 trong 3 thông tin liên lạc(Số điện thoại chính, Số điện thoại phụ, Email);
customer.secondPhoneRequired=Số điện thoại phụ không được để trống
customer.onlyNumber=Số điện thoại chỉ được nhập số;
customer.emailRequired=Số điện thoại email không được để trống
customer.importSuccess=Import dữ liệu thành công
customer.importSuccess=Import dữ liệu thành công
customer.importFailed=Import dữ liệu thất bại
customer.importFailed=Import dữ liệu thất bại
customer.errorValidate=Validate dữ liệu lỗi
customer.errorValidate=Validate dữ liệu lỗi
...
@@ -107,6 +106,7 @@ customer.importCustomer = IMPORT KHÁCH HÀNG
...
@@ -107,6 +106,7 @@ 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)
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)
customer.emailInvalid=Email không đúng định dạng;
customer.emailInvalid=Email không đúng định dạng;
customer.emailExists=Email đã tồn tại;
customer.emailExists=Email đã tồn tại;
customer.cusTypeInvalid=Loại khách hàng không hợp lệ;