Commit 912f372e by xugaojun

fix:修复标题查询问题

parent 1f451315
......@@ -102,9 +102,9 @@
from tab_haoban_welcome
where wx_enterprise_id = #{wxEnterpriseId,jdbcType=VARCHAR}
<if test="title != null and title != ''">
title = #{title,jdbcType=VARCHAR},
title = #{title,jdbcType=VARCHAR}
</if>
and status_flag=1
and status_flag = 1
order by create_time desc
</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