Commit 783f02de authored by chenzhao's avatar chenzhao

修改bug

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