补充下单逻辑

This commit is contained in:
songmingsong
2024-12-06 14:51:36 +08:00
parent 5fc610e438
commit be5811ea6e
5 changed files with 6 additions and 7 deletions

View File

@ -184,7 +184,7 @@
left join video vd on oi.goods_type='1' and oi.goods_id = vd.id
where o.id = #{id}
</select>
<select id="getOrderCount" resultType="com.ycwl.basic.utils.ApiResponse">
<select id="getOrderCount" resultType="java.lang.Integer">
select count(1) num
from `order` o
left join member m on o.member_id = m.id