添加活动列表

This commit is contained in:
韩鹏辉
2024-05-22 11:43:02 +08:00
parent e25935624e
commit 000bf44a63
5 changed files with 40 additions and 18 deletions

View File

@@ -118,4 +118,8 @@
<select id="selectByAmount" resultMap="BaseResultMap">
select * from tb_activate where shop_id=#{shopId} and is_del=0 and min_num &lt;= #{amount} and max_num &gt;={amount}
</select>
<select id="selectByShpopId" resultMap="BaseResultMap">
select * from tb_activate where shop_id=#{shopId}
</select>
</mapper>