摘要: <select id="searchProducts" parameterType="products" resultType="products"> select *from products <where> <if test="pname != null"> and pname like '%$ 阅读全文
posted @ 2021-10-13 11:56 青竹之下 阅读(237) 评论(0) 推荐(0)