记得上下班打卡 | git大法好,push需谨慎

Commit d5456d42 authored by 胡佳晨's avatar 胡佳晨

sweet

parent 0504c3da
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
performance_end, performance_end,
signature_start, signature_start,
signature_end signature_end
from sweet_manual_artists as sma from sweet_manual_artists_mdsk as sma
left join sweet_artists as sa on sa.artists_id = sma.artists_id left join sweet_artists as sa on sa.artists_id = sma.artists_id
left join sweet_stage as ss on ss.stage_id = sma.stage_id left join sweet_stage as ss on ss.stage_id = sma.stage_id
<where> <where>
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
performance_end, performance_end,
signature_start, signature_start,
signature_end signature_end
from sweet_manual_artists as sma from sweet_manual_artists_mdsk as sma
left join sweet_artists as sa on sa.artists_id = sma.artists_id left join sweet_artists as sa on sa.artists_id = sma.artists_id
left join sweet_stage as ss on ss.stage_id = sma.stage_id left join sweet_stage as ss on ss.stage_id = sma.stage_id
where manual_relation_id = #{manualRelationId} where manual_relation_id = #{manualRelationId}
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
<select id="getStageNameList" parameterType="java.util.Map" resultMap="getStageNameListResult"> <select id="getStageNameList" parameterType="java.util.Map" resultMap="getStageNameListResult">
select ss.title select ss.title
from sweet_manual_artists as sma from sweet_manual_artists_mdsk as sma
left join sweet_artists as sa on sa.artists_id = sma.artists_id left join sweet_artists as sa on sa.artists_id = sma.artists_id
left join sweet_stage as ss on ss.stage_id = sma.stage_id left join sweet_stage as ss on ss.stage_id = sma.stage_id
where sma.status = 1 where sma.status = 1
......
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
kylin_performances AS p kylin_performances AS p
LEFT JOIN kylin_performance_status AS ps ON p.performances_id = ps.performance_id LEFT JOIN kylin_performance_status AS ps ON p.performances_id = ps.performance_id
LEFT JOIN kylin_performance_relations AS pr ON p.performances_id = pr.performance_id LEFT JOIN kylin_performance_relations AS pr ON p.performances_id = pr.performance_id
LEFT JOIN sweet_manual AS sm ON p.performances_id = sm.performance_id LEFT JOIN sweet_manual_mdsk AS sm ON p.performances_id = sm.performance_id
LEFT JOIN( LEFT JOIN(
SELECT SELECT
ttr.performance_id , ttr.performance_id ,
...@@ -93,7 +93,7 @@ ...@@ -93,7 +93,7 @@
FROM kylin_performances AS p FROM kylin_performances AS p
LEFT JOIN kylin_performance_status AS ps ON p.performances_id = ps.performance_id LEFT JOIN kylin_performance_status AS ps ON p.performances_id = ps.performance_id
LEFT JOIN kylin_performance_relations AS pr ON p.performances_id = pr.performance_id LEFT JOIN kylin_performance_relations AS pr ON p.performances_id = pr.performance_id
LEFT JOIN sweet_manual AS sm ON p.performances_id = sm.performance_id LEFT JOIN sweet_manual_mdsk AS sm ON p.performances_id = sm.performance_id
LEFT JOIN( LEFT JOIN(
SELECT ttr.performance_id, SELECT ttr.performance_id,
MIN( MIN(
...@@ -117,7 +117,7 @@ ...@@ -117,7 +117,7 @@
<select id="getManualAppletList" resultMap="getManualAppletListResult"> <select id="getManualAppletList" resultMap="getManualAppletListResult">
select manual_id, performances_id, title, field_id, city_name, time_start, time_end select manual_id, performances_id, title, field_id, city_name, time_start, time_end
from kylin_performances as kp from kylin_performances as kp
left join sweet_manual as sw on sw.performance_id = kp.performances_id left join sweet_manual_mdsk as sw on sw.performance_id = kp.performances_id
left join kylin_performance_relations as kpr on kpr.performance_id = kp.performances_id left join kylin_performance_relations as kpr on kpr.performance_id = kp.performances_id
where sw.`status` = 1 where sw.`status` = 1
and sw.is_release = 1 and sw.is_release = 1
...@@ -135,7 +135,7 @@ ...@@ -135,7 +135,7 @@
kylin_performances AS p kylin_performances AS p
LEFT JOIN kylin_performance_status AS ps ON p.performances_id = ps.performance_id LEFT JOIN kylin_performance_status AS ps ON p.performances_id = ps.performance_id
LEFT JOIN kylin_performance_relations AS pr ON p.performances_id = pr.performance_id LEFT JOIN kylin_performance_relations AS pr ON p.performances_id = pr.performance_id
LEFT JOIN sweet_manual AS sm ON p.performances_id = sm.performance_id LEFT JOIN sweet_manual_mdsk AS sm ON p.performances_id = sm.performance_id
LEFT JOIN( LEFT JOIN(
SELECT SELECT
ttr.performance_id , ttr.performance_id ,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment