Commit afd330f8 by zsy

zsy

parent a866381f
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<created_user>admin</created_user> <created_user>admin</created_user>
<created_date>2021/03/03 10:49:37.387</created_date> <created_date>2021/03/03 10:49:37.387</created_date>
<modified_user>admin</modified_user> <modified_user>admin</modified_user>
<modified_date>2021/03/12 11:39:47.131</modified_date> <modified_date>2021/03/12 11:46:38.476</modified_date>
<parameters> <parameters>
</parameters> </parameters>
<connection> <connection>
...@@ -1074,7 +1074,7 @@ a.question_config_id, ...@@ -1074,7 +1074,7 @@ a.question_config_id,
a.question_block_id, a.question_block_id,
a.create_time, a.create_time,
a.record_id, a.record_id,
(case when '${start_time}'='2000/01/01 00:00:00.000000000' then 1 else 0 end) as is_execute (case when '${start_time}'='2000/01/01 00:00:00' then 1 else 0 end) as is_execute
from union_yuejuan_source.bus_exam_question_del_log a from union_yuejuan_source.bus_exam_question_del_log a
left join union_yuejuan_source_process.bus_exam_question_del_log b on a.id=b.id left join union_yuejuan_source_process.bus_exam_question_del_log b on a.id=b.id
where b.id is null;</sql> where b.id is null;</sql>
......
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