Commit 66b3ac82 by 徐高华

Merge branch 'developer' of http://git.gicdev.com/haoban3.0/haoban-manage3.0.git into developer

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