|
@@ -56,11 +56,11 @@
|
|
|
from nm_site_place a
|
|
|
left join nm_site_price_rules b on a.id = b.site_place_id
|
|
|
LEFT JOIN nm_order_pro_info c on c.product_id =b.id and c.use_date_str =#{today}
|
|
|
- where a.site_id = #{siteId} and b.category_id =#{categoryId} and b.day_of_week =#{weekDay}
|
|
|
+ where a.site_id = #{siteId} and b.category_id =#{categoryId} and b.day_of_week =#{weekDay} and b.del_flag = 0
|
|
|
]]>
|
|
|
</select>
|
|
|
<select id="findBySidAndCid" resultType="org.jeecg.modules.app.vo.stadium.StadiumConcertsResponseVO">
|
|
|
- select early_refund_time,buy_limit from nm_site_place where site_id = #{siteId} and category_id =#{categoryId} limit 1
|
|
|
+ select early_refund_time,buy_limit from nm_site_place where site_id = #{siteId} and del_flag = 0 and category_id =#{categoryId} limit 1
|
|
|
</select>
|
|
|
<select id="previewOrderPlaceGymnasiumNoFixation" resultType="org.jeecg.modules.app.vo.OrderVO$PreviewOrderPlaceGymnasiumNoFixation">
|
|
|
SELECT
|