Commit 7df84a02 authored by ='s avatar =

hungtt-commit fix bug search individual customer. Search by customer type!

parent b1ee87e2
...@@ -2292,12 +2292,7 @@ public class CustomerServiceImpl implements CustomerService { ...@@ -2292,12 +2292,7 @@ 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("-13", "c.call_allowed");
requestCustomer.put("-14", "c.email_allowed");
requestCustomer.put("-15", "c.sms_allowed");
requestCustomer.put("-16", "c.ipcc_status");
try { try {
StringBuilder sb = new StringBuilder(); StringBuilder sb = new StringBuilder();
......
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