Commit 44ff1eae authored by đinh thị đầm's avatar đinh thị đầm

fix bug tester

parent 007fb923
...@@ -2284,8 +2284,8 @@ public class CustomerServiceImpl implements CustomerService { ...@@ -2284,8 +2284,8 @@ public class CustomerServiceImpl implements CustomerService {
requestCustomer.put("-8", "cc.contact"); requestCustomer.put("-8", "cc.contact");
requestCustomer.put("-9", "cc2.contact"); requestCustomer.put("-9", "cc2.contact");
requestCustomer.put("-10", "c.username"); requestCustomer.put("-10", "c.username");
requestCustomer.put("-11", "c.area_code"); requestCustomer.put("-11", "c.customer_type");
requestCustomer.put("-12", "c.customer_type"); requestCustomer.put("-12", "c.area_code");
requestCustomer.put("-13", "c.call_allowed"); requestCustomer.put("-13", "c.call_allowed");
requestCustomer.put("-14", "c.email_allowed"); requestCustomer.put("-14", "c.email_allowed");
requestCustomer.put("-15", "c.sms_allowed"); requestCustomer.put("-15", "c.sms_allowed");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment