参加活动 满足金额

This commit is contained in:
2024-11-08 17:24:43 +08:00
parent 46d2eff3aa
commit c0aa30c750

View File

@@ -41,8 +41,8 @@
from tb_activate from tb_activate
where shop_id = #{shopId} where shop_id = #{shopId}
and amount = #{amount} and amount <= #{amount}
order by id desc order by amount desc
limit 1 limit 1
</select> </select>