Commit b1717c59 by qwmqiuwenmin

fix

parent 719006b6
......@@ -238,7 +238,7 @@
where status_flag = 1
and wx_enterprise_id = #{wxEnterpriseId}
<if test="keyword != null and keyword != ''">
and keyword like CONCAT('%',#{keyword},'%')
and material_title like CONCAT('%',#{keyword},'%')
</if>
<if test="materialType != null">
and material_type = #{materialType}
......
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