我得免单订单状态

This commit is contained in:
wangguocheng
2024-05-17 14:09:13 +08:00
parent 77d9a9ef25
commit d09299d584
2 changed files with 5 additions and 1 deletions

View File

@@ -563,6 +563,6 @@
<select id="selectWinnerByUserId" resultType="com.chaozhanggui.system.cashierservice.entity.TbOrderInfo">
select toi.*,two.order_no as winnnerNo,tui.nick_name as userName from tb_order_info toi left join tb_wining_user two on two.order_no = toi.order_no
left join tb_user_info tui on tui.id = toi.user_id
where toi.user_id = #{userId} and
where toi.user_id = #{userId}
</select>
</mapper>