Commit 47677e80 authored by ='s avatar =

hungtt-commit

parent 58e69313
...@@ -1594,10 +1594,10 @@ public class CustomerServiceImpl implements CustomerService { ...@@ -1594,10 +1594,10 @@ public class CustomerServiceImpl implements CustomerService {
sb.append(" ), datas as ("); sb.append(" ), datas as (");
sb.append(" select c.customer_id customerId,"); sb.append(" select c.customer_id customerId,");
sb.append(" c.name,"); sb.append(" c.name,");
sb.append(" cP.phone,"); sb.append(" cP.phone mobileNumber,");
sb.append(" cE.email,"); sb.append(" cE.email,");
sb.append(" c.customer_type cusType,"); sb.append(" c.customer_type customerType,");
sb.append(" c.company_name compName,"); sb.append(" c.company_name companyName,");
sb.append(" c.current_address currentAddress,"); sb.append(" c.current_address currentAddress,");
sb.append(" c.description,"); sb.append(" c.description,");
sb.append(" c.ipcc_status ipccStatus,"); sb.append(" c.ipcc_status ipccStatus,");
......
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