Browse Source

kt 清空月度议题项目趋势信息-街道

hotfix/yujt_opt
zhangyuan 5 years ago
parent
commit
189be6562f
  1. 38
      epdc-cloud-property/doc/kettle/screen-yushan/screen_totality_street_delete.ktr

38
epdc-cloud-property/doc/kettle/screen-yushan/screen_totality_street_delete.ktr

@ -551,6 +551,44 @@
<draw>Y</draw>
</GUI>
</step>
<step>
<name>清空月度议题项目趋势信息</name>
<type>ExecSQL</type>
<description/>
<distribute>Y</distribute>
<custom_distribution/>
<copies>1</copies>
<partitioning>
<method>none</method>
<schema_name/>
</partitioning>
<connection>target_yushan</connection>
<execute_each_row>N</execute_each_row>
<single_statement>N</single_statement>
<replace_variables>Y</replace_variables>
<quoteString>N</quoteString>
<sql>delete from ys_trend_month where comm_id = '' and cal_date = date_format(now(), '%Y-%m')</sql>
<set_params>N</set_params>
<insert_field/>
<update_field/>
<delete_field/>
<read_field/>
<arguments>
</arguments>
<attributes/>
<cluster_schema/>
<remotesteps>
<input>
</input>
<output>
</output>
</remotesteps>
<GUI>
<xloc>589</xloc>
<yloc>221</yloc>
<draw>Y</draw>
</GUI>
</step>
<step_error_handling>
</step_error_handling>
<slave-step-copy-partition-distribution>

Loading…
Cancel
Save