Commit 7cb0a5e3 authored by chenzhao's avatar chenzhao

修改代码

parent 3d2b5157
......@@ -52,7 +52,7 @@
FROM
c_emergency_relation cer LEFT JOIN f_dict f ON cer.obligationId = f.id
<where>
<if test="amosOrgId != null and amosOrgId != '' ">
<if test="_parameter != null ">
cer.amos_id = #{amosOrgId}
</if>
</where>
......
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