Commit 1c45c785 authored by wzp's avatar wzp

修改bug

parent 9b9a6920
......@@ -54,7 +54,7 @@
<select id="getById" resultMap="BaseResultMap">
select u.id, u.user_name,u.create_time, u.update_time, u.org_id, u.permanent, u.effective_date, u.exired_date, u.status, u.phone, u.email, u.we_chat, u.telephone, u.is_deleted, u.real_name,u.type,u.audit_status,u.area_id
,o.name org_name,a.full_name area_name
,o.name org_name,o.code org_code,a.full_name area_name
from t_user u
left join t_organ o on o.id = u.org_id
left join t_area a on u.area_id = a.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