Commit 7d42e8c8 by qwmqiuwenmin

fix

parent 1427e552
......@@ -235,6 +235,15 @@
<include refid="Base_Column_List" />
from tab_haoban_material
where status_flag = 1
and wx_enterprise_id = #{wxEnterpriseId}
and wx_enterprise_id = #{wxEnterpriseId}
<if test="keyword != null and keyword != ''">
and keyword like CONCAT('%',#{keyWord},'%')
</if>
<if test="materialType != null">
and material_type = #{materialType}
</if>
<if test="categoryId != null">
and category_id = #{categoryId}
</if>
</select>
</mapper>
\ No newline at end of file
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