Commit 94315e57 by luofeng

feat:学生报表数据抽取

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