Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
service-campaign
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nguyen Ha
service-campaign
Commits
d7eeb2a3
Commit
d7eeb2a3
authored
Sep 12, 2019
by
Đào Nhật Quang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
quangdn
parent
801ae339
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
326 additions
and
126 deletions
+326
-126
src/main/java/com/viettel/campaign/service/impl/CustomerServiceImpl.java
...om/viettel/campaign/service/impl/CustomerServiceImpl.java
+321
-117
src/main/resources/i18n/language_en.properties
src/main/resources/i18n/language_en.properties
+3
-5
src/main/resources/i18n/language_vi.properties
src/main/resources/i18n/language_vi.properties
+2
-4
No files found.
src/main/java/com/viettel/campaign/service/impl/CustomerServiceImpl.java
View file @
d7eeb2a3
This diff is collapsed.
Click to expand it.
src/main/resources/i18n/language_en.properties
View file @
d7eeb2a3
...
@@ -87,15 +87,13 @@ customer.cusType.vip = VIP
...
@@ -87,15 +87,13 @@ customer.cusType.vip = VIP
customer.cusType.blacklist
=
Blacklist
customer.cusType.blacklist
=
Blacklist
customer.yes
=
Yes
customer.yes
=
Yes
customer.not
=
No
customer.not
=
No
customer.noData
=
Template empty
customer.nameRequired
=
Full name required;
customer.nameRequired
=
Full name required;
customer.emailMax100
=
Email must less than 100 character;
customer.invalidRecord
=
Invalid Record, required one more contact information;
customer.invalidRecord
=
Invalid Record, required one more contact information;
customer.onlyNumber
=
Phone contain number only;
customer.onlyNumber
=
Phone contain number only;
customer.importSuccess
=
Import Successful
customer.importFailed
=
Import Failed
customer.errorValidate
=
Error while validating
customer.errorValidate
=
Error while validating
customer.phoneMax50
=
Mobile phone must less than 50 character;
customer.phoneMax50
=
Mobile phone must less than 50 characters;
customer.phone8to15
=
Mobile phone from 8 to 15 characters;
customer.3phone
=
Max 3 mobile phone;
customer.phoneExists
=
Mobile phone exists;
customer.phoneExists
=
Mobile phone exists;
customer.notMatch
=
not match regexp validation
customer.notMatch
=
not match regexp validation
customer.notGreaterThan
=
not greater than
customer.notGreaterThan
=
not greater than
...
...
src/main/resources/i18n/language_vi.properties
View file @
d7eeb2a3
...
@@ -89,15 +89,13 @@ customer.cusType.vip = VIP
...
@@ -89,15 +89,13 @@ customer.cusType.vip = VIP
customer.cusType.blacklist
=
Blacklist
customer.cusType.blacklist
=
Blacklist
customer.yes
=
Có
customer.yes
=
Có
customer.not
=
Không
customer.not
=
Không
customer.noData
=
Template không có dữ liệu
customer.nameRequired
=
Họ và tên không được để trống;
customer.nameRequired
=
Họ và tên không được để trống;
customer.emailMax100
=
Email không được quá 100 kí tự;
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.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.onlyNumber
=
Số điện thoại chỉ được nhập số;
customer.onlyNumber
=
Số điện thoại chỉ được nhập số;
customer.importSuccess
=
Import dữ liệu thành công
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
customer.phoneMax50
=
Số điện thoại không được quá 50 kí tự;
customer.phoneMax50
=
Số điện thoại không được quá 50 kí tự;
customer.phone8to15
=
Số điện thoại chỉ được từ 8 đến 15 kí tự;
customer.3phone
=
Tối đa chỉ được nhập 3 số điện thoại;
customer.phoneExists
=
Số điện thoại chính đã tồn tại;
customer.phoneExists
=
Số điện thoại chính đã tồn tại;
customer.notMatch
=
không đúng định dạng
customer.notMatch
=
không đúng định dạng
customer.notGreaterThan
=
không được lớn hơn
customer.notGreaterThan
=
không được lớn hơn
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment