Commit f3bbb637 by yangyang

代码同步(重庆)

parent d5b7c93d
......@@ -19,6 +19,9 @@
<if test="applyurl!= null and applyurl!=''">
AND a.applyUrl like "%"#{ applyurl , jdbcType=VARCHAR }"%"
</if>
<if test="status!= null and status!=''">
AND a.status = #{ status , jdbcType=VARCHAR }
</if>
</select>
......
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