Commit 9c3bcc11 authored by chenzhao's avatar chenzhao

修改bug 补充表名

parent 7fc6e662
......@@ -504,7 +504,7 @@ GROUP BY
`cb_org_usr` u
LEFT JOIN cb_dynamic_form_instance f ON f.instance_id = u.sequence_nbr
<where>
is_delete = 0
u. is_delete = 0
<if test="id != null and id != ''">
AND u.amos_org_id = #{id}
</if>
......
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