Commit acf7537e authored by ='s avatar =

hungtt-commit order combobox value

parent 09d031a7
...@@ -2139,6 +2139,7 @@ public class CustomerServiceImpl implements CustomerService { ...@@ -2139,6 +2139,7 @@ public class CustomerServiceImpl implements CustomerService {
StringBuilder sb = new StringBuilder(); StringBuilder sb = new StringBuilder();
sb.append(" select distinct name value, field_option_value_id key from customize_field_option_value"); sb.append(" select distinct name value, field_option_value_id key from customize_field_option_value");
sb.append(" where field_option_id = :p_field_id"); sb.append(" where field_option_id = :p_field_id");
sb.append(" order by name");
params.put("p_field_id", campaignCustomerDTO.getField()); params.put("p_field_id", campaignCustomerDTO.getField());
......
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