Commit f24f5491 by luofeng

feat:新高考流程调整

parent d0ad815b
<?xml version="1.0" encoding="UTF-8"?>
<transformation>
<info>
<name>set_variable_is_run</name>
......@@ -424,40 +423,45 @@
<partitionschemas>
</partitionschemas>
<slaveservers>
<slaveserver>
<name>10.1.104.244</name>
<hostname>10.1.104.244</hostname>
<port>8081</port>
<webAppName/>
<username>carte</username>
<password>Encrypted 2be98afc86aa7f28ebf00a469fec3fd89</password>
<proxy_hostname/>
<proxy_port/>
<non_proxy_hosts/>
<master>N</master>
<sslMode>N</sslMode>
</slaveserver>
</slaveservers>
<clusterschemas>
</clusterschemas>
<created_user>admin</created_user>
<created_date>2020/01/04 14:20:17.611</created_date>
<modified_user>admin</modified_user>
<modified_date>2021/06/08 14:08:35.403</modified_date>
<modified_date>2021/09/17 11:15:04.315</modified_date>
<key_for_session_key>H4sIAAAAAAAAAAMAAAAAAAAAAAA=</key_for_session_key>
<is_key_private>N</is_key_private>
</info>
<notepads>
</notepads>
<connection>
<name>intelligent_single_yuejuan_neiwang</name>
<server>10.1.104.23</server>
<type>MYSQL</type>
<name>intelligent_greenplum_neiwang</name>
<server>10.1.104.241</server>
<type>POSTGRESQL</type>
<access>Native</access>
<database>union_yuejuan_yun</database>
<port>3306</port>
<username>root</username>
<password>Encrypted 2be98afc86aa7f28ebf00a469fec3fd89</password>
<database>intelligent_dev</database>
<port>5432</port>
<username>gpadmin</username>
<password>Encrypted 2be98afc86aa7f2e4cb13ba69fec3fd89</password>
<servername/>
<data_tablespace/>
<index_tablespace/>
<attributes>
<attribute>
<code>EXTRA_OPTION_MYSQL.defaultFetchSize</code>
<attribute>500</attribute>
</attribute>
<attribute>
<code>EXTRA_OPTION_MYSQL.useCursorFetch</code>
<attribute>true</attribute>
</attribute>
<attribute>
<code>FORCE_IDENTIFIERS_TO_LOWERCASE</code>
<attribute>N</attribute>
</attribute>
......@@ -471,7 +475,7 @@
</attribute>
<attribute>
<code>PORT_NUMBER</code>
<attribute>3306</attribute>
<attribute>5432</attribute>
</attribute>
<attribute>
<code>PRESERVE_RESERVED_WORD_CASE</code>
......@@ -482,10 +486,6 @@
<attribute>N</attribute>
</attribute>
<attribute>
<code>STREAM_RESULTS</code>
<attribute>Y</attribute>
</attribute>
<attribute>
<code>SUPPORTS_BOOLEAN_DATA_TYPE</code>
<attribute>Y</attribute>
</attribute>
......@@ -551,8 +551,8 @@
<method>none</method>
<schema_name/>
</partitioning>
<connection>intelligent_single_yuejuan_neiwang</connection>
<sql>select case when (select count(*) from task_list where task_status=1 and id=${task_id} and del_flag=0 and source_type=1)>0 then 1 else 0 end is_run</sql>
<connection>intelligent_greenplum_neiwang</connection>
<sql>select case when (select count(*) from single_yuejuan_source_process.task_list where task_status=1 and id=${task_id} and del_flag=0 and source_type=1)>0 then 1 else 0 end is_run</sql>
<limit>0</limit>
<lookup/>
<execute_each_row>N</execute_each_row>
......
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