Commit d97aff95 authored by liuxun's avatar liuxun

merge

parent b8b9047d
......@@ -50,7 +50,7 @@
<if test="srvOrganName != null and srvOrganName != ''">
and srvOrgan.SRV_ORGAN_NAME like CONCAT(CONCAT('%',#{srvOrganName}) ,'%')
</if>
<if test="applyStatus != null and applyStatus != ''">
<if test="applyStatus != null">
and change.APPLY_STATUS = #{applyStatus}
</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