Commit 94315e57 by luofeng

feat:学生报表数据抽取

parent b516c9fb
...@@ -428,7 +428,7 @@ ...@@ -428,7 +428,7 @@
<created_user>-</created_user> <created_user>-</created_user>
<created_date>2021/11/01 13:09:09.393</created_date> <created_date>2021/11/01 13:09:09.393</created_date>
<modified_user>-</modified_user> <modified_user>-</modified_user>
<modified_date>2021/11/01 13:35:41.542</modified_date> <modified_date>2021/11/01 16:53:42.853</modified_date>
<key_for_session_key/> <key_for_session_key/>
<is_key_private>N</is_key_private> <is_key_private>N</is_key_private>
</info> </info>
...@@ -551,7 +551,7 @@ ...@@ -551,7 +551,7 @@
<order> <order>
<hop> <hop>
<from>表输入</from> <from>表输入</from>
<to>表输出</to> <to>插入 / 更新</to>
<enabled>Y</enabled> <enabled>Y</enabled>
</hop> </hop>
</order> </order>
...@@ -567,7 +567,7 @@ ...@@ -567,7 +567,7 @@
<schema_name/> <schema_name/>
</partitioning> </partitioning>
<connection>intelligent</connection> <connection>intelligent</connection>
<sql>SELECT exam_name,exam_time,exam_time_end,exam_model,grade_id,grade_name,exam_type FROM single_yuejuan_source_process.bus_exam WHERE exam_id=${exam_id}</sql> <sql>SELECT id,exam_name,exam_time,exam_time_end,exam_model,grade_id,grade_name,exam_type FROM single_yuejuan_source_process.bus_exam WHERE id=${exam_id}</sql>
<limit>0</limit> <limit>0</limit>
<lookup/> <lookup/>
<execute_each_row>N</execute_each_row> <execute_each_row>N</execute_each_row>
...@@ -589,8 +589,8 @@ ...@@ -589,8 +589,8 @@
</GUI> </GUI>
</step> </step>
<step> <step>
<name>表输出</name> <name>插入 / 更新</name>
<type>TableOutput</type> <type>InsertUpdate</type>
<description/> <description/>
<distribute>Y</distribute> <distribute>Y</distribute>
<custom_distribution/> <custom_distribution/>
...@@ -600,56 +600,58 @@ ...@@ -600,56 +600,58 @@
<schema_name/> <schema_name/>
</partitioning> </partitioning>
<connection>jty_yuejuan_report</connection> <connection>jty_yuejuan_report</connection>
<commit>100</commit>
<update_bypassed>N</update_bypassed>
<lookup>
<schema/> <schema/>
<table>exam</table> <table>exam</table>
<commit>1000</commit> <key>
<truncate>N</truncate> <name>id</name>
<ignore_errors>N</ignore_errors> <field>exam_id</field>
<use_batch>Y</use_batch> <condition>=</condition>
<specify_fields>Y</specify_fields> <name2/>
<partitioning_enabled>N</partitioning_enabled> </key>
<partitioning_field/> <value>
<partitioning_daily>N</partitioning_daily> <name>exam_id</name>
<partitioning_monthly>Y</partitioning_monthly> <rename>id</rename>
<tablename_in_field>N</tablename_in_field> <update>N</update>
<tablename_field/> </value>
<tablename_in_table>Y</tablename_in_table> <value>
<return_keys>N</return_keys> <name>exam_name</name>
<return_field/> <rename>exam_name</rename>
<fields> <update>N</update>
<field> </value>
<column_name>exam_id</column_name> <value>
<stream_name>exam_id</stream_name> <name>exam_time</name>
</field> <rename>exam_time</rename>
<field> <update>N</update>
<column_name>exam_name</column_name> </value>
<stream_name>exam_name</stream_name> <value>
</field> <name>exam_time_end</name>
<field> <rename>exam_time_end</rename>
<column_name>exam_time</column_name> <update>N</update>
<stream_name>exam_time</stream_name> </value>
</field> <value>
<field> <name>exam_model</name>
<column_name>exam_time_end</column_name> <rename>exam_model</rename>
<stream_name>exam_time_end</stream_name> <update>N</update>
</field> </value>
<field> <value>
<column_name>exam_model</column_name> <name>grade_id</name>
<stream_name>exam_model</stream_name> <rename>grade_id</rename>
</field> <update>N</update>
<field> </value>
<column_name>grade_id</column_name> <value>
<stream_name>grade_id</stream_name> <name>grade_name</name>
</field> <rename>grade_name</rename>
<field> <update>N</update>
<column_name>grade_name</column_name> </value>
<stream_name>grade_name</stream_name> <value>
</field> <name>exam_type</name>
<field> <rename>exam_type</rename>
<column_name>exam_type</column_name> <update>N</update>
<stream_name>exam_type</stream_name> </value>
</field> </lookup>
</fields>
<attributes/> <attributes/>
<cluster_schema/> <cluster_schema/>
<remotesteps> <remotesteps>
...@@ -659,7 +661,7 @@ ...@@ -659,7 +661,7 @@
</output> </output>
</remotesteps> </remotesteps>
<GUI> <GUI>
<xloc>496</xloc> <xloc>576</xloc>
<yloc>304</yloc> <yloc>304</yloc>
<draw>Y</draw> <draw>Y</draw>
</GUI> </GUI>
......
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