Commit aeb54024 by zsy

zsy

parent b46f24c0
......@@ -7,7 +7,7 @@
<created_user>admin</created_user>
<created_date>2021/03/03 10:49:37.387</created_date>
<modified_user>admin</modified_user>
<modified_date>2021/03/12 16:39:21.937</modified_date>
<modified_date>2021/03/12 16:46:08.251</modified_date>
<parameters>
</parameters>
<connection>
......@@ -1074,7 +1074,7 @@ a.question_config_id,
a.question_block_id,
a.create_time,
a.record_id,
(case when '${start_time_date}'='2000/01/01' then 1 else 0 end) as is_execute
(case when (select count(id) from union_yuejuan_source_process.gp_time_interval where status=1)>0 then 0 else 1 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>
......@@ -1447,7 +1447,7 @@ where b.id is null;</sql>
<to>write_log_unsuccess 3</to>
<from_nr>0</from_nr>
<to_nr>0</to_nr>
<enabled>N</enabled>
<enabled>Y</enabled>
<evaluation>N</evaluation>
<unconditional>N</unconditional>
</hop>
......@@ -1672,7 +1672,7 @@ where b.id is null;</sql>
<to>write_log_success 3</to>
<from_nr>0</from_nr>
<to_nr>0</to_nr>
<enabled>N</enabled>
<enabled>Y</enabled>
<evaluation>Y</evaluation>
<unconditional>N</unconditional>
</hop>
......
......@@ -428,7 +428,7 @@
<created_user>admin</created_user>
<created_date>2021/03/03 10:49:15.361</created_date>
<modified_user>admin</modified_user>
<modified_date>2021/03/12 16:32:31.715</modified_date>
<modified_date>2021/03/12 16:42:23.388</modified_date>
<key_for_session_key>H4sIAAAAAAAAAAMAAAAAAAAAAAA=</key_for_session_key>
<is_key_private>N</is_key_private>
</info>
......@@ -488,11 +488,6 @@
<order>
<hop>
<from>Table input</from>
<to>字段选择</to>
<enabled>Y</enabled>
</hop>
<hop>
<from>字段选择</from>
<to>Set Variables</to>
<enabled>Y</enabled>
</hop>
......@@ -515,12 +510,6 @@
<variable_type>ROOT_JOB</variable_type>
<default_value/>
</field>
<field>
<field_name>start_time_date</field_name>
<variable_name>start_time_date</variable_name>
<variable_type>ROOT_JOB</variable_type>
<default_value/>
</field>
</fields>
<use_formatting>Y</use_formatting>
<attributes/>
......@@ -552,10 +541,7 @@
<sql>select
(case when (select count(id) from union_yuejuan_source_process.gp_time_interval where status=1)>0
then (select max(end_time)-interval '4 s' from union_yuejuan_source_process.gp_time_interval where status=1)
else '2000-01-01 00:00:00' end) as start_time,
(case when (select count(id) from union_yuejuan_source_process.gp_time_interval where status=1)>0
then (select max(end_time)-interval '4 s' from union_yuejuan_source_process.gp_time_interval where status=1)
else '2000-01-01 00:00:00' end) as start_time_date</sql>
else '2000-01-01 00:00:00' end) as start_time</sql>
<limit>0</limit>
<lookup/>
<execute_each_row>N</execute_each_row>
......@@ -575,76 +561,6 @@ else '2000-01-01 00:00:00' end) as start_time_date</sql>
<draw>Y</draw>
</GUI>
</step>
<step>
<name>字段选择</name>
<type>SelectValues</type>
<description/>
<distribute>Y</distribute>
<custom_distribution/>
<copies>1</copies>
<partitioning>
<method>none</method>
<schema_name/>
</partitioning>
<fields>
<field>
<name>start_time</name>
<rename/>
</field>
<field>
<name>start_time_date</name>
<rename/>
</field>
<select_unspecified>N</select_unspecified>
<meta>
<name>start_time</name>
<rename>start_time</rename>
<type>Timestamp</type>
<length>6</length>
<precision>-2</precision>
<conversion_mask/>
<date_format_lenient>false</date_format_lenient>
<date_format_locale/>
<date_format_timezone/>
<lenient_string_to_number>false</lenient_string_to_number>
<encoding/>
<decimal_symbol/>
<grouping_symbol/>
<currency_symbol/>
<storage_type/>
</meta>
<meta>
<name>start_time_date</name>
<rename>start_time_date</rename>
<type>Date</type>
<length>-2</length>
<precision>-2</precision>
<conversion_mask>yyyy/MM/dd</conversion_mask>
<date_format_lenient>false</date_format_lenient>
<date_format_locale/>
<date_format_timezone/>
<lenient_string_to_number>false</lenient_string_to_number>
<encoding/>
<decimal_symbol/>
<grouping_symbol/>
<currency_symbol/>
<storage_type/>
</meta>
</fields>
<attributes/>
<cluster_schema/>
<remotesteps>
<input>
</input>
<output>
</output>
</remotesteps>
<GUI>
<xloc>304</xloc>
<yloc>160</yloc>
<draw>Y</draw>
</GUI>
</step>
<step_error_handling>
</step_error_handling>
<slave-step-copy-partition-distribution>
......
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