Browse Source

网格常量从数据库获取

hotfix/yujt_opt
zhangyuan 5 years ago
parent
commit
8ec3ad4deb
  1. 285
      epdc-cloud-property/doc/kettle/screen-yushan/screen_totality_grid_query.ktr
  2. 715
      epdc-cloud-property/doc/kettle/screen-yushan/yushan_grid_day.kjb

285
epdc-cloud-property/doc/kettle/screen-yushan/screen_totality_grid_query.ktr

@ -857,6 +857,11 @@
<to>设置当月已办结项目数</to> <to>设置当月已办结项目数</to>
<enabled>Y</enabled> <enabled>Y</enabled>
</hop> </hop>
<hop>
<from>大屏网格信息</from>
<to>设置大屏网格信息变量</to>
<enabled>Y</enabled>
</hop>
</order> </order>
<step> <step>
<name>已关闭议题数</name> <name>已关闭议题数</name>
@ -3602,6 +3607,286 @@ WHERE
<draw>Y</draw> <draw>Y</draw>
</GUI> </GUI>
</step> </step>
<step>
<name>大屏网格信息</name>
<type>TableInput</type>
<description/>
<distribute>Y</distribute>
<custom_distribution/>
<copies>1</copies>
<partitioning>
<method>none</method>
<schema_name/>
</partitioning>
<connection>source_ys_admin</connection>
<sql>SELECT
village_num,
building_num,
house_master_num AS housemaster_num,
focus_groups_num,
person_num,
party_num,
grid_master AS gridmaster
FROM
epdc_screen_dept_info
WHERE
DEL_FLAG = '0'
AND DEPT_ID = ${gridId}
ORDER BY
id ASC</sql>
<limit>0</limit>
<lookup/>
<execute_each_row>N</execute_each_row>
<variables_active>Y</variables_active>
<lazy_conversion_active>N</lazy_conversion_active>
<cached_row_meta_active>N</cached_row_meta_active>
<row-meta>
<value-meta>
<type>Integer</type>
<storagetype>normal</storagetype>
<name>village_num</name>
<length>9</length>
<precision>0</precision>
<origin>大屏网格信息</origin>
<comments>village_num</comments>
<conversion_Mask>####0;-####0</conversion_Mask>
<decimal_symbol>.</decimal_symbol>
<grouping_symbol>,</grouping_symbol>
<currency_symbol/>
<trim_type>none</trim_type>
<case_insensitive>N</case_insensitive>
<collator_disabled>Y</collator_disabled>
<collator_strength>0</collator_strength>
<sort_descending>N</sort_descending>
<output_padding>N</output_padding>
<date_format_lenient>N</date_format_lenient>
<date_format_locale>zh_CN</date_format_locale>
<date_format_timezone>Asia/Shanghai</date_format_timezone>
<lenient_string_to_number>N</lenient_string_to_number>
</value-meta>
<value-meta>
<type>Integer</type>
<storagetype>normal</storagetype>
<name>building_num</name>
<length>9</length>
<precision>0</precision>
<origin>大屏网格信息</origin>
<comments>building_num</comments>
<conversion_Mask>####0;-####0</conversion_Mask>
<decimal_symbol>.</decimal_symbol>
<grouping_symbol>,</grouping_symbol>
<currency_symbol/>
<trim_type>none</trim_type>
<case_insensitive>N</case_insensitive>
<collator_disabled>Y</collator_disabled>
<collator_strength>0</collator_strength>
<sort_descending>N</sort_descending>
<output_padding>N</output_padding>
<date_format_lenient>N</date_format_lenient>
<date_format_locale>zh_CN</date_format_locale>
<date_format_timezone>Asia/Shanghai</date_format_timezone>
<lenient_string_to_number>N</lenient_string_to_number>
</value-meta>
<value-meta>
<type>Integer</type>
<storagetype>normal</storagetype>
<name>housemaster_num</name>
<length>9</length>
<precision>0</precision>
<origin>大屏网格信息</origin>
<comments>housemaster_num</comments>
<conversion_Mask>####0;-####0</conversion_Mask>
<decimal_symbol>.</decimal_symbol>
<grouping_symbol>,</grouping_symbol>
<currency_symbol/>
<trim_type>none</trim_type>
<case_insensitive>N</case_insensitive>
<collator_disabled>Y</collator_disabled>
<collator_strength>0</collator_strength>
<sort_descending>N</sort_descending>
<output_padding>N</output_padding>
<date_format_lenient>N</date_format_lenient>
<date_format_locale>zh_CN</date_format_locale>
<date_format_timezone>Asia/Shanghai</date_format_timezone>
<lenient_string_to_number>N</lenient_string_to_number>
</value-meta>
<value-meta>
<type>Integer</type>
<storagetype>normal</storagetype>
<name>focus_groups_num</name>
<length>9</length>
<precision>0</precision>
<origin>大屏网格信息</origin>
<comments>focus_groups_num</comments>
<conversion_Mask>####0;-####0</conversion_Mask>
<decimal_symbol>.</decimal_symbol>
<grouping_symbol>,</grouping_symbol>
<currency_symbol/>
<trim_type>none</trim_type>
<case_insensitive>N</case_insensitive>
<collator_disabled>Y</collator_disabled>
<collator_strength>0</collator_strength>
<sort_descending>N</sort_descending>
<output_padding>N</output_padding>
<date_format_lenient>N</date_format_lenient>
<date_format_locale>zh_CN</date_format_locale>
<date_format_timezone>Asia/Shanghai</date_format_timezone>
<lenient_string_to_number>N</lenient_string_to_number>
</value-meta>
<value-meta>
<type>Integer</type>
<storagetype>normal</storagetype>
<name>person_num</name>
<length>9</length>
<precision>0</precision>
<origin>大屏网格信息</origin>
<comments>person_num</comments>
<conversion_Mask>####0;-####0</conversion_Mask>
<decimal_symbol>.</decimal_symbol>
<grouping_symbol>,</grouping_symbol>
<currency_symbol/>
<trim_type>none</trim_type>
<case_insensitive>N</case_insensitive>
<collator_disabled>Y</collator_disabled>
<collator_strength>0</collator_strength>
<sort_descending>N</sort_descending>
<output_padding>N</output_padding>
<date_format_lenient>N</date_format_lenient>
<date_format_locale>zh_CN</date_format_locale>
<date_format_timezone>Asia/Shanghai</date_format_timezone>
<lenient_string_to_number>N</lenient_string_to_number>
</value-meta>
<value-meta>
<type>Integer</type>
<storagetype>normal</storagetype>
<name>party_num</name>
<length>9</length>
<precision>0</precision>
<origin>大屏网格信息</origin>
<comments>party_num</comments>
<conversion_Mask>####0;-####0</conversion_Mask>
<decimal_symbol>.</decimal_symbol>
<grouping_symbol>,</grouping_symbol>
<currency_symbol/>
<trim_type>none</trim_type>
<case_insensitive>N</case_insensitive>
<collator_disabled>Y</collator_disabled>
<collator_strength>0</collator_strength>
<sort_descending>N</sort_descending>
<output_padding>N</output_padding>
<date_format_lenient>N</date_format_lenient>
<date_format_locale>zh_CN</date_format_locale>
<date_format_timezone>Asia/Shanghai</date_format_timezone>
<lenient_string_to_number>N</lenient_string_to_number>
</value-meta>
<value-meta>
<type>String</type>
<storagetype>normal</storagetype>
<name>gridmaster</name>
<length>32</length>
<precision>-1</precision>
<origin>大屏网格信息</origin>
<comments>gridmaster</comments>
<conversion_Mask/>
<decimal_symbol>.</decimal_symbol>
<grouping_symbol>,</grouping_symbol>
<currency_symbol/>
<trim_type>none</trim_type>
<case_insensitive>N</case_insensitive>
<collator_disabled>Y</collator_disabled>
<collator_strength>0</collator_strength>
<sort_descending>N</sort_descending>
<output_padding>N</output_padding>
<date_format_lenient>N</date_format_lenient>
<date_format_locale>zh_CN</date_format_locale>
<date_format_timezone>Asia/Shanghai</date_format_timezone>
<lenient_string_to_number>N</lenient_string_to_number>
</value-meta>
</row-meta>
<attributes/>
<cluster_schema/>
<remotesteps>
<input>
</input>
<output>
</output>
</remotesteps>
<GUI>
<xloc>784</xloc>
<yloc>736</yloc>
<draw>Y</draw>
</GUI>
</step>
<step>
<name>设置大屏网格信息变量</name>
<type>SetVariable</type>
<description/>
<distribute>Y</distribute>
<custom_distribution/>
<copies>1</copies>
<partitioning>
<method>none</method>
<schema_name/>
</partitioning>
<fields>
<field>
<field_name>village_num</field_name>
<variable_name>village_num</variable_name>
<variable_type>PARENT_JOB</variable_type>
<default_value/>
</field>
<field>
<field_name>building_num</field_name>
<variable_name>building_num</variable_name>
<variable_type>PARENT_JOB</variable_type>
<default_value/>
</field>
<field>
<field_name>housemaster_num</field_name>
<variable_name>housemaster_num</variable_name>
<variable_type>PARENT_JOB</variable_type>
<default_value/>
</field>
<field>
<field_name>focus_groups_num</field_name>
<variable_name>focus_groups_num</variable_name>
<variable_type>PARENT_JOB</variable_type>
<default_value/>
</field>
<field>
<field_name>person_num</field_name>
<variable_name>person_num</variable_name>
<variable_type>PARENT_JOB</variable_type>
<default_value/>
</field>
<field>
<field_name>party_num</field_name>
<variable_name>party_num</variable_name>
<variable_type>PARENT_JOB</variable_type>
<default_value/>
</field>
<field>
<field_name>gridmaster</field_name>
<variable_name>gridmaster</variable_name>
<variable_type>PARENT_JOB</variable_type>
<default_value/>
</field>
</fields>
<use_formatting>Y</use_formatting>
<attributes/>
<cluster_schema/>
<remotesteps>
<input>
</input>
<output>
</output>
</remotesteps>
<GUI>
<xloc>1024</xloc>
<yloc>736</yloc>
<draw>Y</draw>
</GUI>
</step>
<step_error_handling> <step_error_handling>
</step_error_handling> </step_error_handling>
<slave-step-copy-partition-distribution> <slave-step-copy-partition-distribution>

