前端 + 后端:商品搜索

This commit is contained in:
YunaiV
2019-04-24 21:47:43 +08:00
parent 68dadab873
commit b98e21e157
29 changed files with 770 additions and 125 deletions

View File

@@ -33,10 +33,10 @@
FROM product_spu
<where>
<if test="id != null">
id >= #{id}
id > #{id}
</if>
AND deleted = 0
</where>
AND deleted = 0
ORDER BY id ASC
LIMIT #{limit}
</select>