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

Commit 032f61b2 authored by 胡佳晨's avatar 胡佳晨

Merge branch 'dev' into test

parents ad47b1c3 1e4678da
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
SELECT p.performances_id, SELECT p.performances_id,
p.title, p.title,
p.time_start, p.time_start,
p.time_end p.time_end,
DATE_SUB(p.time_start,INTERVAL -3 DAY) as 'can_dwon_time' DATE_SUB(p.time_start,INTERVAL -3 DAY) as 'can_dwon_time'
FROM kylin_performances AS p FROM kylin_performances AS p
LEFT JOIN kylin_performance_relations AS pr ON pr.performance_id = p.performances_id LEFT JOIN kylin_performance_relations AS pr ON pr.performance_id = p.performances_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