🎨 产品模块接口返回数据增加 tags 字段

This commit is contained in:
ronger 2024-03-30 22:20:04 +08:00
parent f31a125c5d
commit 910d4e4552

View File

@ -55,7 +55,7 @@
where id = #{idProduct}
</select>
<select id="selectOnlineProducts" resultMap="DTOResultMap">
select id, product_title, product_img_url, product_description, product_price
select id, product_title, product_img_url, product_description, product_price, tags
from forest_product
where status = 0
order by weights