小程序主页接口
This commit is contained in:
@@ -190,6 +190,10 @@
|
||||
ORDER BY a.sale_price
|
||||
</if>
|
||||
|
||||
<if test="orderType == 3">
|
||||
ORDER BY c.create_time desc
|
||||
</if>
|
||||
|
||||
</select>
|
||||
<update id="updateProductStockNum">
|
||||
update tb_product
|
||||
|
||||
Reference in New Issue
Block a user