715
epdc-cloud-property/doc/kettle/screen-yushan/yushan_grid_day.kjb

@ -321,7 +321,7 @@
<parallel>N</parallel> <parallel>N</parallel>
<draw>Y</draw> <draw>Y</draw>
<nr>0</nr> <nr>0</nr>
<xloc>240</xloc> <xloc>352</xloc>
<yloc>320</yloc> <yloc>320</yloc>
<attributes_kjc/> <attributes_kjc/>
</entry> </entry>
@ -359,7 +359,7 @@
<parallel>N</parallel> <parallel>N</parallel>
<draw>Y</draw> <draw>Y</draw>
<nr>0</nr> <nr>0</nr>
<xloc>704</xloc> <xloc>528</xloc>
<yloc>320</yloc> <yloc>320</yloc>
<attributes_kjc/> <attributes_kjc/>
</entry> </entry>
@ -397,7 +397,7 @@
<parallel>N</parallel> <parallel>N</parallel>
<draw>Y</draw> <draw>Y</draw>
<nr>0</nr> <nr>0</nr>
<xloc>896</xloc> <xloc>736</xloc>
<yloc>320</yloc> <yloc>320</yloc>
<attributes_kjc/> <attributes_kjc/>
</entry> </entry>
@ -419,7 +419,7 @@
<parallel>N</parallel> <parallel>N</parallel>
<draw>Y</draw> <draw>Y</draw>
<nr>0</nr> <nr>0</nr>
<xloc>112</xloc> <xloc>192</xloc>
<yloc>320</yloc> <yloc>320</yloc>
<attributes_kjc/> <attributes_kjc/>
</entry> </entry>
@ -457,508 +457,10 @@
<parallel>N</parallel> <parallel>N</parallel>
<draw>Y</draw> <draw>Y</draw>
<nr>0</nr> <nr>0</nr>
<xloc>1088</xloc> <xloc>912</xloc>
<yloc>320</yloc> <yloc>320</yloc>
<attributes_kjc/> <attributes_kjc/>
</entry> </entry>
<entry>
<name>检验字段的值</name>
<description/>
<type>SIMPLE_EVAL</type>
<attributes/>
<valuetype>variable</valuetype>
<fieldname/>
<variablename>${communityGrid}</variablename>
<fieldtype>string</fieldtype>
<mask/>
<comparevalue>第一网格</comparevalue>
<minvalue/>
<maxvalue/>
<successcondition>contains</successcondition>
<successnumbercondition>equal</successnumbercondition>
<successbooleancondition>false</successbooleancondition>
<successwhenvarset>N</successwhenvarset>
<parallel>N</parallel>
<draw>Y</draw>
<nr>0</nr>
<xloc>384</xloc>
<yloc>128</yloc>
<attributes_kjc/>
</entry>
<entry>
<name>检验字段的值 2</name>
<description/>
<type>SIMPLE_EVAL</type>
<attributes/>
<valuetype>variable</valuetype>
<fieldname/>
<variablename>${communityGrid}</variablename>
<fieldtype>string</fieldtype>
<mask/>
<comparevalue>第二网格</comparevalue>
<minvalue/>
<maxvalue/>
<successcondition>contains</successcondition>
<successnumbercondition>equal</successnumbercondition>
<successbooleancondition>false</successbooleancondition>
<successwhenvarset>N</successwhenvarset>
<parallel>N</parallel>
<draw>Y</draw>
<nr>0</nr>
<xloc>384</xloc>
<yloc>208</yloc>
<attributes_kjc/>
</entry>
<entry>
<name>检验字段的值 3</name>
<description/>
<type>SIMPLE_EVAL</type>
<attributes/>
<valuetype>variable</valuetype>
<fieldname/>
<variablename>${communityGrid}</variablename>
<fieldtype>string</fieldtype>
<mask/>
<comparevalue>第三网格</comparevalue>
<minvalue/>
<maxvalue/>
<successcondition>contains</successcondition>
<successnumbercondition>equal</successnumbercondition>
<successbooleancondition>false</successbooleancondition>
<successwhenvarset>N</successwhenvarset>
<parallel>N</parallel>
<draw>Y</draw>
<nr>0</nr>
<xloc>384</xloc>
<yloc>288</yloc>
<attributes_kjc/>
</entry>
<entry>
<name>检验字段的值 4</name>
<description/>
<type>SIMPLE_EVAL</type>
<attributes/>
<valuetype>variable</valuetype>
<fieldname/>
<variablename>${communityGrid}</variablename>
<fieldtype>string</fieldtype>
<mask/>
<comparevalue>第四网格</comparevalue>
<minvalue/>
<maxvalue/>
<successcondition>contains</successcondition>
<successnumbercondition>equal</successnumbercondition>
<successbooleancondition>false</successbooleancondition>
<successwhenvarset>N</successwhenvarset>
<parallel>N</parallel>
<draw>Y</draw>
<nr>0</nr>
<xloc>384</xloc>
<yloc>368</yloc>
<attributes_kjc/>
</entry>
<entry>
<name>检验字段的值 5</name>
<description/>
<type>SIMPLE_EVAL</type>
<attributes/>
<valuetype>variable</valuetype>
<fieldname/>
<variablename>${communityGrid}</variablename>
<fieldtype>string</fieldtype>
<mask/>
<comparevalue>第五网格</comparevalue>
<minvalue/>
<maxvalue/>
<successcondition>contains</successcondition>
<successnumbercondition>equal</successnumbercondition>
<successbooleancondition>false</successbooleancondition>
<successwhenvarset>N</successwhenvarset>
<parallel>N</parallel>
<draw>Y</draw>
<nr>0</nr>
<xloc>384</xloc>
<yloc>448</yloc>
<attributes_kjc/>
</entry>
<entry>
<name>检验字段的值 6</name>
<description/>
<type>SIMPLE_EVAL</type>
<attributes/>
<valuetype>variable</valuetype>
<fieldname/>
<variablename>${communityGrid}</variablename>
<fieldtype>string</fieldtype>
<mask/>
<comparevalue>第六网格</comparevalue>
<minvalue/>
<maxvalue/>
<successcondition>contains</successcondition>
<successnumbercondition>equal</successnumbercondition>
<successbooleancondition>false</successbooleancondition>
<successwhenvarset>N</successwhenvarset>
<parallel>N</parallel>
<draw>Y</draw>
<nr>0</nr>
<xloc>384</xloc>
<yloc>528</yloc>
<attributes_kjc/>
</entry>
<entry>
<name>设置变量</name>
<description/>
<type>SET_VARIABLES</type>
<attributes/>
<replacevars>Y</replacevars>
<filename/>
<file_variable_type>CURRENT_JOB</file_variable_type>
<fields>
<field>
<variable_name>village_num</variable_name>
<variable_value>1</variable_value>
<variable_type>CURRENT_JOB</variable_type>
</field>
<field>
<variable_name>building_num</variable_name>
<variable_value>8</variable_value>
<variable_type>CURRENT_JOB</variable_type>
</field>
<field>
<variable_name>housemaster_num</variable_name>
<variable_value>7</variable_value>
<variable_type>CURRENT_JOB</variable_type>
</field>
<field>
<variable_name>focus_groups_num</variable_name>
<variable_value>-1</variable_value>
<variable_type>CURRENT_JOB</variable_type>
</field>
<field>
<variable_name>party_num</variable_name>
<variable_value>100</variable_value>
<variable_type>CURRENT_JOB</variable_type>
</field>
<field>
<variable_name>gridmaster</variable_name>
<variable_value>赵泽诗</variable_value>
<variable_type>CURRENT_JOB</variable_type>
</field>
</fields>
<parallel>N</parallel>
<draw>Y</draw>
<nr>0</nr>
<xloc>528</xloc>
<yloc>128</yloc>
<attributes_kjc/>
</entry>
<entry>
<name>设置变量 2</name>
<description/>
<type>SET_VARIABLES</type>
<attributes/>
<replacevars>Y</replacevars>
<filename/>
<file_variable_type>CURRENT_JOB</file_variable_type>
<fields>
<field>
<variable_name>village_num</variable_name>
<variable_value>6</variable_value>
<variable_type>CURRENT_JOB</variable_type>
</field>
<field>
<variable_name>building_num</variable_name>
<variable_value>11</variable_value>
<variable_type>CURRENT_JOB</variable_type>
</field>
<field>
<variable_name>housemaster_num</variable_name>
<variable_value>8</variable_value>
<variable_type>CURRENT_JOB</variable_type>
</field>
<field>
<variable_name>focus_groups_num</variable_name>
<variable_value>-1</variable_value>
<variable_type>CURRENT_JOB</variable_type>
</field>
<field>
<variable_name>party_num</variable_name>
<variable_value>113</variable_value>
<variable_type>CURRENT_JOB</variable_type>
</field>
<field>
<variable_name>gridmaster</variable_name>
<variable_value>刘东军</variable_value>
<variable_type>CURRENT_JOB</variable_type>
</field>
</fields>
<parallel>N</parallel>
<draw>Y</draw>
<nr>0</nr>
<xloc>528</xloc>
<yloc>208</yloc>
<attributes_kjc/>
</entry>
<entry>
<name>设置变量 3</name>
<description/>
<type>SET_VARIABLES</type>
<attributes/>
<replacevars>Y</replacevars>
<filename/>
<file_variable_type>CURRENT_JOB</file_variable_type>
<fields>
<field>
<variable_name>village_num</variable_name>
<variable_value>2</variable_value>
<variable_type>CURRENT_JOB</variable_type>
</field>
<field>
<variable_name>building_num</variable_name>
<variable_value>8</variable_value>
<variable_type>CURRENT_JOB</variable_type>
</field>
<field>
<variable_name>housemaster_num</variable_name>
<variable_value>8</variable_value>
<variable_type>CURRENT_JOB</variable_type>
</field>
<field>
<variable_name>focus_groups_num</variable_name>
<variable_value>-1</variable_value>
<variable_type>CURRENT_JOB</variable_type>
</field>
<field>
<variable_name>party_num</variable_name>
<variable_value>41</variable_value>
<variable_type>CURRENT_JOB</variable_type>
</field>
<field>
<variable_name>gridmaster</variable_name>
<variable_value>孔凡代</variable_value>
<variable_type>CURRENT_JOB</variable_type>
</field>
</fields>
<parallel>N</parallel>
<draw>Y</draw>
<nr>0</nr>
<xloc>528</xloc>
<yloc>288</yloc>
<attributes_kjc/>
</entry>
<entry>
<name>设置变量 4</name>
<description/>
<type>SET_VARIABLES</type>
<attributes/>
<replacevars>Y</replacevars>
<filename/>
<file_variable_type>CURRENT_JOB</file_variable_type>
<fields>
<field>
<variable_name>village_num</variable_name>
<variable_value>1</variable_value>
<variable_type>CURRENT_JOB</variable_type>
</field>
<field>
<variable_name>building_num</variable_name>
<variable_value>10</variable_value>
<variable_type>CURRENT_JOB</variable_type>
</field>
<field>
<variable_name>housemaster_num</variable_name>
<variable_value>7</variable_value>
<variable_type>CURRENT_JOB</variable_type>
</field>
<field>
<variable_name>focus_groups_num</variable_name>
<variable_value>-1</variable_value>
<variable_type>CURRENT_JOB</variable_type>
</field>
<field>
<variable_name>party_num</variable_name>
<variable_value>174</variable_value>
<variable_type>CURRENT_JOB</variable_type>
</field>
<field>
<variable_name>gridmaster</variable_name>
<variable_value>朱向阳</variable_value>
<variable_type>CURRENT_JOB</variable_type>
</field>
</fields>
<parallel>N</parallel>
<draw>Y</draw>
<nr>0</nr>
<xloc>528</xloc>
<yloc>368</yloc>
<attributes_kjc/>
</entry>
<entry>
<name>设置变量 5</name>
<description/>
<type>SET_VARIABLES</type>
<attributes/>
<replacevars>Y</replacevars>
<filename/>
<file_variable_type>CURRENT_JOB</file_variable_type>
<fields>
<field>
<variable_name>village_num</variable_name>
<variable_value>0</variable_value>
<variable_type>CURRENT_JOB</variable_type>
</field>
<field>
<variable_name>building_num</variable_name>
<variable_value>0</variable_value>
<variable_type>CURRENT_JOB</variable_type>
</field>
<field>
<variable_name>housemaster_num</variable_name>
<variable_value>2</variable_value>
<variable_type>CURRENT_JOB</variable_type>
</field>
<field>
<variable_name>focus_groups_num</variable_name>
<variable_value>-1</variable_value>
<variable_type>CURRENT_JOB</variable_type>
</field>
<field>
<variable_name>party_num</variable_name>
<variable_value>0</variable_value>
<variable_type>CURRENT_JOB</variable_type>
</field>
<field>
<variable_name>gridmaster</variable_name>
<variable_value>李玉锋</variable_value>
<variable_type>CURRENT_JOB</variable_type>
</field>
</fields>
<parallel>N</parallel>
<draw>Y</draw>
<nr>0</nr>
<xloc>528</xloc>
<yloc>448</yloc>
<attributes_kjc/>
</entry>
<entry>
<name>设置变量 6</name>
<description/>
<type>SET_VARIABLES</type>
<attributes/>
<replacevars>Y</replacevars>
<filename/>
<file_variable_type>CURRENT_JOB</file_variable_type>
<fields>
<field>
<variable_name>village_num</variable_name>
<variable_value>1</variable_value>
<variable_type>CURRENT_JOB</variable_type>
</field>
<field>
<variable_name>building_num</variable_name>
<variable_value>16</variable_value>
<variable_type>CURRENT_JOB</variable_type>
</field>
<field>
<variable_name>housemaster_num</variable_name>
<variable_value>6</variable_value>
<variable_type>CURRENT_JOB</variable_type>
</field>
<field>
<variable_name>focus_groups_num</variable_name>
<variable_value>-1</variable_value>
<variable_type>CURRENT_JOB</variable_type>
</field>
<field>
<variable_name>party_num</variable_name>
<variable_value>18</variable_value>
<variable_type>CURRENT_JOB</variable_type>
</field>
<field>
<variable_name>gridmaster</variable_name>
<variable_value>王坤</variable_value>
<variable_type>CURRENT_JOB</variable_type>
</field>
</fields>
<parallel>N</parallel>
<draw>Y</draw>
<nr>0</nr>
<xloc>528</xloc>
<yloc>528</yloc>
<attributes_kjc/>
</entry>
<entry>
<name>成功</name>
<description/>
<type>SUCCESS</type>
<attributes/>
<parallel>N</parallel>
<draw>Y</draw>
<nr>0</nr>
<xloc>464</xloc>
<yloc>80</yloc>
<attributes_kjc/>
</entry>
<entry>
<name>成功 2</name>
<description/>
<type>SUCCESS</type>
<attributes/>
<parallel>N</parallel>
<draw>Y</draw>
<nr>0</nr>
<xloc>464</xloc>
<yloc>160</yloc>
<attributes_kjc/>
</entry>
<entry>
<name>成功 3</name>
<description/>
<type>SUCCESS</type>
<attributes/>
<parallel>N</parallel>
<draw>Y</draw>
<nr>0</nr>
<xloc>464</xloc>
<yloc>240</yloc>
<attributes_kjc/>
</entry>
<entry>
<name>成功 4</name>
<description/>
<type>SUCCESS</type>
<attributes/>
<parallel>N</parallel>
<draw>Y</draw>
<nr>0</nr>
<xloc>464</xloc>
<yloc>320</yloc>
<attributes_kjc/>
</entry>
<entry>
<name>成功 5</name>
<description/>
<type>SUCCESS</type>
<attributes/>
<parallel>N</parallel>
<draw>Y</draw>
<nr>0</nr>
<xloc>464</xloc>
<yloc>400</yloc>
<attributes_kjc/>
</entry>
<entry>
<name>成功 6</name>
<description/>
<type>SUCCESS</type>
<attributes/>
<parallel>N</parallel>
<draw>Y</draw>
<nr>0</nr>
<xloc>464</xloc>
<yloc>480</yloc>
<attributes_kjc/>
</entry>
</entries> </entries>
<hops> <hops>
<hop> <hop>
@ -990,150 +492,6 @@
</hop> </hop>
<hop> <hop>
<from>网格ID,NAME</from> <from>网格ID,NAME</from>
<to>检验字段的值</to>
<from_nr>0</from_nr>
<to_nr>0</to_nr>
<enabled>Y</enabled>
<evaluation>Y</evaluation>
<unconditional>N</unconditional>
</hop>
<hop>
<from>网格ID,NAME</from>
<to>检验字段的值 2</to>
<from_nr>0</from_nr>
<to_nr>0</to_nr>
<enabled>Y</enabled>
<evaluation>Y</evaluation>
<unconditional>N</unconditional>
</hop>
<hop>
<from>网格ID,NAME</from>
<to>检验字段的值 3</to>
<from_nr>0</from_nr>
<to_nr>0</to_nr>
<enabled>Y</enabled>
<evaluation>Y</evaluation>
<unconditional>N</unconditional>
</hop>
<hop>
<from>网格ID,NAME</from>
<to>检验字段的值 4</to>
<from_nr>0</from_nr>
<to_nr>0</to_nr>
<enabled>Y</enabled>
<evaluation>Y</evaluation>
<unconditional>N</unconditional>
</hop>
<hop>
<from>网格ID,NAME</from>
<to>检验字段的值 5</to>
<from_nr>0</from_nr>
<to_nr>0</to_nr>
<enabled>Y</enabled>
<evaluation>Y</evaluation>
<unconditional>N</unconditional>
</hop>
<hop>
<from>网格ID,NAME</from>
<to>检验字段的值 6</to>
<from_nr>0</from_nr>
<to_nr>0</to_nr>
<enabled>Y</enabled>
<evaluation>Y</evaluation>
<unconditional>N</unconditional>
</hop>
<hop>
<from>检验字段的值</from>
<to>设置变量</to>
<from_nr>0</from_nr>
<to_nr>0</to_nr>
<enabled>Y</enabled>
<evaluation>Y</evaluation>
<unconditional>N</unconditional>
</hop>
<hop>
<from>设置变量</from>
<to>获取网格信息变量</to>
<from_nr>0</from_nr>
<to_nr>0</to_nr>
<enabled>Y</enabled>
<evaluation>Y</evaluation>
<unconditional>N</unconditional>
</hop>
<hop>
<from>检验字段的值 2</from>
<to>设置变量 2</to>
<from_nr>0</from_nr>
<to_nr>0</to_nr>
<enabled>Y</enabled>
<evaluation>Y</evaluation>
<unconditional>N</unconditional>
</hop>
<hop>
<from>检验字段的值 3</from>
<to>设置变量 3</to>
<from_nr>0</from_nr>
<to_nr>0</to_nr>
<enabled>Y</enabled>
<evaluation>Y</evaluation>
<unconditional>N</unconditional>
</hop>
<hop>
<from>检验字段的值 4</from>
<to>设置变量 4</to>
<from_nr>0</from_nr>
<to_nr>0</to_nr>
<enabled>Y</enabled>
<evaluation>Y</evaluation>
<unconditional>N</unconditional>
</hop>
<hop>
<from>检验字段的值 5</from>
<to>设置变量 5</to>
<from_nr>0</from_nr>
<to_nr>0</to_nr>
<enabled>Y</enabled>
<evaluation>Y</evaluation>
<unconditional>N</unconditional>
</hop>
<hop>
<from>检验字段的值 6</from>
<to>设置变量 6</to>
<from_nr>0</from_nr>
<to_nr>0</to_nr>
<enabled>Y</enabled>
<evaluation>Y</evaluation>
<unconditional>N</unconditional>
</hop>
<hop>
<from>设置变量 2</from>
<to>获取网格信息变量</to>
<from_nr>0</from_nr>
<to_nr>0</to_nr>
<enabled>Y</enabled>
<evaluation>Y</evaluation>
<unconditional>N</unconditional>
</hop>
<hop>
<from>设置变量 3</from>
<to>获取网格信息变量</to>
<from_nr>0</from_nr>
<to_nr>0</to_nr>
<enabled>Y</enabled>
<evaluation>Y</evaluation>
<unconditional>N</unconditional>
</hop>
<hop>
<from>设置变量 4</from>
<to>获取网格信息变量</to>
<from_nr>0</from_nr>
<to_nr>0</to_nr>
<enabled>Y</enabled>
<evaluation>Y</evaluation>
<unconditional>N</unconditional>
</hop>
<hop>
<from>设置变量 5</from>
<to>获取网格信息变量</to> <to>获取网格信息变量</to>
<from_nr>0</from_nr> <from_nr>0</from_nr>
<to_nr>0</to_nr> <to_nr>0</to_nr>
@ -1141,69 +499,6 @@
<evaluation>Y</evaluation> <evaluation>Y</evaluation>
<unconditional>N</unconditional> <unconditional>N</unconditional>
</hop> </hop>
<hop>
<from>设置变量 6</from>
<to>获取网格信息变量</to>
<from_nr>0</from_nr>
<to_nr>0</to_nr>
<enabled>Y</enabled>
<evaluation>Y</evaluation>
<unconditional>N</unconditional>
</hop>
<hop>
<from>检验字段的值</from>
<to>成功</to>
<from_nr>0</from_nr>
<to_nr>0</to_nr>
<enabled>Y</enabled>
<evaluation>N</evaluation>
<unconditional>N</unconditional>
</hop>
<hop>
<from>检验字段的值 2</from>
<to>成功 2</to>
<from_nr>0</from_nr>
<to_nr>0</to_nr>
<enabled>Y</enabled>
<evaluation>N</evaluation>
<unconditional>N</unconditional>
</hop>
<hop>
<from>检验字段的值 3</from>
<to>成功 3</to>
<from_nr>0</from_nr>
<to_nr>0</to_nr>
<enabled>Y</enabled>
<evaluation>N</evaluation>
<unconditional>N</unconditional>
</hop>
<hop>
<from>检验字段的值 4</from>
<to>成功 4</to>
<from_nr>0</from_nr>
<to_nr>0</to_nr>
<enabled>Y</enabled>
<evaluation>N</evaluation>
<unconditional>N</unconditional>
</hop>
<hop>
<from>检验字段的值 5</from>
<to>成功 5</to>
<from_nr>0</from_nr>
<to_nr>0</to_nr>
<enabled>Y</enabled>
<evaluation>N</evaluation>
<unconditional>N</unconditional>
</hop>
<hop>
<from>检验字段的值 6</from>
<to>成功 6</to>
<from_nr>0</from_nr>
<to_nr>0</to_nr>
<enabled>Y</enabled>
<evaluation>N</evaluation>
<unconditional>N</unconditional>
</hop>
</hops> </hops>
<notepads> <notepads>
</notepads> </notepads>

Loading…
Cancel
Save