Commit 265d800a by songyinghui

feat: 欢迎语列表 支持模糊查询

parent 14a966d8
......@@ -151,7 +151,7 @@
and wx_enterprise_id = #{wxEnterpriseId,jdbcType=VARCHAR}
</if>
<if test="title != null and title != ''">
and title = #{title,jdbcType=VARCHAR}
and title like concat('%', #{title}, '%')
</if>
<if test="defaultWelcomeFlag != null and defaultWelcomeFlag != ''">
and default_welcome_flag = #{defaultWelcomeFlag,jdbcType=INTEGER}
......
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