🎨 产品模块接口返回数据增加 tags 字段
This commit is contained in:
parent
f31a125c5d
commit
910d4e4552
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user