Commit fa598925 authored by tangwei's avatar tangwei

修改bug

parent 3def45ec
...@@ -800,7 +800,9 @@ LEFT JOIN ( ...@@ -800,7 +800,9 @@ LEFT JOIN (
<select id="selectPersonone" resultType="Map"> <select id="selectPersonone" resultType="Map">
select group_concat( CONCAT( u.biz_org_name,' ',(select c.field_value from cb_dynamic_form_instance c where field_code='telephone' and c.instance_id=u.sequence_nbr))) name select group_concat( CONCAT( u.biz_org_name,' ',
IFNULL((select c.field_value from cb_dynamic_form_instance c where field_code='telephone' and c.instance_id=u.sequence_nbr),"")
)) name
from cb_org_usr u LEFT JOIN from cb_org_usr u LEFT JOIN
cb_dynamic_form_instance g on g.instance_id=u.sequence_nbr cb_dynamic_form_instance g on g.instance_id=u.sequence_nbr
where u.biz_org_type='PERSON' and g.field_code='fireManagementPostCode' and g.field_value_label =#{name} and u.parent_id=#{id} where u.biz_org_type='PERSON' and g.field_code='fireManagementPostCode' and g.field_value_label =#{name} and u.parent_id=#{id}
......
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