Commit a27a5447 by zsy

zsy

parent e3c72490
......@@ -7,7 +7,7 @@
<created_user/>
<created_date>2020/10/27 07:07:11.144</created_date>
<modified_user>admin</modified_user>
<modified_date>2020/10/29 17:59:05.097</modified_date>
<modified_date>2020/10/29 18:10:25.872</modified_date>
<parameters>
</parameters>
<connection>
......@@ -1198,7 +1198,7 @@ a.oper_type,
a.question_config_id,
a.create_time,
a.record_id,
(case when ${start_time}='2000-01-01 00:00:00' 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
left join union_yuejuan_source_process.bus_exam_question_del_log b on a.id=b.id
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