Commit b8b9047d authored by liuxun's avatar liuxun

merge

parent 31118fd4
......@@ -47,8 +47,8 @@
<if test="certiCode != null and certiCode != ''">
and change.CERTIF_NUM = #{certiCode}
</if>
<if test="aplOrganName != null and aplOrganName != ''">
and srvOrgan.SRV_ORGAN_NAME like CONCAT(CONCAT('%',#{aplOrganName}) ,'%')
<if test="srvOrganName != null and srvOrganName != ''">
and srvOrgan.SRV_ORGAN_NAME like CONCAT(CONCAT('%',#{srvOrganName}) ,'%')
</if>
<if test="applyStatus != null and applyStatus != ''">
and change.APPLY_STATUS = #{applyStatus}
......@@ -56,4 +56,4 @@
</where>
</select>
</mapper>
\ No newline at end of file
</mapper>
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