Commit b8b9047d authored by liuxun's avatar liuxun

merge

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