fix: 霸王餐充值订单id未保存修复

This commit is contained in:
2024-10-28 09:41:33 +08:00
parent 05a7470c6f
commit 4fd3407f7a
2 changed files with 6 additions and 7 deletions

View File

@@ -40,7 +40,7 @@
<include refid="Base_Column_List"/>
from tb_activate
where shop_id = #{shop_id}
where shop_id = #{shopId}
and amount = #{amount}
order by id desc
limit 1