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

🎨 产品模块接口返回数据增加 tags 字段
This commit is contained in:
ronger 2024-04-05 11:26:49 +08:00 committed by GitHub
commit 3adf69cbe5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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