Commit e3c72490 by zsy

zsy

parent 0930ed49
......@@ -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/27 14:08:00.856</modified_date>
<modified_date>2020/10/29 17:59:05.097</modified_date>
<parameters>
</parameters>
<connection>
......@@ -1187,7 +1187,8 @@ subject_id,
oper_type,
question_config_id,
create_time,
record_id
record_id,
is_execute
)
select
a.id,
......@@ -1196,7 +1197,8 @@ a.subject_id,
a.oper_type,
a.question_config_id,
a.create_time,
a.record_id
a.record_id,
(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