Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
kettle_yuejuan_new
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
许梁
kettle_yuejuan_new
Commits
65c147fd
Commit
65c147fd
authored
Jul 13, 2021
by
zsy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
zsy
parent
2555a7d7
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
1427 additions
and
242 deletions
+1427
-242
intelligent/single_yuejuan/transfer/source/area.ktr
+211
-1
intelligent/single_yuejuan/transfer/source/header_teacher.ktr
+313
-61
intelligent/single_yuejuan/transfer/source/school_class.ktr
+392
-64
intelligent/single_yuejuan/transfer/source/student.ktr
+7
-15
intelligent/single_yuejuan/transfer/source/teacher.ktr
+237
-56
intelligent/single_yuejuan/transfer/source/tenant.ktr
+18
-14
intelligent/single_yuejuan/transfer/source/user.ktr
+245
-31
repository.log
+4
-0
No files found.
intelligent/single_yuejuan/transfer/source/area.ktr
View file @
65c147fd
...
...
@@ -428,7 +428,7 @@
<created_user>admin</created_user>
<created_date>2021/03/03 10:44:03.367</created_date>
<modified_user>admin</modified_user>
<modified_date>2021/07/13 1
1:26:05.874
</modified_date>
<modified_date>2021/07/13 1
4:13:32.930
</modified_date>
<key_for_session_key>H4sIAAAAAAAAAAMAAAAAAAAAAAA=</key_for_session_key>
<is_key_private>N</is_key_private>
</info>
...
...
@@ -498,6 +498,16 @@
</attributes>
</connection>
<order>
<hop>
<from>area</from>
<to>字段选择</to>
<enabled>Y</enabled>
</hop>
<hop>
<from>字段选择</from>
<to>Text file output</to>
<enabled>Y</enabled>
</hop>
</order>
<step>
<name>Text file output</name>
...
...
@@ -612,7 +622,207 @@ where (created_time>'${start_time}' and created_time<='${end_time}') or (modi
<schema_name/>
</partitioning>
<fields>
<field>
<name>id</name>
</field>
<field>
<name>created_time</name>
</field>
<field>
<name>deleted</name>
</field>
<field>
<name>modified_time</name>
</field>
<field>
<name>child_count</name>
</field>
<field>
<name>full_name</name>
</field>
<field>
<name>level</name>
</field>
<field>
<name>name</name>
</field>
<field>
<name>parent_id</name>
</field>
<field>
<name>ordinal</name>
</field>
<select_unspecified>N</select_unspecified>
<meta>
<name>id</name>
<rename>id</rename>
<type>None</type>
<length>20</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>created_time</name>
<rename>created_time</rename>
<type>None</type>
<length>0</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>deleted</name>
<rename>deleted</rename>
<type>Integer</type>
<length>-2</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>modified_time</name>
<rename>modified_time</rename>
<type>None</type>
<length>0</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>child_count</name>
<rename>child_count</rename>
<type>None</type>
<length>9</length>
<precision>0</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>full_name</name>
<rename>full_name</rename>
<type>None</type>
<length>255</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>level</name>
<rename>level</rename>
<type>None</type>
<length>10</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>name</name>
<rename>name</rename>
<type>None</type>
<length>100</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>parent_id</name>
<rename>parent_id</rename>
<type>None</type>
<length>20</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>ordinal</name>
<rename>ordinal</rename>
<type>None</type>
<length>9</length>
<precision>0</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>
</fields>
<attributes/>
<cluster_schema/>
...
...
intelligent/single_yuejuan/transfer/source/header_teacher.ktr
View file @
65c147fd
...
...
@@ -428,34 +428,26 @@
<created_user>-</created_user>
<created_date>2021/07/13 11:10:19.823</created_date>
<modified_user>-</modified_user>
<modified_date>2021/07/13 1
1:11:13.242
</modified_date>
<key_for_session_key
/
>
<modified_date>2021/07/13 1
4:13:40.978
</modified_date>
<key_for_session_key
>H4sIAAAAAAAAAAMAAAAAAAAAAAA=</key_for_session_key
>
<is_key_private>N</is_key_private>
</info>
<notepads>
</notepads>
<connection>
<name>school_yuejuan_base</name>
<name>school_yuejuan_base
_archive
</name>
<server>rm-8vb7o8w90t4itw6p8.mysql.zhangbei.rds.aliyuncs.com</server>
<type>MYSQL</type>
<access>Native</access>
<database>
base_resourc
e</database>
<database>
jty_archiv
e</database>
<port>3306</port>
<username>
wl_admin
</username>
<password>Encrypted 2be
98afc81dcbad85af14a77efe
c3fd89</password>
<username>
read_only
</username>
<password>Encrypted 2be
cacaa90ef89d8aa7008e67d2
c3fd89</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>
...
...
@@ -510,53 +502,6 @@
</hop>
</order>
<step>
<name>header_teacher</name>
<type>TableInput</type>
<description/>
<distribute>Y</distribute>
<custom_distribution/>
<copies>1</copies>
<partitioning>
<method>none</method>
<schema_name/>
</partitioning>
<connection>school_yuejuan_base</connection>
<sql>select
id,
class_id,
grade_id,
is_primary,
school_area_id,
school_id,
school_phase_id,
user_id,
status,
created_by,
created_time,
deleted,
modified_time
from header_teacher
where (created_time>'${start_time}' and created_time<='${end_time}') or (modified_time>'${start_time}' and modified_time<='${end_time}')</sql>
<limit>0</limit>
<lookup/>
<execute_each_row>N</execute_each_row>
<variables_active>Y</variables_active>
<lazy_conversion_active>N</lazy_conversion_active>
<attributes/>
<cluster_schema/>
<remotesteps>
<input>
</input>
<output>
</output>
</remotesteps>
<GUI>
<xloc>136</xloc>
<yloc>118</yloc>
<draw>Y</draw>
</GUI>
</step>
<step>
<name>Text file output</name>
<type>TextFileOutput</type>
<description/>
...
...
@@ -614,6 +559,53 @@ where (created_time>'${start_time}' and created_time<='${end_time}') or (modi
</GUI>
</step>
<step>
<name>header_teacher</name>
<type>TableInput</type>
<description/>
<distribute>Y</distribute>
<custom_distribution/>
<copies>1</copies>
<partitioning>
<method>none</method>
<schema_name/>
</partitioning>
<connection>school_yuejuan_base_archive</connection>
<sql>select
id,
class_id,
grade_id,
is_primary,
school_area_id,
school_id,
school_phase_id,
user_id,
status,
created_by,
created_time,
deleted,
modified_time
from header_teacher
where (created_time>'${start_time}' and created_time<='${end_time}') or (modified_time>'${start_time}' and modified_time<='${end_time}')</sql>
<limit>0</limit>
<lookup/>
<execute_each_row>N</execute_each_row>
<variables_active>Y</variables_active>
<lazy_conversion_active>N</lazy_conversion_active>
<attributes/>
<cluster_schema/>
<remotesteps>
<input>
</input>
<output>
</output>
</remotesteps>
<GUI>
<xloc>136</xloc>
<yloc>118</yloc>
<draw>Y</draw>
</GUI>
</step>
<step>
<name>字段选择</name>
<type>SelectValues</type>
<description/>
...
...
@@ -625,7 +617,267 @@ where (created_time>'${start_time}' and created_time<='${end_time}') or (modi
<schema_name/>
</partitioning>
<fields>
<field>
<name>id</name>
</field>
<field>
<name>class_id</name>
</field>
<field>
<name>grade_id</name>
</field>
<field>
<name>is_primary</name>
</field>
<field>
<name>school_area_id</name>
</field>
<field>
<name>school_id</name>
</field>
<field>
<name>school_phase_id</name>
</field>
<field>
<name>user_id</name>
</field>
<field>
<name>status</name>
</field>
<field>
<name>created_by</name>
</field>
<field>
<name>created_time</name>
</field>
<field>
<name>deleted</name>
</field>
<field>
<name>modified_time</name>
</field>
<select_unspecified>N</select_unspecified>
<meta>
<name>id</name>
<rename>id</rename>
<type>None</type>
<length>9</length>
<precision>0</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>class_id</name>
<rename>class_id</rename>
<type>None</type>
<length>9</length>
<precision>0</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>grade_id</name>
<rename>grade_id</rename>
<type>None</type>
<length>9</length>
<precision>0</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>is_primary</name>
<rename>is_primary</rename>
<type>Integer</type>
<length>-2</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>school_area_id</name>
<rename>school_area_id</rename>
<type>None</type>
<length>9</length>
<precision>0</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>school_id</name>
<rename>school_id</rename>
<type>None</type>
<length>9</length>
<precision>0</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>school_phase_id</name>
<rename>school_phase_id</rename>
<type>None</type>
<length>9</length>
<precision>0</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>user_id</name>
<rename>user_id</rename>
<type>None</type>
<length>15</length>
<precision>0</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>status</name>
<rename>status</rename>
<type>None</type>
<length>50</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>created_by</name>
<rename>created_by</rename>
<type>None</type>
<length>15</length>
<precision>0</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>created_time</name>
<rename>created_time</rename>
<type>None</type>
<length>0</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>deleted</name>
<rename>deleted</rename>
<type>Integer</type>
<length>-2</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>modified_time</name>
<rename>modified_time</rename>
<type>None</type>
<length>0</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>
</fields>
<attributes/>
<cluster_schema/>
...
...
intelligent/single_yuejuan/transfer/source/school_class.ktr
View file @
65c147fd
...
...
@@ -428,34 +428,26 @@
<created_user>-</created_user>
<created_date>2021/07/13 11:09:34.272</created_date>
<modified_user>-</modified_user>
<modified_date>2021/07/13 1
1:10:07.833
</modified_date>
<key_for_session_key
/
>
<modified_date>2021/07/13 1
4:13:49.266
</modified_date>
<key_for_session_key
>H4sIAAAAAAAAAAMAAAAAAAAAAAA=</key_for_session_key
>
<is_key_private>N</is_key_private>
</info>
<notepads>
</notepads>
<connection>
<name>school_yuejuan_base</name>
<name>school_yuejuan_base
_archive
</name>
<server>rm-8vb7o8w90t4itw6p8.mysql.zhangbei.rds.aliyuncs.com</server>
<type>MYSQL</type>
<access>Native</access>
<database>
base_resourc
e</database>
<database>
jty_archiv
e</database>
<port>3306</port>
<username>
wl_admin
</username>
<password>Encrypted 2be
98afc81dcbad85af14a77efe
c3fd89</password>
<username>
read_only
</username>
<password>Encrypted 2be
cacaa90ef89d8aa7008e67d2
c3fd89</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>
...
...
@@ -510,56 +502,6 @@
</hop>
</order>
<step>
<name>school_class</name>
<type>TableInput</type>
<description/>
<distribute>Y</distribute>
<custom_distribution/>
<copies>1</copies>
<partitioning>
<method>none</method>
<schema_name/>
</partitioning>
<connection>school_yuejuan_base</connection>
<sql>select
id,
created_by,
created_time,
deleted,
modified_time,
alias,
entry_year,
grade_id,
graduate_year,
graduated,
name,
ordinal,
school_area_id,
school_id,
type,
school_phase_id
from school_class
where (created_time>'${start_time}' and created_time<='${end_time}') or (modified_time>'${start_time}' and modified_time<='${end_time}')</sql>
<limit>0</limit>
<lookup/>
<execute_each_row>N</execute_each_row>
<variables_active>Y</variables_active>
<lazy_conversion_active>N</lazy_conversion_active>
<attributes/>
<cluster_schema/>
<remotesteps>
<input>
</input>
<output>
</output>
</remotesteps>
<GUI>
<xloc>186</xloc>
<yloc>100</yloc>
<draw>Y</draw>
</GUI>
</step>
<step>
<name>Text file output</name>
<type>TextFileOutput</type>
<description/>
...
...
@@ -617,6 +559,56 @@ where (created_time>'${start_time}' and created_time<='${end_time}') or (modi
</GUI>
</step>
<step>
<name>school_class</name>
<type>TableInput</type>
<description/>
<distribute>Y</distribute>
<custom_distribution/>
<copies>1</copies>
<partitioning>
<method>none</method>
<schema_name/>
</partitioning>
<connection>school_yuejuan_base_archive</connection>
<sql>select
id,
created_by,
created_time,
deleted,
modified_time,
alias,
entry_year,
grade_id,
graduate_year,
graduated,
name,
ordinal,
school_area_id,
school_id,
type,
school_phase_id
from school_class
where (created_time>'${start_time}' and created_time<='${end_time}') or (modified_time>'${start_time}' and modified_time<='${end_time}')</sql>
<limit>0</limit>
<lookup/>
<execute_each_row>N</execute_each_row>
<variables_active>Y</variables_active>
<lazy_conversion_active>N</lazy_conversion_active>
<attributes/>
<cluster_schema/>
<remotesteps>
<input>
</input>
<output>
</output>
</remotesteps>
<GUI>
<xloc>186</xloc>
<yloc>100</yloc>
<draw>Y</draw>
</GUI>
</step>
<step>
<name>字段选择</name>
<type>SelectValues</type>
<description/>
...
...
@@ -628,7 +620,343 @@ where (created_time>'${start_time}' and created_time<='${end_time}') or (modi
<schema_name/>
</partitioning>
<fields>
<field>
<name>id</name>
<rename/>
</field>
<field>
<name>created_by</name>
<rename/>
</field>
<field>
<name>created_time</name>
<rename/>
</field>
<field>
<name>deleted</name>
<rename/>
</field>
<field>
<name>modified_time</name>
<rename/>
</field>
<field>
<name>alias</name>
<rename/>
</field>
<field>
<name>entry_year</name>
<rename/>
</field>
<field>
<name>grade_id</name>
<rename/>
</field>
<field>
<name>graduate_year</name>
<rename/>
</field>
<field>
<name>graduated</name>
<rename/>
</field>
<field>
<name>name</name>
<rename/>
</field>
<field>
<name>ordinal</name>
<rename/>
</field>
<field>
<name>school_area_id</name>
<rename/>
</field>
<field>
<name>school_id</name>
<rename/>
</field>
<field>
<name>type</name>
<rename/>
</field>
<field>
<name>school_phase_id</name>
<rename/>
</field>
<select_unspecified>N</select_unspecified>
<meta>
<name>id</name>
<rename>id</rename>
<type>None</type>
<length>9</length>
<precision>0</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>created_by</name>
<rename>created_by</rename>
<type>None</type>
<length>15</length>
<precision>0</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>created_time</name>
<rename>created_time</rename>
<type>None</type>
<length>0</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>deleted</name>
<rename>deleted</rename>
<type>Integer</type>
<length>-2</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>modified_time</name>
<rename>modified_time</rename>
<type>None</type>
<length>0</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>alias</name>
<rename>alias</rename>
<type>None</type>
<length>50</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>entry_year</name>
<rename>entry_year</rename>
<type>None</type>
<length>9</length>
<precision>0</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>grade_id</name>
<rename>grade_id</rename>
<type>None</type>
<length>9</length>
<precision>0</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>graduate_year</name>
<rename>graduate_year</rename>
<type>None</type>
<length>9</length>
<precision>0</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>graduated</name>
<rename>graduated</rename>
<type>None</type>
<length>-2</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>name</name>
<rename>name</rename>
<type>None</type>
<length>50</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>ordinal</name>
<rename>ordinal</rename>
<type>None</type>
<length>9</length>
<precision>0</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>school_area_id</name>
<rename>school_area_id</rename>
<type>None</type>
<length>9</length>
<precision>0</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>school_id</name>
<rename>school_id</rename>
<type>None</type>
<length>9</length>
<precision>0</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>type</name>
<rename>type</rename>
<type>None</type>
<length>50</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>school_phase_id</name>
<rename>school_phase_id</rename>
<type>None</type>
<length>9</length>
<precision>0</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>
</fields>
<attributes/>
<cluster_schema/>
...
...
intelligent/single_yuejuan/transfer/source/student.ktr
View file @
65c147fd
...
...
@@ -428,34 +428,26 @@
<created_user>-</created_user>
<created_date>2021/07/13 10:59:06.977</created_date>
<modified_user>-</modified_user>
<modified_date>2021/07/13 1
1:01:27.842
</modified_date>
<key_for_session_key
/
>
<modified_date>2021/07/13 1
4:14:02.834
</modified_date>
<key_for_session_key
>H4sIAAAAAAAAAAMAAAAAAAAAAAA=</key_for_session_key
>
<is_key_private>N</is_key_private>
</info>
<notepads>
</notepads>
<connection>
<name>school_yuejuan_base</name>
<name>school_yuejuan_base
_archive
</name>
<server>rm-8vb7o8w90t4itw6p8.mysql.zhangbei.rds.aliyuncs.com</server>
<type>MYSQL</type>
<access>Native</access>
<database>
base_resourc
e</database>
<database>
jty_archiv
e</database>
<port>3306</port>
<username>
wl_admin
</username>
<password>Encrypted 2be
98afc81dcbad85af14a77efe
c3fd89</password>
<username>
read_only
</username>
<password>Encrypted 2be
cacaa90ef89d8aa7008e67d2
c3fd89</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>
...
...
@@ -577,7 +569,7 @@
<method>none</method>
<schema_name/>
</partitioning>
<connection>school_yuejuan_base</connection>
<connection>school_yuejuan_base
_archive
</connection>
<sql>select
id,
created_by,
...
...
intelligent/single_yuejuan/transfer/source/teacher.ktr
View file @
65c147fd
...
...
@@ -429,34 +429,26 @@
<created_user>admin</created_user>
<created_date>2020/01/04 14:16:40.236</created_date>
<modified_user>admin</modified_user>
<modified_date>2021/07/13 1
1:09:27.163
</modified_date>
<modified_date>2021/07/13 1
4:14:13.372
</modified_date>
<key_for_session_key>H4sIAAAAAAAAAAMAAAAAAAAAAAA=</key_for_session_key>
<is_key_private>N</is_key_private>
</info>
<notepads>
</notepads>
<connection>
<name>school_yuejuan_base</name>
<name>school_yuejuan_base
_archive
</name>
<server>rm-8vb7o8w90t4itw6p8.mysql.zhangbei.rds.aliyuncs.com</server>
<type>MYSQL</type>
<access>Native</access>
<database>
base_resourc
e</database>
<database>
jty_archiv
e</database>
<port>3306</port>
<username>
wl_admin
</username>
<password>Encrypted 2be
98afc81dcbad85af14a77efe
c3fd89</password>
<username>
read_only
</username>
<password>Encrypted 2be
cacaa90ef89d8aa7008e67d2
c3fd89</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>
...
...
@@ -511,49 +503,6 @@
</hop>
</order>
<step>
<name>teacher</name>
<type>TableInput</type>
<description/>
<distribute>Y</distribute>
<custom_distribution/>
<copies>1</copies>
<partitioning>
<method>none</method>
<schema_name/>
</partitioning>
<connection>school_yuejuan_base</connection>
<sql>select
user_id,
job_number,
created_by,
created_time,
deleted,
modified_time,
job_status,
position_id,
station_id
from teacher
where (created_time>'${start_time}' and created_time<='${end_time}') or (modified_time>'${start_time}' and modified_time<='${end_time}')</sql>
<limit>0</limit>
<lookup/>
<execute_each_row>N</execute_each_row>
<variables_active>Y</variables_active>
<lazy_conversion_active>N</lazy_conversion_active>
<attributes/>
<cluster_schema/>
<remotesteps>
<input>
</input>
<output>
</output>
</remotesteps>
<GUI>
<xloc>176</xloc>
<yloc>96</yloc>
<draw>Y</draw>
</GUI>
</step>
<step>
<name>Text file output</name>
<type>TextFileOutput</type>
<description/>
...
...
@@ -611,6 +560,49 @@ where (created_time>'${start_time}' and created_time<='${end_time}') or (modi
</GUI>
</step>
<step>
<name>teacher</name>
<type>TableInput</type>
<description/>
<distribute>Y</distribute>
<custom_distribution/>
<copies>1</copies>
<partitioning>
<method>none</method>
<schema_name/>
</partitioning>
<connection>school_yuejuan_base_archive</connection>
<sql>select
user_id,
job_number,
created_by,
created_time,
deleted,
modified_time,
job_status,
position_id,
station_id
from teacher
where (created_time>'${start_time}' and created_time<='${end_time}') or (modified_time>'${start_time}' and modified_time<='${end_time}')</sql>
<limit>0</limit>
<lookup/>
<execute_each_row>N</execute_each_row>
<variables_active>Y</variables_active>
<lazy_conversion_active>N</lazy_conversion_active>
<attributes/>
<cluster_schema/>
<remotesteps>
<input>
</input>
<output>
</output>
</remotesteps>
<GUI>
<xloc>176</xloc>
<yloc>96</yloc>
<draw>Y</draw>
</GUI>
</step>
<step>
<name>字段选择</name>
<type>SelectValues</type>
<description/>
...
...
@@ -622,7 +614,196 @@ where (created_time>'${start_time}' and created_time<='${end_time}') or (modi
<schema_name/>
</partitioning>
<fields>
<field>
<name>user_id</name>
<rename/>
</field>
<field>
<name>job_number</name>
<rename/>
</field>
<field>
<name>created_by</name>
<rename/>
</field>
<field>
<name>created_time</name>
<rename/>
</field>
<field>
<name>deleted</name>
<rename/>
</field>
<field>
<name>modified_time</name>
<rename/>
</field>
<field>
<name>job_status</name>
<rename/>
</field>
<field>
<name>position_id</name>
<rename/>
</field>
<field>
<name>station_id</name>
<rename/>
</field>
<select_unspecified>N</select_unspecified>
<meta>
<name>user_id</name>
<rename>user_id</rename>
<type>None</type>
<length>15</length>
<precision>0</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>job_number</name>
<rename>job_number</rename>
<type>None</type>
<length>50</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>created_by</name>
<rename>created_by</rename>
<type>None</type>
<length>15</length>
<precision>0</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>created_time</name>
<rename>created_time</rename>
<type>None</type>
<length>0</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>deleted</name>
<rename>deleted</rename>
<type>Integer</type>
<length>-2</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>modified_time</name>
<rename>modified_time</rename>
<type>None</type>
<length>0</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>job_status</name>
<rename>job_status</rename>
<type>None</type>
<length>50</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>position_id</name>
<rename>position_id</rename>
<type>None</type>
<length>9</length>
<precision>0</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>station_id</name>
<rename>station_id</rename>
<type>None</type>
<length>9</length>
<precision>0</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>
</fields>
<attributes/>
<cluster_schema/>
...
...
intelligent/single_yuejuan/transfer/source/tenant.ktr
View file @
65c147fd
...
...
@@ -428,34 +428,26 @@
<created_user>admin</created_user>
<created_date>2021/03/03 10:44:18.197</created_date>
<modified_user>admin</modified_user>
<modified_date>2021/07/13 1
1:07:10.958
</modified_date>
<modified_date>2021/07/13 1
4:14:21.260
</modified_date>
<key_for_session_key>H4sIAAAAAAAAAAMAAAAAAAAAAAA=</key_for_session_key>
<is_key_private>N</is_key_private>
</info>
<notepads>
</notepads>
<connection>
<name>school_yuejuan_base</name>
<name>school_yuejuan_base
_archive
</name>
<server>rm-8vb7o8w90t4itw6p8.mysql.zhangbei.rds.aliyuncs.com</server>
<type>MYSQL</type>
<access>Native</access>
<database>
base_resourc
e</database>
<database>
jty_archiv
e</database>
<port>3306</port>
<username>
wl_admin
</username>
<password>Encrypted 2be
98afc81dcbad85af14a77efe
c3fd89</password>
<username>
read_only
</username>
<password>Encrypted 2be
cacaa90ef89d8aa7008e67d2
c3fd89</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>
...
...
@@ -577,7 +569,7 @@
<method>none</method>
<schema_name/>
</partitioning>
<connection>school_yuejuan_base</connection>
<connection>school_yuejuan_base
_archive
</connection>
<sql>select
id,
created_by,
...
...
@@ -626,39 +618,51 @@ where (created_time>'${start_time}' and created_time<='${end_time}') or (modi
<fields>
<field>
<name>id</name>
<rename/>
</field>
<field>
<name>created_by</name>
<rename/>
</field>
<field>
<name>created_time</name>
<rename/>
</field>
<field>
<name>deleted</name>
<rename/>
</field>
<field>
<name>modified_time</name>
<rename/>
</field>
<field>
<name>address_id</name>
<rename/>
</field>
<field>
<name>alias</name>
<rename/>
</field>
<field>
<name>name</name>
<rename/>
</field>
<field>
<name>remark</name>
<rename/>
</field>
<field>
<name>state</name>
<rename/>
</field>
<field>
<name>type</name>
<rename/>
</field>
<field>
<name>english</name>
<rename/>
</field>
<select_unspecified>N</select_unspecified>
<meta>
...
...
intelligent/single_yuejuan/transfer/source/user.ktr
View file @
65c147fd
...
...
@@ -428,34 +428,26 @@
<created_user>-</created_user>
<created_date>2021/07/13 11:04:55.542</created_date>
<modified_user>-</modified_user>
<modified_date>2021/07/13 1
1:06:17.660
</modified_date>
<key_for_session_key
/
>
<modified_date>2021/07/13 1
4:14:29.955
</modified_date>
<key_for_session_key
>H4sIAAAAAAAAAAMAAAAAAAAAAAA=</key_for_session_key
>
<is_key_private>N</is_key_private>
</info>
<notepads>
</notepads>
<connection>
<name>school_yuejuan_base</name>
<name>school_yuejuan_base
_archive
</name>
<server>rm-8vb7o8w90t4itw6p8.mysql.zhangbei.rds.aliyuncs.com</server>
<type>MYSQL</type>
<access>Native</access>
<database>
base_resourc
e</database>
<database>
jty_archiv
e</database>
<port>3306</port>
<username>
wl_admin
</username>
<password>Encrypted 2be
98afc81dcbad85af14a77efe
c3fd89</password>
<username>
read_only
</username>
<password>Encrypted 2be
cacaa90ef89d8aa7008e67d2
c3fd89</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>
...
...
@@ -577,7 +569,7 @@
<method>none</method>
<schema_name/>
</partitioning>
<connection>school_yuejuan_base</connection>
<connection>school_yuejuan_base
_archive
</connection>
<sql>select
id,
created_by,
...
...
@@ -636,39 +628,91 @@ where (created_time>'${start_time}' and created_time<='${end_time}') or (modi
<fields>
<field>
<name>id</name>
<rename/>
</field>
<field>
<name>created_by</name>
<rename/>
</field>
<field>
<name>created_time</name>
<rename/>
</field>
<field>
<name>deleted</name>
<rename/>
</field>
<field>
<name>modified_time</name>
<rename/>
</field>
<field>
<name>address_id</name>
<rename/>
</field>
<field>
<name>birth_day</name>
<rename/>
</field>
<field>
<name>alias</name>
<name>gender</name>
<rename/>
</field>
<field>
<name>identity_card</name>
<rename/>
</field>
<field>
<name>login_name</name>
<rename/>
</field>
<field>
<name>name</name>
<rename/>
</field>
<field>
<name>password</name>
<rename/>
</field>
<field>
<name>tenant_id</name>
<rename/>
</field>
<field>
<name>remark</name>
<name>nation_id</name>
<rename/>
</field>
<field>
<name>native_place_area_id</name>
<rename/>
</field>
<field>
<name>politic_countenance_id</name>
<rename/>
</field>
<field>
<name>professional_qualification_id</name>
<rename/>
</field>
<field>
<name>state</name>
<rename/>
</field>
<field>
<name>salt</name>
<rename/>
</field>
<field>
<name>type</name>
<name>password_token</name>
<rename/>
</field>
<field>
<name>english</name>
<name>avatar</name>
<rename/>
</field>
<field>
<name>identity</name>
<rename/>
</field>
<select_unspecified>N</select_unspecified>
<meta>
...
...
@@ -774,10 +818,61 @@ where (created_time>'${start_time}' and created_time<='${end_time}') or (modi
<storage_type/>
</meta>
<meta>
<name>alias</name>
<rename>alias</rename>
<name>birth_day</name>
<rename>birth_day</rename>
<type>None</type>
<length>-2</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>gender</name>
<rename>gender</rename>
<type>None</type>
<length>50</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>identity_card</name>
<rename>identity_card</rename>
<type>None</type>
<length>50</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>login_name</name>
<rename>login_name</rename>
<type>None</type>
<length>
10
0</length>
<length>
5
0</length>
<precision>-2</precision>
<conversion_mask/>
<date_format_lenient>false</date_format_lenient>
...
...
@@ -794,7 +889,24 @@ where (created_time>'${start_time}' and created_time<='${end_time}') or (modi
<name>name</name>
<rename>name</rename>
<type>None</type>
<length>100</length>
<length>50</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>password</name>
<rename>password</rename>
<type>None</type>
<length>50</length>
<precision>-2</precision>
<conversion_mask/>
<date_format_lenient>false</date_format_lenient>
...
...
@@ -808,10 +920,44 @@ where (created_time>'${start_time}' and created_time<='${end_time}') or (modi
<storage_type/>
</meta>
<meta>
<name>remark</name>
<rename>remark</rename>
<name>tenant_id</name>
<rename>tenant_id</rename>
<type>None</type>
<length>9</length>
<precision>0</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>nation_id</name>
<rename>nation_id</rename>
<type>None</type>
<length>9</length>
<precision>0</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>native_place_area_id</name>
<rename>native_place_area_id</rename>
<type>None</type>
<length>
10
0</length>
<length>
2
0</length>
<precision>-2</precision>
<conversion_mask/>
<date_format_lenient>false</date_format_lenient>
...
...
@@ -825,6 +971,40 @@ where (created_time>'${start_time}' and created_time<='${end_time}') or (modi
<storage_type/>
</meta>
<meta>
<name>politic_countenance_id</name>
<rename>politic_countenance_id</rename>
<type>None</type>
<length>9</length>
<precision>0</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>professional_qualification_id</name>
<rename>professional_qualification_id</rename>
<type>None</type>
<length>9</length>
<precision>0</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>state</name>
<rename>state</rename>
<type>None</type>
...
...
@@ -842,8 +1022,25 @@ where (created_time>'${start_time}' and created_time<='${end_time}') or (modi
<storage_type/>
</meta>
<meta>
<name>type</name>
<rename>type</rename>
<name>salt</name>
<rename>salt</rename>
<type>None</type>
<length>50</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>password_token</name>
<rename>password_token</rename>
<type>None</type>
<length>50</length>
<precision>-2</precision>
...
...
@@ -859,10 +1056,10 @@ where (created_time>'${start_time}' and created_time<='${end_time}') or (modi
<storage_type/>
</meta>
<meta>
<name>
english
</name>
<rename>
english
</rename>
<name>
avatar
</name>
<rename>
avatar
</rename>
<type>None</type>
<length>
100
</length>
<length>
255
</length>
<precision>-2</precision>
<conversion_mask/>
<date_format_lenient>false</date_format_lenient>
...
...
@@ -875,6 +1072,23 @@ where (created_time>'${start_time}' and created_time<='${end_time}') or (modi
<currency_symbol/>
<storage_type/>
</meta>
<meta>
<name>identity</name>
<rename>identity</rename>
<type>None</type>
<length>9</length>
<precision>0</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>
</fields>
<attributes/>
<cluster_schema/>
...
...
repository.log
View file @
65c147fd
...
...
@@ -360,3 +360,7 @@ Save database : Modification by user
Save repository element : intelligent_single_yuejuan_neiwang : Modification by user
Save database : Modification by user
Save repository element : intelligent_single_yuejuan_neiwang : Modification by user
Save database : Modification by user
Save repository element : school_yuejuan_base_archive : Modification by user
Save database : Modification by user
Save repository element : school_yuejuan_base_archive : Modification by user
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment