Commit 52eb029ac3b100b74936c18bd3d8f09604e30607
1 parent
457057e4
1、修改车辆信息同步vehicleDataSync.ktr,将url和password参数写死在ktr中,具体查看ktr注释
Showing
1 changed file
with
3418 additions
and
3387 deletions
src/main/resources/datatools/ktrs/vehicleDataSync.ktr
| 1 | -<?xml version="1.0" encoding="UTF-8"?> | ||
| 2 | -<transformation> | ||
| 3 | - <info> | ||
| 4 | - <name>车辆信息同步</name> | ||
| 5 | - <description/> | ||
| 6 | - <extended_description/> | ||
| 7 | - <trans_version/> | ||
| 8 | - <trans_type>Normal</trans_type> | ||
| 9 | - <trans_status>0</trans_status> | ||
| 10 | - <directory>/</directory> | ||
| 11 | - <parameters> | ||
| 12 | - <parameter> | ||
| 13 | - <name>file_add_error</name> | ||
| 14 | - <default_value>/Users/xu/resource/project_code/runtime_temp/add_error</default_value> | ||
| 15 | - <description>新增错误数据文件</description> | ||
| 16 | - </parameter> | ||
| 17 | - <parameter> | ||
| 18 | - <name>file_deivce_add_error</name> | ||
| 19 | - <default_value>/Users/xu/resource/project_code/runtime_temp/device_add_error</default_value> | ||
| 20 | - <description>添加车辆设备错误数据文件</description> | ||
| 21 | - </parameter> | ||
| 22 | - <parameter> | ||
| 23 | - <name>file_prepare</name> | ||
| 24 | - <default_value>/Users/xu/resource/project_code/runtime_temp/prepare</default_value> | ||
| 25 | - <description>待处理数据文件</description> | ||
| 26 | - </parameter> | ||
| 27 | - <parameter> | ||
| 28 | - <name>file_update_error</name> | ||
| 29 | - <default_value>/Users/xu/resource/project_code/runtime_temp/update_error</default_value> | ||
| 30 | - <description>更新错误数据文件</description> | ||
| 31 | - </parameter> | ||
| 32 | - <parameter> | ||
| 33 | - <name>file_validate_error</name> | ||
| 34 | - <default_value>/Users/xu/resource/project_code/runtime_temp/validate_error</default_value> | ||
| 35 | - <description>数据检验错误文件</description> | ||
| 36 | - </parameter> | ||
| 37 | - <parameter> | ||
| 38 | - <name>paramClzbh</name> | ||
| 39 | - <default_value/> | ||
| 40 | - <description>参数-车辆自编号</description> | ||
| 41 | - </parameter> | ||
| 42 | - <parameter> | ||
| 43 | - <name>paramFrom</name> | ||
| 44 | - <default_value>2022-08-19 00:00:00</default_value> | ||
| 45 | - <description>参数-开始时间(格式:yyyy-MM-dd HH:mm:ss)</description> | ||
| 46 | - </parameter> | ||
| 47 | - <parameter> | ||
| 48 | - <name>paramTo</name> | ||
| 49 | - <default_value>2022-08-19 23:59:59</default_value> | ||
| 50 | - <description>参数-结束时间(格式:yyyy-MM-dd HH:mm:ss)</description> | ||
| 51 | - </parameter> | ||
| 52 | - <parameter> | ||
| 53 | - <name>password</name> | ||
| 54 | - <default_value>856s543af26166g8</default_value> | ||
| 55 | - <description>密钥</description> | ||
| 56 | - </parameter> | ||
| 57 | - <parameter> | ||
| 58 | - <name>url</name> | ||
| 59 | - <default_value>https://58.247.254.118:8076/cars/getCarsInterface</default_value> | ||
| 60 | - <description>车辆库系统的相关url地址</description> | ||
| 61 | - </parameter> | ||
| 62 | - </parameters> | ||
| 63 | - <log> | ||
| 64 | -<trans-log-table><connection/> | ||
| 65 | -<schema/> | ||
| 66 | -<table/> | ||
| 67 | -<size_limit_lines/> | ||
| 68 | -<interval/> | ||
| 69 | -<timeout_days/> | ||
| 70 | -<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>CHANNEL_ID</id><enabled>Y</enabled><name>CHANNEL_ID</name></field><field><id>TRANSNAME</id><enabled>Y</enabled><name>TRANSNAME</name></field><field><id>STATUS</id><enabled>Y</enabled><name>STATUS</name></field><field><id>LINES_READ</id><enabled>Y</enabled><name>LINES_READ</name><subject/></field><field><id>LINES_WRITTEN</id><enabled>Y</enabled><name>LINES_WRITTEN</name><subject/></field><field><id>LINES_UPDATED</id><enabled>Y</enabled><name>LINES_UPDATED</name><subject/></field><field><id>LINES_INPUT</id><enabled>Y</enabled><name>LINES_INPUT</name><subject/></field><field><id>LINES_OUTPUT</id><enabled>Y</enabled><name>LINES_OUTPUT</name><subject/></field><field><id>LINES_REJECTED</id><enabled>Y</enabled><name>LINES_REJECTED</name><subject/></field><field><id>ERRORS</id><enabled>Y</enabled><name>ERRORS</name></field><field><id>STARTDATE</id><enabled>Y</enabled><name>STARTDATE</name></field><field><id>ENDDATE</id><enabled>Y</enabled><name>ENDDATE</name></field><field><id>LOGDATE</id><enabled>Y</enabled><name>LOGDATE</name></field><field><id>DEPDATE</id><enabled>Y</enabled><name>DEPDATE</name></field><field><id>REPLAYDATE</id><enabled>Y</enabled><name>REPLAYDATE</name></field><field><id>LOG_FIELD</id><enabled>Y</enabled><name>LOG_FIELD</name></field><field><id>EXECUTING_SERVER</id><enabled>N</enabled><name>EXECUTING_SERVER</name></field><field><id>EXECUTING_USER</id><enabled>N</enabled><name>EXECUTING_USER</name></field><field><id>CLIENT</id><enabled>N</enabled><name>CLIENT</name></field></trans-log-table> | ||
| 71 | -<perf-log-table><connection/> | ||
| 72 | -<schema/> | ||
| 73 | -<table/> | ||
| 74 | -<interval/> | ||
| 75 | -<timeout_days/> | ||
| 76 | -<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>SEQ_NR</id><enabled>Y</enabled><name>SEQ_NR</name></field><field><id>LOGDATE</id><enabled>Y</enabled><name>LOGDATE</name></field><field><id>TRANSNAME</id><enabled>Y</enabled><name>TRANSNAME</name></field><field><id>STEPNAME</id><enabled>Y</enabled><name>STEPNAME</name></field><field><id>STEP_COPY</id><enabled>Y</enabled><name>STEP_COPY</name></field><field><id>LINES_READ</id><enabled>Y</enabled><name>LINES_READ</name></field><field><id>LINES_WRITTEN</id><enabled>Y</enabled><name>LINES_WRITTEN</name></field><field><id>LINES_UPDATED</id><enabled>Y</enabled><name>LINES_UPDATED</name></field><field><id>LINES_INPUT</id><enabled>Y</enabled><name>LINES_INPUT</name></field><field><id>LINES_OUTPUT</id><enabled>Y</enabled><name>LINES_OUTPUT</name></field><field><id>LINES_REJECTED</id><enabled>Y</enabled><name>LINES_REJECTED</name></field><field><id>ERRORS</id><enabled>Y</enabled><name>ERRORS</name></field><field><id>INPUT_BUFFER_ROWS</id><enabled>Y</enabled><name>INPUT_BUFFER_ROWS</name></field><field><id>OUTPUT_BUFFER_ROWS</id><enabled>Y</enabled><name>OUTPUT_BUFFER_ROWS</name></field></perf-log-table> | ||
| 77 | -<channel-log-table><connection/> | ||
| 78 | -<schema/> | ||
| 79 | -<table/> | ||
| 80 | -<timeout_days/> | ||
| 81 | -<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>CHANNEL_ID</id><enabled>Y</enabled><name>CHANNEL_ID</name></field><field><id>LOG_DATE</id><enabled>Y</enabled><name>LOG_DATE</name></field><field><id>LOGGING_OBJECT_TYPE</id><enabled>Y</enabled><name>LOGGING_OBJECT_TYPE</name></field><field><id>OBJECT_NAME</id><enabled>Y</enabled><name>OBJECT_NAME</name></field><field><id>OBJECT_COPY</id><enabled>Y</enabled><name>OBJECT_COPY</name></field><field><id>REPOSITORY_DIRECTORY</id><enabled>Y</enabled><name>REPOSITORY_DIRECTORY</name></field><field><id>FILENAME</id><enabled>Y</enabled><name>FILENAME</name></field><field><id>OBJECT_ID</id><enabled>Y</enabled><name>OBJECT_ID</name></field><field><id>OBJECT_REVISION</id><enabled>Y</enabled><name>OBJECT_REVISION</name></field><field><id>PARENT_CHANNEL_ID</id><enabled>Y</enabled><name>PARENT_CHANNEL_ID</name></field><field><id>ROOT_CHANNEL_ID</id><enabled>Y</enabled><name>ROOT_CHANNEL_ID</name></field></channel-log-table> | ||
| 82 | -<step-log-table><connection/> | ||
| 83 | -<schema/> | ||
| 84 | -<table/> | ||
| 85 | -<timeout_days/> | ||
| 86 | -<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>CHANNEL_ID</id><enabled>Y</enabled><name>CHANNEL_ID</name></field><field><id>LOG_DATE</id><enabled>Y</enabled><name>LOG_DATE</name></field><field><id>TRANSNAME</id><enabled>Y</enabled><name>TRANSNAME</name></field><field><id>STEPNAME</id><enabled>Y</enabled><name>STEPNAME</name></field><field><id>STEP_COPY</id><enabled>Y</enabled><name>STEP_COPY</name></field><field><id>LINES_READ</id><enabled>Y</enabled><name>LINES_READ</name></field><field><id>LINES_WRITTEN</id><enabled>Y</enabled><name>LINES_WRITTEN</name></field><field><id>LINES_UPDATED</id><enabled>Y</enabled><name>LINES_UPDATED</name></field><field><id>LINES_INPUT</id><enabled>Y</enabled><name>LINES_INPUT</name></field><field><id>LINES_OUTPUT</id><enabled>Y</enabled><name>LINES_OUTPUT</name></field><field><id>LINES_REJECTED</id><enabled>Y</enabled><name>LINES_REJECTED</name></field><field><id>ERRORS</id><enabled>Y</enabled><name>ERRORS</name></field><field><id>LOG_FIELD</id><enabled>N</enabled><name>LOG_FIELD</name></field></step-log-table> | ||
| 87 | -<metrics-log-table><connection/> | ||
| 88 | -<schema/> | ||
| 89 | -<table/> | ||
| 90 | -<timeout_days/> | ||
| 91 | -<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>CHANNEL_ID</id><enabled>Y</enabled><name>CHANNEL_ID</name></field><field><id>LOG_DATE</id><enabled>Y</enabled><name>LOG_DATE</name></field><field><id>METRICS_DATE</id><enabled>Y</enabled><name>METRICS_DATE</name></field><field><id>METRICS_CODE</id><enabled>Y</enabled><name>METRICS_CODE</name></field><field><id>METRICS_DESCRIPTION</id><enabled>Y</enabled><name>METRICS_DESCRIPTION</name></field><field><id>METRICS_SUBJECT</id><enabled>Y</enabled><name>METRICS_SUBJECT</name></field><field><id>METRICS_TYPE</id><enabled>Y</enabled><name>METRICS_TYPE</name></field><field><id>METRICS_VALUE</id><enabled>Y</enabled><name>METRICS_VALUE</name></field></metrics-log-table> | ||
| 92 | - </log> | ||
| 93 | - <maxdate> | ||
| 94 | - <connection/> | ||
| 95 | - <table/> | ||
| 96 | - <field/> | ||
| 97 | - <offset>0.0</offset> | ||
| 98 | - <maxdiff>0.0</maxdiff> | ||
| 99 | - </maxdate> | ||
| 100 | - <size_rowset>10000</size_rowset> | ||
| 101 | - <sleep_time_empty>50</sleep_time_empty> | ||
| 102 | - <sleep_time_full>50</sleep_time_full> | ||
| 103 | - <unique_connections>N</unique_connections> | ||
| 104 | - <feedback_shown>Y</feedback_shown> | ||
| 105 | - <feedback_size>50000</feedback_size> | ||
| 106 | - <using_thread_priorities>Y</using_thread_priorities> | ||
| 107 | - <shared_objects_file/> | ||
| 108 | - <capture_step_performance>N</capture_step_performance> | ||
| 109 | - <step_performance_capturing_delay>1000</step_performance_capturing_delay> | ||
| 110 | - <step_performance_capturing_size_limit>100</step_performance_capturing_size_limit> | ||
| 111 | - <dependencies> | ||
| 112 | - </dependencies> | ||
| 113 | - <partitionschemas> | ||
| 114 | - </partitionschemas> | ||
| 115 | - <slaveservers> | ||
| 116 | - </slaveservers> | ||
| 117 | - <clusterschemas> | ||
| 118 | - </clusterschemas> | ||
| 119 | - <created_user>-</created_user> | ||
| 120 | - <created_date>2021/10/27 13:51:08.960</created_date> | ||
| 121 | - <modified_user>-</modified_user> | ||
| 122 | - <modified_date>2021/10/27 13:51:08.960</modified_date> | ||
| 123 | - <key_for_session_key>H4sIAAAAAAAAAAMAAAAAAAAAAAA=</key_for_session_key> | ||
| 124 | - <is_key_private>N</is_key_private> | ||
| 125 | - </info> | ||
| 126 | - <notepads> | ||
| 127 | - <notepad> | ||
| 128 | - <note>1、json输入step处理太慢,使用javascript模拟代替
2、待处理数据xls输出中已经包含了远程和本地的对比车辆数据(不需要输出整个车辆基础信息xls),
 如果以后添加更多的更新字段,这个步骤要改的
3、注意:命名参数paramClzbh的默认值不要写,否则在进行时间范围同步的时候永远按照paramClzbh默认值同步了,
 TODO:之后会考虑使用新的命名参数paramType区别不同的同步类型
4、已经在程序中判断参数的问题了,第3点可以忽略了(还是有问题,还是不要写了)</note> | ||
| 129 | - <xloc>463</xloc> | ||
| 130 | - <yloc>36</yloc> | ||
| 131 | - <width>649</width> | ||
| 132 | - <heigth>106</heigth> | ||
| 133 | - <fontname>YaHei Consolas Hybrid</fontname> | ||
| 134 | - <fontsize>12</fontsize> | ||
| 135 | - <fontbold>N</fontbold> | ||
| 136 | - <fontitalic>N</fontitalic> | ||
| 137 | - <fontcolorred>0</fontcolorred> | ||
| 138 | - <fontcolorgreen>0</fontcolorgreen> | ||
| 139 | - <fontcolorblue>0</fontcolorblue> | ||
| 140 | - <backgroundcolorred>255</backgroundcolorred> | ||
| 141 | - <backgroundcolorgreen>205</backgroundcolorgreen> | ||
| 142 | - <backgroundcolorblue>112</backgroundcolorblue> | ||
| 143 | - <bordercolorred>100</bordercolorred> | ||
| 144 | - <bordercolorgreen>100</bordercolorgreen> | ||
| 145 | - <bordercolorblue>100</bordercolorblue> | ||
| 146 | - <drawshadow>Y</drawshadow> | ||
| 147 | - </notepad> | ||
| 148 | - <notepad> | ||
| 149 | - <note>注意:从数据库中读取公司和分公司数据</note> | ||
| 150 | - <xloc>42</xloc> | ||
| 151 | - <yloc>293</yloc> | ||
| 152 | - <width>226</width> | ||
| 153 | - <heigth>26</heigth> | ||
| 154 | - <fontname>YaHei Consolas Hybrid</fontname> | ||
| 155 | - <fontsize>12</fontsize> | ||
| 156 | - <fontbold>N</fontbold> | ||
| 157 | - <fontitalic>N</fontitalic> | ||
| 158 | - <fontcolorred>0</fontcolorred> | ||
| 159 | - <fontcolorgreen>0</fontcolorgreen> | ||
| 160 | - <fontcolorblue>0</fontcolorblue> | ||
| 161 | - <backgroundcolorred>255</backgroundcolorred> | ||
| 162 | - <backgroundcolorgreen>205</backgroundcolorgreen> | ||
| 163 | - <backgroundcolorblue>112</backgroundcolorblue> | ||
| 164 | - <bordercolorred>100</bordercolorred> | ||
| 165 | - <bordercolorgreen>100</bordercolorgreen> | ||
| 166 | - <bordercolorblue>100</bordercolorblue> | ||
| 167 | - <drawshadow>Y</drawshadow> | ||
| 168 | - </notepad> | ||
| 169 | - <notepad> | ||
| 170 | - <note>不管车辆是否配置了线路,都要保存车辆设备信息
在[报废车辆管理设备数据处理]step中会说明 </note> | ||
| 171 | - <xloc>551</xloc> | ||
| 172 | - <yloc>653</yloc> | ||
| 173 | - <width>274</width> | ||
| 174 | - <heigth>42</heigth> | ||
| 175 | - <fontname>YaHei Consolas Hybrid</fontname> | ||
| 176 | - <fontsize>12</fontsize> | ||
| 177 | - <fontbold>N</fontbold> | ||
| 178 | - <fontitalic>N</fontitalic> | ||
| 179 | - <fontcolorred>0</fontcolorred> | ||
| 180 | - <fontcolorgreen>0</fontcolorgreen> | ||
| 181 | - <fontcolorblue>0</fontcolorblue> | ||
| 182 | - <backgroundcolorred>255</backgroundcolorred> | ||
| 183 | - <backgroundcolorgreen>205</backgroundcolorgreen> | ||
| 184 | - <backgroundcolorblue>112</backgroundcolorblue> | ||
| 185 | - <bordercolorred>100</bordercolorred> | ||
| 186 | - <bordercolorgreen>100</bordercolorgreen> | ||
| 187 | - <bordercolorblue>100</bordercolorblue> | ||
| 188 | - <drawshadow>Y</drawshadow> | ||
| 189 | - </notepad> | ||
| 190 | - </notepads> | ||
| 191 | - <connection> | ||
| 192 | - <name>192.168.168.1_jwgl_dw</name> | ||
| 193 | - <server>192.168.168.1</server> | ||
| 194 | - <type>ORACLE</type> | ||
| 195 | - <access>Native</access> | ||
| 196 | - <database>orcl</database> | ||
| 197 | - <port>1521</port> | ||
| 198 | - <username>jwgl_dw</username> | ||
| 199 | - <password>Encrypted 2be98afc86aa7f2e4cb13b977d2adabcd</password> | ||
| 200 | - <servername/> | ||
| 201 | - <data_tablespace/> | ||
| 202 | - <index_tablespace/> | ||
| 203 | - <attributes> | ||
| 204 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 205 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 206 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 207 | - <attribute><code>PORT_NUMBER</code><attribute>1521</attribute></attribute> | ||
| 208 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 209 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 210 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 211 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 212 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 213 | - </attributes> | ||
| 214 | - </connection> | ||
| 215 | - <connection> | ||
| 216 | - <name>bus_control_variable</name> | ||
| 217 | - <server>${v_db_ip}</server> | ||
| 218 | - <type>MYSQL</type> | ||
| 219 | - <access>Native</access> | ||
| 220 | - <database>${v_db_dname}</database> | ||
| 221 | - <port>3306</port> | ||
| 222 | - <username>${v_db_uname}</username> | ||
| 223 | - <password>${v_db_pwd}</password> | ||
| 224 | - <servername/> | ||
| 225 | - <data_tablespace/> | ||
| 226 | - <index_tablespace/> | ||
| 227 | - <attributes> | ||
| 228 | - <attribute><code>EXTRA_OPTION_MYSQL.characterEncoding</code><attribute>utf8</attribute></attribute> | ||
| 229 | - <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | ||
| 230 | - <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | ||
| 231 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 232 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 233 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 234 | - <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute> | ||
| 235 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 236 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 237 | - <attribute><code>STREAM_RESULTS</code><attribute>N</attribute></attribute> | ||
| 238 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 239 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 240 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 241 | - </attributes> | ||
| 242 | - </connection> | ||
| 243 | - <connection> | ||
| 244 | - <name>bus_control_公司_201</name> | ||
| 245 | - <server>localhost</server> | ||
| 246 | - <type>MYSQL</type> | ||
| 247 | - <access>Native</access> | ||
| 248 | - <database>control</database> | ||
| 249 | - <port>3306</port> | ||
| 250 | - <username>root</username> | ||
| 251 | - <password>Encrypted </password> | ||
| 252 | - <servername/> | ||
| 253 | - <data_tablespace/> | ||
| 254 | - <index_tablespace/> | ||
| 255 | - <attributes> | ||
| 256 | - <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | ||
| 257 | - <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | ||
| 258 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 259 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 260 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 261 | - <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute> | ||
| 262 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 263 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 264 | - <attribute><code>STREAM_RESULTS</code><attribute>N</attribute></attribute> | ||
| 265 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 266 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 267 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 268 | - </attributes> | ||
| 269 | - </connection> | ||
| 270 | - <connection> | ||
| 271 | - <name>bus_control_本机</name> | ||
| 272 | - <server>localhost</server> | ||
| 273 | - <type>MYSQL</type> | ||
| 274 | - <access>Native</access> | ||
| 275 | - <database>control</database> | ||
| 276 | - <port>3306</port> | ||
| 277 | - <username>root</username> | ||
| 278 | - <password>Encrypted </password> | ||
| 279 | - <servername/> | ||
| 280 | - <data_tablespace/> | ||
| 281 | - <index_tablespace/> | ||
| 282 | - <attributes> | ||
| 283 | - <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | ||
| 284 | - <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | ||
| 285 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 286 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 287 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 288 | - <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute> | ||
| 289 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 290 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 291 | - <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | ||
| 292 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 293 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 294 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 295 | - </attributes> | ||
| 296 | - </connection> | ||
| 297 | - <connection> | ||
| 298 | - <name>control_jndi</name> | ||
| 299 | - <server/> | ||
| 300 | - <type>MYSQL</type> | ||
| 301 | - <access>JNDI</access> | ||
| 302 | - <database>control_jndi</database> | ||
| 303 | - <port>1521</port> | ||
| 304 | - <username/> | ||
| 305 | - <password>Encrypted </password> | ||
| 306 | - <servername/> | ||
| 307 | - <data_tablespace/> | ||
| 308 | - <index_tablespace/> | ||
| 309 | - <attributes> | ||
| 310 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 311 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 312 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 313 | - <attribute><code>PORT_NUMBER</code><attribute>1521</attribute></attribute> | ||
| 314 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 315 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 316 | - <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | ||
| 317 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 318 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 319 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 320 | - </attributes> | ||
| 321 | - </connection> | ||
| 322 | - <connection> | ||
| 323 | - <name>JGJW_VM</name> | ||
| 324 | - <server>192.168.198.240</server> | ||
| 325 | - <type>ORACLE</type> | ||
| 326 | - <access>Native</access> | ||
| 327 | - <database>orcl</database> | ||
| 328 | - <port>1521</port> | ||
| 329 | - <username>jwgl</username> | ||
| 330 | - <password>Encrypted 2be98afc86aa7f2e4cb79ce10d485a8d6</password> | ||
| 331 | - <servername/> | ||
| 332 | - <data_tablespace/> | ||
| 333 | - <index_tablespace/> | ||
| 334 | - <attributes> | ||
| 335 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 336 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 337 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 338 | - <attribute><code>PORT_NUMBER</code><attribute>1521</attribute></attribute> | ||
| 339 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 340 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 341 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 342 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 343 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 344 | - </attributes> | ||
| 345 | - </connection> | ||
| 346 | - <connection> | ||
| 347 | - <name>NHJW_VM</name> | ||
| 348 | - <server>192.168.198.240</server> | ||
| 349 | - <type>ORACLE</type> | ||
| 350 | - <access>Native</access> | ||
| 351 | - <database>orcl</database> | ||
| 352 | - <port>1521</port> | ||
| 353 | - <username>nhjw</username> | ||
| 354 | - <password>Encrypted 2be98afc86aa7f2e4cb79ce10d09aa5cd</password> | ||
| 355 | - <servername/> | ||
| 356 | - <data_tablespace/> | ||
| 357 | - <index_tablespace/> | ||
| 358 | - <attributes> | ||
| 359 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 360 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 361 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 362 | - <attribute><code>PORT_NUMBER</code><attribute>1521</attribute></attribute> | ||
| 363 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 364 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 365 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 366 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 367 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 368 | - </attributes> | ||
| 369 | - </connection> | ||
| 370 | - <connection> | ||
| 371 | - <name>PDGJ_VM</name> | ||
| 372 | - <server>192.168.198.240</server> | ||
| 373 | - <type>ORACLE</type> | ||
| 374 | - <access>Native</access> | ||
| 375 | - <database>orcl</database> | ||
| 376 | - <port>1521</port> | ||
| 377 | - <username>pdgj</username> | ||
| 378 | - <password>Encrypted 2be98afc86aa7f2e4cb79ce10ce96a8d0</password> | ||
| 379 | - <servername/> | ||
| 380 | - <data_tablespace/> | ||
| 381 | - <index_tablespace/> | ||
| 382 | - <attributes> | ||
| 383 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 384 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 385 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 386 | - <attribute><code>PORT_NUMBER</code><attribute>1521</attribute></attribute> | ||
| 387 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 388 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 389 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 390 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 391 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 392 | - </attributes> | ||
| 393 | - </connection> | ||
| 394 | - <connection> | ||
| 395 | - <name>repair_dw_mysql_jndi</name> | ||
| 396 | - <server/> | ||
| 397 | - <type>MYSQL</type> | ||
| 398 | - <access>JNDI</access> | ||
| 399 | - <database>repair_dw_mysql</database> | ||
| 400 | - <port>1521</port> | ||
| 401 | - <username/> | ||
| 402 | - <password>Encrypted </password> | ||
| 403 | - <servername/> | ||
| 404 | - <data_tablespace/> | ||
| 405 | - <index_tablespace/> | ||
| 406 | - <attributes> | ||
| 407 | - <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | ||
| 408 | - <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | ||
| 409 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 410 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 411 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 412 | - <attribute><code>PORT_NUMBER</code><attribute>1521</attribute></attribute> | ||
| 413 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 414 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 415 | - <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | ||
| 416 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 417 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 418 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 419 | - </attributes> | ||
| 420 | - </connection> | ||
| 421 | - <connection> | ||
| 422 | - <name>repair_dw(本机)</name> | ||
| 423 | - <server>localhost</server> | ||
| 424 | - <type>MYSQL</type> | ||
| 425 | - <access>Native</access> | ||
| 426 | - <database>ruoyi-vue-3.5</database> | ||
| 427 | - <port>3306</port> | ||
| 428 | - <username>root</username> | ||
| 429 | - <password>Encrypted </password> | ||
| 430 | - <servername/> | ||
| 431 | - <data_tablespace/> | ||
| 432 | - <index_tablespace/> | ||
| 433 | - <attributes> | ||
| 434 | - <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | ||
| 435 | - <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | ||
| 436 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 437 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 438 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 439 | - <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute> | ||
| 440 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 441 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 442 | - <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | ||
| 443 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 444 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 445 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 446 | - </attributes> | ||
| 447 | - </connection> | ||
| 448 | - <connection> | ||
| 449 | - <name>repair_real_h2</name> | ||
| 450 | - <server/> | ||
| 451 | - <type>H2</type> | ||
| 452 | - <access>JNDI</access> | ||
| 453 | - <database>repair_real_h2</database> | ||
| 454 | - <port>1521</port> | ||
| 455 | - <username/> | ||
| 456 | - <password>Encrypted </password> | ||
| 457 | - <servername/> | ||
| 458 | - <data_tablespace/> | ||
| 459 | - <index_tablespace/> | ||
| 460 | - <attributes> | ||
| 461 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 462 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 463 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 464 | - <attribute><code>PORT_NUMBER</code><attribute>1521</attribute></attribute> | ||
| 465 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 466 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 467 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 468 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 469 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 470 | - </attributes> | ||
| 471 | - </connection> | ||
| 472 | - <connection> | ||
| 473 | - <name>SNJW_VM</name> | ||
| 474 | - <server>192.168.198.240</server> | ||
| 475 | - <type>ORACLE</type> | ||
| 476 | - <access>Native</access> | ||
| 477 | - <database>orcl</database> | ||
| 478 | - <port>1521</port> | ||
| 479 | - <username>snjw</username> | ||
| 480 | - <password>Encrypted 2be98afc86aa7f2e4cb79ce10cd9ca5cd</password> | ||
| 481 | - <servername/> | ||
| 482 | - <data_tablespace/> | ||
| 483 | - <index_tablespace/> | ||
| 484 | - <attributes> | ||
| 485 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 486 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 487 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 488 | - <attribute><code>PORT_NUMBER</code><attribute>1521</attribute></attribute> | ||
| 489 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 490 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 491 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 492 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 493 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 494 | - </attributes> | ||
| 495 | - </connection> | ||
| 496 | - <connection> | ||
| 497 | - <name>test_control_local</name> | ||
| 498 | - <server>localhost</server> | ||
| 499 | - <type>MYSQL</type> | ||
| 500 | - <access>Native</access> | ||
| 501 | - <database>test_control</database> | ||
| 502 | - <port>3306</port> | ||
| 503 | - <username>root</username> | ||
| 504 | - <password>Encrypted </password> | ||
| 505 | - <servername/> | ||
| 506 | - <data_tablespace/> | ||
| 507 | - <index_tablespace/> | ||
| 508 | - <attributes> | ||
| 509 | - <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | ||
| 510 | - <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | ||
| 511 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 512 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 513 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 514 | - <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute> | ||
| 515 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 516 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 517 | - <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | ||
| 518 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 519 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 520 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 521 | - </attributes> | ||
| 522 | - </connection> | ||
| 523 | - <connection> | ||
| 524 | - <name>test_control(本机)</name> | ||
| 525 | - <server>127.0.0.1</server> | ||
| 526 | - <type>MYSQL</type> | ||
| 527 | - <access>Native</access> | ||
| 528 | - <database>test_control</database> | ||
| 529 | - <port>3306</port> | ||
| 530 | - <username>root</username> | ||
| 531 | - <password>Encrypted </password> | ||
| 532 | - <servername/> | ||
| 533 | - <data_tablespace/> | ||
| 534 | - <index_tablespace/> | ||
| 535 | - <attributes> | ||
| 536 | - <attribute><code>EXTRA_OPTION_MYSQL.characterEncoding</code><attribute>utf8</attribute></attribute> | ||
| 537 | - <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | ||
| 538 | - <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | ||
| 539 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 540 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 541 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 542 | - <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute> | ||
| 543 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 544 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 545 | - <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | ||
| 546 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 547 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 548 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 549 | - </attributes> | ||
| 550 | - </connection> | ||
| 551 | - <connection> | ||
| 552 | - <name>wzk_mysql_jndi</name> | ||
| 553 | - <server/> | ||
| 554 | - <type>MYSQL</type> | ||
| 555 | - <access>JNDI</access> | ||
| 556 | - <database>wzk_mysql</database> | ||
| 557 | - <port>1521</port> | ||
| 558 | - <username/> | ||
| 559 | - <password>Encrypted </password> | ||
| 560 | - <servername/> | ||
| 561 | - <data_tablespace/> | ||
| 562 | - <index_tablespace/> | ||
| 563 | - <attributes> | ||
| 564 | - <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | ||
| 565 | - <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | ||
| 566 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 567 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 568 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 569 | - <attribute><code>PORT_NUMBER</code><attribute>1521</attribute></attribute> | ||
| 570 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 571 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 572 | - <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | ||
| 573 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 574 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 575 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 576 | - </attributes> | ||
| 577 | - </connection> | ||
| 578 | - <connection> | ||
| 579 | - <name>wzk(本机)</name> | ||
| 580 | - <server>localhost</server> | ||
| 581 | - <type>MYSQL</type> | ||
| 582 | - <access>Native</access> | ||
| 583 | - <database>pdgj_wzk_sys</database> | ||
| 584 | - <port>3306</port> | ||
| 585 | - <username>root</username> | ||
| 586 | - <password>Encrypted </password> | ||
| 587 | - <servername/> | ||
| 588 | - <data_tablespace/> | ||
| 589 | - <index_tablespace/> | ||
| 590 | - <attributes> | ||
| 591 | - <attribute><code>EXTRA_OPTION_MYSQL.characterEncoding</code><attribute>utf8</attribute></attribute> | ||
| 592 | - <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | ||
| 593 | - <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | ||
| 594 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 595 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 596 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 597 | - <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute> | ||
| 598 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 599 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 600 | - <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | ||
| 601 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 602 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 603 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 604 | - </attributes> | ||
| 605 | - </connection> | ||
| 606 | - <connection> | ||
| 607 | - <name>xlab_mysql_youle</name> | ||
| 608 | - <server>101.231.124.8</server> | ||
| 609 | - <type>MYSQL</type> | ||
| 610 | - <access>Native</access> | ||
| 611 | - <database>xlab_youle</database> | ||
| 612 | - <port>45687</port> | ||
| 613 | - <username>xlab-youle</username> | ||
| 614 | - <password>Encrypted 2be98afc86aa78a88aa1be369d187a3df</password> | ||
| 615 | - <servername/> | ||
| 616 | - <data_tablespace/> | ||
| 617 | - <index_tablespace/> | ||
| 618 | - <attributes> | ||
| 619 | - <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | ||
| 620 | - <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | ||
| 621 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 622 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 623 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 624 | - <attribute><code>PORT_NUMBER</code><attribute>45687</attribute></attribute> | ||
| 625 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 626 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 627 | - <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | ||
| 628 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>N</attribute></attribute> | ||
| 629 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>N</attribute></attribute> | ||
| 630 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 631 | - </attributes> | ||
| 632 | - </connection> | ||
| 633 | - <connection> | ||
| 634 | - <name>xlab_mysql_youle(本机)</name> | ||
| 635 | - <server>localhost</server> | ||
| 636 | - <type>MYSQL</type> | ||
| 637 | - <access>Native</access> | ||
| 638 | - <database>xlab_youle</database> | ||
| 639 | - <port>3306</port> | ||
| 640 | - <username>root</username> | ||
| 641 | - <password>Encrypted </password> | ||
| 642 | - <servername/> | ||
| 643 | - <data_tablespace/> | ||
| 644 | - <index_tablespace/> | ||
| 645 | - <attributes> | ||
| 646 | - <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | ||
| 647 | - <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | ||
| 648 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 649 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 650 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 651 | - <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute> | ||
| 652 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 653 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 654 | - <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | ||
| 655 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>N</attribute></attribute> | ||
| 656 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>N</attribute></attribute> | ||
| 657 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 658 | - </attributes> | ||
| 659 | - </connection> | ||
| 660 | - <connection> | ||
| 661 | - <name>xlab_youle</name> | ||
| 662 | - <server/> | ||
| 663 | - <type>MYSQL</type> | ||
| 664 | - <access>JNDI</access> | ||
| 665 | - <database>xlab_youle</database> | ||
| 666 | - <port>1521</port> | ||
| 667 | - <username/> | ||
| 668 | - <password>Encrypted </password> | ||
| 669 | - <servername/> | ||
| 670 | - <data_tablespace/> | ||
| 671 | - <index_tablespace/> | ||
| 672 | - <attributes> | ||
| 673 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 674 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 675 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 676 | - <attribute><code>PORT_NUMBER</code><attribute>1521</attribute></attribute> | ||
| 677 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 678 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 679 | - <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | ||
| 680 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 681 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 682 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 683 | - </attributes> | ||
| 684 | - </connection> | ||
| 685 | - <connection> | ||
| 686 | - <name>YGJW_VM</name> | ||
| 687 | - <server>192.168.198.240</server> | ||
| 688 | - <type>ORACLE</type> | ||
| 689 | - <access>Native</access> | ||
| 690 | - <database>orcl</database> | ||
| 691 | - <port>1521</port> | ||
| 692 | - <username>ygjw</username> | ||
| 693 | - <password>Encrypted 2be98afc86aa7f2e4cb79ce10c795a5cd</password> | ||
| 694 | - <servername/> | ||
| 695 | - <data_tablespace/> | ||
| 696 | - <index_tablespace/> | ||
| 697 | - <attributes> | ||
| 698 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 699 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 700 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 701 | - <attribute><code>PORT_NUMBER</code><attribute>1521</attribute></attribute> | ||
| 702 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 703 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 704 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 705 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 706 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 707 | - </attributes> | ||
| 708 | - </connection> | ||
| 709 | - <connection> | ||
| 710 | - <name>公司jgjw</name> | ||
| 711 | - <server>192.168.168.1</server> | ||
| 712 | - <type>ORACLE</type> | ||
| 713 | - <access>Native</access> | ||
| 714 | - <database>orcl</database> | ||
| 715 | - <port>1521</port> | ||
| 716 | - <username>jwgl</username> | ||
| 717 | - <password>Encrypted 2be98afc86aa7f2e4cb79ce10d485a8d6</password> | ||
| 718 | - <servername/> | ||
| 719 | - <data_tablespace/> | ||
| 720 | - <index_tablespace/> | ||
| 721 | - <attributes> | ||
| 722 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 723 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 724 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 725 | - <attribute><code>PORT_NUMBER</code><attribute>1521</attribute></attribute> | ||
| 726 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 727 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 728 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 729 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 730 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 731 | - </attributes> | ||
| 732 | - </connection> | ||
| 733 | - <connection> | ||
| 734 | - <name>公司snjw</name> | ||
| 735 | - <server>192.168.168.1</server> | ||
| 736 | - <type>ORACLE</type> | ||
| 737 | - <access>Native</access> | ||
| 738 | - <database>orcl</database> | ||
| 739 | - <port>1521</port> | ||
| 740 | - <username>snjw</username> | ||
| 741 | - <password>Encrypted 2be98afc86aa7f2e4cb79ce10cd9ca5cd</password> | ||
| 742 | - <servername/> | ||
| 743 | - <data_tablespace/> | ||
| 744 | - <index_tablespace/> | ||
| 745 | - <attributes> | ||
| 746 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 747 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 748 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 749 | - <attribute><code>PORT_NUMBER</code><attribute>1521</attribute></attribute> | ||
| 750 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 751 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 752 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 753 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 754 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 755 | - </attributes> | ||
| 756 | - </connection> | ||
| 757 | - <connection> | ||
| 758 | - <name>公司ygjw</name> | ||
| 759 | - <server>192.168.168.178</server> | ||
| 760 | - <type>ORACLE</type> | ||
| 761 | - <access>Native</access> | ||
| 762 | - <database>orcl</database> | ||
| 763 | - <port>1521</port> | ||
| 764 | - <username>ygjw</username> | ||
| 765 | - <password>Encrypted 2be98afc86aa7f2e4cb79ce10c795a5cd</password> | ||
| 766 | - <servername/> | ||
| 767 | - <data_tablespace/> | ||
| 768 | - <index_tablespace/> | ||
| 769 | - <attributes> | ||
| 770 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 771 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 772 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 773 | - <attribute><code>PORT_NUMBER</code><attribute>1521</attribute></attribute> | ||
| 774 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 775 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 776 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 777 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 778 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 779 | - </attributes> | ||
| 780 | - </connection> | ||
| 781 | - <connection> | ||
| 782 | - <name>公司机务_pdgj</name> | ||
| 783 | - <server>192.168.168.178</server> | ||
| 784 | - <type>ORACLE</type> | ||
| 785 | - <access>Native</access> | ||
| 786 | - <database>orcl</database> | ||
| 787 | - <port>1521</port> | ||
| 788 | - <username>pdgj</username> | ||
| 789 | - <password>Encrypted 2be98afc86aa7f2e4cb79ce10ce96a8d0</password> | ||
| 790 | - <servername/> | ||
| 791 | - <data_tablespace/> | ||
| 792 | - <index_tablespace/> | ||
| 793 | - <attributes> | ||
| 794 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 795 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 796 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 797 | - <attribute><code>PORT_NUMBER</code><attribute>1521</attribute></attribute> | ||
| 798 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 799 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 800 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 801 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 802 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 803 | - </attributes> | ||
| 804 | - </connection> | ||
| 805 | - <connection> | ||
| 806 | - <name>外网vpn临港机务oracle</name> | ||
| 807 | - <server>10.10.150.114</server> | ||
| 808 | - <type>ORACLE</type> | ||
| 809 | - <access>Native</access> | ||
| 810 | - <database>helowin</database> | ||
| 811 | - <port>1521</port> | ||
| 812 | - <username>lgjw</username> | ||
| 813 | - <password>Encrypted 2be98afc86aa7f2e4cb79ce10d295a5cd</password> | ||
| 814 | - <servername/> | ||
| 815 | - <data_tablespace/> | ||
| 816 | - <index_tablespace/> | ||
| 817 | - <attributes> | ||
| 818 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 819 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 820 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 821 | - <attribute><code>PORT_NUMBER</code><attribute>1521</attribute></attribute> | ||
| 822 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 823 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 824 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 825 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 826 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 827 | - </attributes> | ||
| 828 | - </connection> | ||
| 829 | - <connection> | ||
| 830 | - <name>外网南汇机务oracle</name> | ||
| 831 | - <server>58.247.254.118</server> | ||
| 832 | - <type>ORACLE</type> | ||
| 833 | - <access>Native</access> | ||
| 834 | - <database>orcl</database> | ||
| 835 | - <port>15211</port> | ||
| 836 | - <username>nhjw</username> | ||
| 837 | - <password>Encrypted 2be98afc86aa7f2e4cb79ce10d09aa5cd</password> | ||
| 838 | - <servername/> | ||
| 839 | - <data_tablespace/> | ||
| 840 | - <index_tablespace/> | ||
| 841 | - <attributes> | ||
| 842 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 843 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 844 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 845 | - <attribute><code>PORT_NUMBER</code><attribute>15211</attribute></attribute> | ||
| 846 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 847 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 848 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 849 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 850 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 851 | - </attributes> | ||
| 852 | - </connection> | ||
| 853 | - <connection> | ||
| 854 | - <name>外网杨高机务oracle</name> | ||
| 855 | - <server>58.247.254.118</server> | ||
| 856 | - <type>ORACLE</type> | ||
| 857 | - <access>Native</access> | ||
| 858 | - <database>orcl</database> | ||
| 859 | - <port>15211</port> | ||
| 860 | - <username>ygjw</username> | ||
| 861 | - <password>Encrypted 2be98afc86aa7f2e4cb79ce10c795a5cd</password> | ||
| 862 | - <servername/> | ||
| 863 | - <data_tablespace/> | ||
| 864 | - <index_tablespace/> | ||
| 865 | - <attributes> | ||
| 866 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 867 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 868 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 869 | - <attribute><code>PORT_NUMBER</code><attribute>15211</attribute></attribute> | ||
| 870 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 871 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 872 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 873 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 874 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 875 | - </attributes> | ||
| 876 | - </connection> | ||
| 877 | - <connection> | ||
| 878 | - <name>外网金高机务oracle</name> | ||
| 879 | - <server>58.247.254.118</server> | ||
| 880 | - <type>ORACLE</type> | ||
| 881 | - <access>Native</access> | ||
| 882 | - <database>orcl</database> | ||
| 883 | - <port>15211</port> | ||
| 884 | - <username>jwgl</username> | ||
| 885 | - <password>Encrypted 2be98afc86aa7f2e4cb79ce10d485a8d6</password> | ||
| 886 | - <servername/> | ||
| 887 | - <data_tablespace/> | ||
| 888 | - <index_tablespace/> | ||
| 889 | - <attributes> | ||
| 890 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 891 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 892 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 893 | - <attribute><code>PORT_NUMBER</code><attribute>15211</attribute></attribute> | ||
| 894 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 895 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 896 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 897 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 898 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 899 | - </attributes> | ||
| 900 | - </connection> | ||
| 901 | - <order> | ||
| 902 | - <hop> <from>http接口调用</from><to>JavaScript解析json生成数据</to><enabled>Y</enabled> </hop> | ||
| 903 | - <hop> <from>获取参数</from><to>http接口调用</to><enabled>Y</enabled> </hop> | ||
| 904 | - <hop> <from>JavaScript解析json生成数据</from><to>数据检验</to><enabled>Y</enabled> </hop> | ||
| 905 | - <hop> <from>数据检验</from><to>数据检验错误输出</to><enabled>Y</enabled> </hop> | ||
| 906 | - <hop> <from>数据检验</from><to>待处理数据</to><enabled>Y</enabled> </hop> | ||
| 907 | - <hop> <from>待处理数据</from><to>获取公司分公司编码</to><enabled>Y</enabled> </hop> | ||
| 908 | - <hop> <from>判定新增/更新数据</from><to>待新增数据</to><enabled>Y</enabled> </hop> | ||
| 909 | - <hop> <from>判定新增/更新数据</from><to>待更新数据</to><enabled>Y</enabled> </hop> | ||
| 910 | - <hop> <from>待新增数据</from><to>新增数据处理</to><enabled>Y</enabled> </hop> | ||
| 911 | - <hop> <from>获取公司分公司编码</from><to>本地车辆信息查询 </to><enabled>Y</enabled> </hop> | ||
| 912 | - <hop> <from>本地车辆信息查询 </from><to>本地车辆配置信息查询</to><enabled>Y</enabled> </hop> | ||
| 913 | - <hop> <from>待更新数据</from><to>更新数据处理</to><enabled>Y</enabled> </hop> | ||
| 914 | - <hop> <from>字段选择</from><to>待处理数据xls输出</to><enabled>Y</enabled> </hop> | ||
| 915 | - <hop> <from>本地车辆配置信息查询</from><to>本地线路信息查询</to><enabled>Y</enabled> </hop> | ||
| 916 | - <hop> <from>本地线路信息查询</from><to>字段选择</to><enabled>Y</enabled> </hop> | ||
| 917 | - <hop> <from>本地线路信息查询</from><to>判定新增/更新数据</to><enabled>Y</enabled> </hop> | ||
| 918 | - <hop> <from>获取参数</from><to>写日志</to><enabled>Y</enabled> </hop> | ||
| 919 | - <hop> <from>新增数据处理</from><to>新增车辆数据输出</to><enabled>Y</enabled> </hop> | ||
| 920 | - <hop> <from>报废车辆管理设备数据处理</from><to>新增车辆设备数据输出</to><enabled>Y</enabled> </hop> | ||
| 921 | - <hop> <from>新增车辆数据输出</from><to>新增错误数据文件</to><enabled>Y</enabled> </hop> | ||
| 922 | - <hop> <from>新增车辆设备数据输出</from><to>添加车辆设备错误数据文件</to><enabled>Y</enabled> </hop> | ||
| 923 | - <hop> <from>更新数据处理</from><to>判定是否更新</to><enabled>Y</enabled> </hop> | ||
| 924 | - <hop> <from>更新车辆数据输出</from><to>更新错误数据文件</to><enabled>Y</enabled> </hop> | ||
| 925 | - <hop> <from>判定是否更新</from><to>待处理更新数据</to><enabled>Y</enabled> </hop> | ||
| 926 | - <hop> <from>待处理更新数据</from><to>更新车辆数据输出</to><enabled>Y</enabled> </hop> | ||
| 927 | - <hop> <from>待处理更新数据</from><to>判断是否报废更新</to><enabled>Y</enabled> </hop> | ||
| 928 | - <hop> <from>公司,分公司名称代码数据</from><to>数据检验</to><enabled>Y</enabled> </hop> | ||
| 929 | - <hop> <from>公司,分公司名称代码数据</from><to>获取公司分公司编码</to><enabled>Y</enabled> </hop> | ||
| 930 | - <hop> <from>判断是否报废更新</from><to>报废车辆管理设备数据处理</to><enabled>Y</enabled> </hop> | ||
| 931 | - </order> | ||
| 932 | - <step> | ||
| 933 | - <name>JavaScript解析json生成数据</name> | ||
| 934 | - <type>ScriptValueMod</type> | ||
| 935 | - <description/> | ||
| 936 | - <distribute>Y</distribute> | ||
| 937 | - <custom_distribution/> | ||
| 938 | - <copies>1</copies> | ||
| 939 | - <partitioning> | ||
| 940 | - <method>none</method> | ||
| 941 | - <schema_name/> | ||
| 942 | - </partitioning> | ||
| 943 | - <compatible>N</compatible> | ||
| 944 | - <optimizationLevel>9</optimizationLevel> | ||
| 945 | - <jsScripts> <jsScript> <jsScript_type>0</jsScript_type> | ||
| 946 | - <jsScript_name>Script 1</jsScript_name> | ||
| 947 | - <jsScript_script>//Script here
//---------------- 数据过滤参数处理 --------------//
// 1、车辆自编号
var existParamZbh = false; // 是否存在车辆自编号参数
if (paramClzbh != null && paramClzbh != "") {
 existParamZbh = true;
}
// 2、开始时间、结束时间参数
var paramFrom_date;
var paramTo_date;
if (paramFrom != null && paramFrom != "") {
 paramFrom_date = str2date(paramFrom, 'yyyy-MM-dd HH:mm:ss');
}
if (paramTo != null && paramTo != "") {
 paramTo_date = str2date(paramTo, 'yyyy-MM-dd HH:mm:ss');
}

/**
 * 新增处理行函数。
 * @param newRow 待新增的行
 * @param jsonRow 可解析的行对象数据
 * @return false:表示外部循环break
 */
function processRow(newRow, jsonRow) {
 //------------ 根据参数,过滤记录 ---------//
 // 1、车辆自编号参数,优先级最高(其他参数不匹配了),并且只匹配一次
 if (existParamZbh) {
 if (paramClzbh == jsonRow.car_code) {
 putRow(newRow);
 return false;
 }
 return true;
 }

 // 2、开始时间,结束时间参数,两个都是必填参数,只要有一个不存在,则退出整个循环
 // 使用新增和更新时间匹配,如果又一个为null,则忽略本条数据
 if (paramFrom_date == null || paramTo_date == null) {
 return false;
 }
 // create_time为空,过滤记录
 if (jsonRow.create_time == null || jsonRow.create_time == "") {
 return true;
 }
 // 判定 paramFrom_date <= create_time <= paramTo_date
 var create_time_cov = str2date(jsonRow.create_time, 'yyyy-MM-dd HH:mm:ss');
 if (dateDiff(paramFrom_date, create_time_cov, 'ss') >= 0 && dateDiff(create_time_cov, paramTo_date, 'ss') >= 0) {
 putRow(newRow);
 return true;
 }
 // create_time不为空,不再时间范围内,update_time为空,过滤记录
 if (jsonRow.update_time == null || jsonRow.update_time == "") {
 return true;
 }
 // 判定 paramFrom_date <= update_time <= paramTo_date
 var update_time_cov = str2date(jsonRow.update_time, 'yyyy-MM-dd HH:mm:ss');
 if (dateDiff(paramFrom_date, update_time_cov, 'ss') >= 0 && dateDiff(update_time_cov, paramTo_date, 'ss') >= 0) {
 putRow(newRow);
 return true;
 }

 // TODO:其他判定参数再议
 return true;
}


var json_script = 'var jsonlist = ' + result;
eval(json_script);
for (i = 0; i < jsonlist.length; i++) {
 newRow = createRowCopy(getOutputRowMeta().size());
 var rowIndex = getInputRowMeta().size();

 //----------- 新生成字段 ----------//
 newRow[rowIndex ++] = jsonlist[i].company || null; // 公司名称
 newRow[rowIndex ++] = jsonlist[i].branch_company || null; // 分公司名称
 newRow[rowIndex ++] = jsonlist[i].company + "-" + jsonlist[i].branch_company; // 公司分公司名称合并
 newRow[rowIndex ++] = jsonlist[i].car_code || null; // 车辆自编号
 newRow[rowIndex ++] = jsonlist[i].car_plate || null; // 车牌号
 newRow[rowIndex ++] = jsonlist[i].create_time || null; // 新增时间
 newRow[rowIndex ++] = jsonlist[i].update_time || null; // 更新时间
 // newRow[rowIndex ++] = jsonlist[i].application_scrap_type || null; // 报废类型
 newRow[rowIndex ++] = jsonlist[i].apply_scarp_type || null; // 报废类型
 newRow[rowIndex ++] = jsonlist[i].car_state || null; // 车辆状态
 newRow[rowIndex ++] = jsonlist[i].cancel_date || null; // 报废日期
 newRow[rowIndex ++] = jsonlist[i].car_energy_type || null; // 车辆动力类型
 newRow[rowIndex ++] = jsonlist[i].car_model || null; // 车辆车型
 
 // 处理行数据
 if (!processRow(newRow, jsonlist[i])) {
 break;
 }
}
trans_Status = SKIP_TRANSFORMATION;

// 公司名称
var gsmc;
// 分公司名称
var fgsmc;
// 公司分公司名称合并
var allgsmc;
// 车辆自编号
var clzbh;
// 车牌号
var cph;
// 新增时间
var createTime;
// 更新时间
var updateTime;
// 报废类型
var scrapType;
// 车辆状态
var carState;
// 报废时间
var scrapDate;
// 车辆动力类型
var carEnergyType;
// 车辆车型
var carModel;
</jsScript_script> | ||
| 948 | - </jsScript> </jsScripts> <fields> <field> <name>gsmc</name> | ||
| 949 | - <rename>gsmc</rename> | ||
| 950 | - <type>String</type> | ||
| 951 | - <length>-1</length> | ||
| 952 | - <precision>-1</precision> | ||
| 953 | - <replace>N</replace> | ||
| 954 | - </field> <field> <name>fgsmc</name> | ||
| 955 | - <rename>fgsmc</rename> | ||
| 956 | - <type>String</type> | ||
| 957 | - <length>-1</length> | ||
| 958 | - <precision>-1</precision> | ||
| 959 | - <replace>N</replace> | ||
| 960 | - </field> <field> <name>allgsmc</name> | ||
| 961 | - <rename>allgsmc</rename> | ||
| 962 | - <type>String</type> | ||
| 963 | - <length>-1</length> | ||
| 964 | - <precision>-1</precision> | ||
| 965 | - <replace>N</replace> | ||
| 966 | - </field> <field> <name>clzbh</name> | ||
| 967 | - <rename>clzbh</rename> | ||
| 968 | - <type>String</type> | ||
| 969 | - <length>-1</length> | ||
| 970 | - <precision>-1</precision> | ||
| 971 | - <replace>N</replace> | ||
| 972 | - </field> <field> <name>cph</name> | ||
| 973 | - <rename>cph</rename> | ||
| 974 | - <type>String</type> | ||
| 975 | - <length>-1</length> | ||
| 976 | - <precision>-1</precision> | ||
| 977 | - <replace>N</replace> | ||
| 978 | - </field> <field> <name>createTime</name> | ||
| 979 | - <rename>createTime</rename> | ||
| 980 | - <type>String</type> | ||
| 981 | - <length>-1</length> | ||
| 982 | - <precision>-1</precision> | ||
| 983 | - <replace>N</replace> | ||
| 984 | - </field> <field> <name>updateTime</name> | ||
| 985 | - <rename>updateTime</rename> | ||
| 986 | - <type>String</type> | ||
| 987 | - <length>-1</length> | ||
| 988 | - <precision>-1</precision> | ||
| 989 | - <replace>N</replace> | ||
| 990 | - </field> <field> <name>scrapType</name> | ||
| 991 | - <rename>scrapType</rename> | ||
| 992 | - <type>String</type> | ||
| 993 | - <length>-1</length> | ||
| 994 | - <precision>-1</precision> | ||
| 995 | - <replace>N</replace> | ||
| 996 | - </field> <field> <name>carState</name> | ||
| 997 | - <rename>carState</rename> | ||
| 998 | - <type>String</type> | ||
| 999 | - <length>-1</length> | ||
| 1000 | - <precision>-1</precision> | ||
| 1001 | - <replace>N</replace> | ||
| 1002 | - </field> <field> <name>scrapDate</name> | ||
| 1003 | - <rename>scrapDate</rename> | ||
| 1004 | - <type>String</type> | ||
| 1005 | - <length>-1</length> | ||
| 1006 | - <precision>-1</precision> | ||
| 1007 | - <replace>N</replace> | ||
| 1008 | - </field> <field> <name>carEnergyType</name> | ||
| 1009 | - <rename>carEnergyType</rename> | ||
| 1010 | - <type>String</type> | ||
| 1011 | - <length>-1</length> | ||
| 1012 | - <precision>-1</precision> | ||
| 1013 | - <replace>N</replace> | ||
| 1014 | - </field> <field> <name>carModel</name> | ||
| 1015 | - <rename>carModel</rename> | ||
| 1016 | - <type>String</type> | ||
| 1017 | - <length>-1</length> | ||
| 1018 | - <precision>-1</precision> | ||
| 1019 | - <replace>N</replace> | ||
| 1020 | - </field> </fields> <cluster_schema/> | ||
| 1021 | - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 1022 | - <xloc>335</xloc> | ||
| 1023 | - <yloc>29</yloc> | ||
| 1024 | - <draw>Y</draw> | ||
| 1025 | - </GUI> | ||
| 1026 | - </step> | ||
| 1027 | - | ||
| 1028 | - <step> | ||
| 1029 | - <name>http接口调用</name> | ||
| 1030 | - <type>HTTP</type> | ||
| 1031 | - <description/> | ||
| 1032 | - <distribute>Y</distribute> | ||
| 1033 | - <custom_distribution/> | ||
| 1034 | - <copies>1</copies> | ||
| 1035 | - <partitioning> | ||
| 1036 | - <method>none</method> | ||
| 1037 | - <schema_name/> | ||
| 1038 | - </partitioning> | ||
| 1039 | - <url/> | ||
| 1040 | - <urlInField>Y</urlInField> | ||
| 1041 | - <urlField>url</urlField> | ||
| 1042 | - <encoding>UTF-8</encoding> | ||
| 1043 | - <httpLogin/> | ||
| 1044 | - <httpPassword>Encrypted </httpPassword> | ||
| 1045 | - <proxyHost/> | ||
| 1046 | - <proxyPort/> | ||
| 1047 | - <socketTimeout>-1</socketTimeout> | ||
| 1048 | - <connectionTimeout>-1</connectionTimeout> | ||
| 1049 | - <closeIdleConnectionsTime>-1</closeIdleConnectionsTime> | ||
| 1050 | - <lookup> | ||
| 1051 | - <arg> | ||
| 1052 | - <name>password</name> | ||
| 1053 | - <parameter>password</parameter> | ||
| 1054 | - </arg> | ||
| 1055 | - </lookup> | ||
| 1056 | - <result> | ||
| 1057 | - <name>result</name> | ||
| 1058 | - <code/> | ||
| 1059 | - <response_time/> | ||
| 1060 | - </result> | ||
| 1061 | - <cluster_schema/> | ||
| 1062 | - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 1063 | - <xloc>176</xloc> | ||
| 1064 | - <yloc>29</yloc> | ||
| 1065 | - <draw>Y</draw> | ||
| 1066 | - </GUI> | ||
| 1067 | - </step> | ||
| 1068 | - | ||
| 1069 | - <step> | ||
| 1070 | - <name>公司,分公司名称代码数据</name> | ||
| 1071 | - <type>TableInput</type> | ||
| 1072 | - <description/> | ||
| 1073 | - <distribute>N</distribute> | ||
| 1074 | - <custom_distribution/> | ||
| 1075 | - <copies>1</copies> | ||
| 1076 | - <partitioning> | ||
| 1077 | - <method>none</method> | ||
| 1078 | - <schema_name/> | ||
| 1079 | - </partitioning> | ||
| 1080 | - <connection>control_jndi</connection> | ||
| 1081 | - <sql>select gs.gsmc as gsmc
, fgs.fgsmc as fgsmc
, concat (gs.gsmc, '-', fgs.fgsmc) as allmc
, gs.gsdm as gsdm
, fgs.fgsdm as fgsdm
from
(select business_name as fgsmc
, business_code as fgsdm
, up_code gsdm 
from bsth_c_business 
where up_code in (
select business_code from bsth_c_business where up_code = '88')
) fgs left join
(select business_name as gsmc
, business_code as gsdm
from bsth_c_business
where up_code = '88'
) gs on fgs.gsdm = gs.gsdm</sql> | ||
| 1082 | - <limit>0</limit> | ||
| 1083 | - <lookup/> | ||
| 1084 | - <execute_each_row>N</execute_each_row> | ||
| 1085 | - <variables_active>N</variables_active> | ||
| 1086 | - <lazy_conversion_active>N</lazy_conversion_active> | ||
| 1087 | - <cluster_schema/> | ||
| 1088 | - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 1089 | - <xloc>176</xloc> | ||
| 1090 | - <yloc>220</yloc> | ||
| 1091 | - <draw>Y</draw> | ||
| 1092 | - </GUI> | ||
| 1093 | - </step> | ||
| 1094 | - | ||
| 1095 | - <step> | ||
| 1096 | - <name>写日志</name> | ||
| 1097 | - <type>WriteToLog</type> | ||
| 1098 | - <description/> | ||
| 1099 | - <distribute>Y</distribute> | ||
| 1100 | - <custom_distribution/> | ||
| 1101 | - <copies>1</copies> | ||
| 1102 | - <partitioning> | ||
| 1103 | - <method>none</method> | ||
| 1104 | - <schema_name/> | ||
| 1105 | - </partitioning> | ||
| 1106 | - <loglevel>log_level_basic</loglevel> | ||
| 1107 | - <displayHeader>Y</displayHeader> | ||
| 1108 | - <limitRows>N</limitRows> | ||
| 1109 | - <limitRowsNumber>0</limitRowsNumber> | ||
| 1110 | - <logmessage>开始获取远端数据,并处理输出
获取数据 api url=${url}
url参数(密钥)password=${password}
数据源过滤参数:
1、车辆自编号 ${paramClzbh}
2、开始时间 ${paramFrom}
3、结束时间 ${paramTo}
4、数据检验错误文件 ${file_validate_error}
5、待处理数据文件 ${file_prepare}
6、新增错误数据文件 ${file_add_error}
7、更新错误数据文件 ${file_update_error}
8、添加车辆设备错误数据文件 ${file_deivce_add_error}</logmessage> | ||
| 1111 | - <fields> | ||
| 1112 | - </fields> | ||
| 1113 | - <cluster_schema/> | ||
| 1114 | - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 1115 | - <xloc>56</xloc> | ||
| 1116 | - <yloc>123</yloc> | ||
| 1117 | - <draw>Y</draw> | ||
| 1118 | - </GUI> | ||
| 1119 | - </step> | ||
| 1120 | - | ||
| 1121 | - <step> | ||
| 1122 | - <name>判定新增/更新数据</name> | ||
| 1123 | - <type>FilterRows</type> | ||
| 1124 | - <description/> | ||
| 1125 | - <distribute>Y</distribute> | ||
| 1126 | - <custom_distribution/> | ||
| 1127 | - <copies>1</copies> | ||
| 1128 | - <partitioning> | ||
| 1129 | - <method>none</method> | ||
| 1130 | - <schema_name/> | ||
| 1131 | - </partitioning> | ||
| 1132 | -<send_true_to>待新增数据</send_true_to> | ||
| 1133 | -<send_false_to>待更新数据</send_false_to> | ||
| 1134 | - <compare> | ||
| 1135 | -<condition> | ||
| 1136 | - <negated>N</negated> | ||
| 1137 | - <leftvalue>id</leftvalue> | ||
| 1138 | - <function>IS NULL</function> | ||
| 1139 | - <rightvalue/> | ||
| 1140 | - </condition> | ||
| 1141 | - </compare> | ||
| 1142 | - <cluster_schema/> | ||
| 1143 | - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 1144 | - <xloc>506</xloc> | ||
| 1145 | - <yloc>309</yloc> | ||
| 1146 | - <draw>Y</draw> | ||
| 1147 | - </GUI> | ||
| 1148 | - </step> | ||
| 1149 | - | ||
| 1150 | - <step> | ||
| 1151 | - <name>判定是否更新</name> | ||
| 1152 | - <type>FilterRows</type> | ||
| 1153 | - <description/> | ||
| 1154 | - <distribute>Y</distribute> | ||
| 1155 | - <custom_distribution/> | ||
| 1156 | - <copies>1</copies> | ||
| 1157 | - <partitioning> | ||
| 1158 | - <method>none</method> | ||
| 1159 | - <schema_name/> | ||
| 1160 | - </partitioning> | ||
| 1161 | -<send_true_to>待处理更新数据</send_true_to> | ||
| 1162 | -<send_false_to/> | ||
| 1163 | - <compare> | ||
| 1164 | -<condition> | ||
| 1165 | - <negated>N</negated> | ||
| 1166 | - <conditions> | ||
| 1167 | - <condition> | ||
| 1168 | - <negated>N</negated> | ||
| 1169 | - <leftvalue>isGsUpdate</leftvalue> | ||
| 1170 | - <function>=</function> | ||
| 1171 | - <rightvalue/> | ||
| 1172 | - <value><name>constant</name><type>Boolean</type><text>Y</text><length>-1</length><precision>-1</precision><isnull>N</isnull><mask/></value> </condition> | ||
| 1173 | - <condition> | ||
| 1174 | - <negated>N</negated> | ||
| 1175 | - <operator>OR</operator> | ||
| 1176 | - <leftvalue>isScrapUpdate</leftvalue> | ||
| 1177 | - <function>=</function> | ||
| 1178 | - <rightvalue/> | ||
| 1179 | - <value><name>constant</name><type>Boolean</type><text>Y</text><length>-1</length><precision>-1</precision><isnull>N</isnull><mask/></value> </condition> | ||
| 1180 | - <condition> | ||
| 1181 | - <negated>N</negated> | ||
| 1182 | - <operator>OR</operator> | ||
| 1183 | - <leftvalue>isSfdcUpdate</leftvalue> | ||
| 1184 | - <function>=</function> | ||
| 1185 | - <rightvalue/> | ||
| 1186 | - <value><name>constant</name><type>Boolean</type><text>Y</text><length>-1</length><precision>-1</precision><isnull>N</isnull><mask/></value> </condition> | ||
| 1187 | - <condition> | ||
| 1188 | - <negated>N</negated> | ||
| 1189 | - <operator>OR</operator> | ||
| 1190 | - <leftvalue>isSfmixUpdate</leftvalue> | ||
| 1191 | - <function>=</function> | ||
| 1192 | - <rightvalue/> | ||
| 1193 | - <value><name>constant</name><type>Boolean</type><text>Y</text><length>-1</length><precision>-1</precision><isnull>N</isnull><mask/></value> </condition> | ||
| 1194 | - <condition> | ||
| 1195 | - <negated>N</negated> | ||
| 1196 | - <operator>OR</operator> | ||
| 1197 | - <leftvalue>isChpUpdate</leftvalue> | ||
| 1198 | - <function>=</function> | ||
| 1199 | - <rightvalue/> | ||
| 1200 | - <value><name>constant</name><type>Boolean</type><text>Y</text><length>-1</length><precision>-1</precision><isnull>N</isnull><mask/></value> </condition> | ||
| 1201 | - <condition> | ||
| 1202 | - <negated>N</negated> | ||
| 1203 | - <operator>OR</operator> | ||
| 1204 | - <leftvalue>isVehicleTypeUpdate</leftvalue> | ||
| 1205 | - <function>=</function> | ||
| 1206 | - <rightvalue/> | ||
| 1207 | - <value><name>constant</name><type>Boolean</type><text>Y</text><length>-1</length><precision>-1</precision><isnull>N</isnull><mask/></value> </condition> | ||
| 1208 | - </conditions> | ||
| 1209 | - </condition> | ||
| 1210 | - </compare> | ||
| 1211 | - <cluster_schema/> | ||
| 1212 | - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 1213 | - <xloc>822</xloc> | ||
| 1214 | - <yloc>311</yloc> | ||
| 1215 | - <draw>Y</draw> | ||
| 1216 | - </GUI> | ||
| 1217 | - </step> | ||
| 1218 | - | ||
| 1219 | - <step> | ||
| 1220 | - <name>判断是否报废更新</name> | ||
| 1221 | - <type>FilterRows</type> | ||
| 1222 | - <description/> | ||
| 1223 | - <distribute>Y</distribute> | ||
| 1224 | - <custom_distribution/> | ||
| 1225 | - <copies>1</copies> | ||
| 1226 | - <partitioning> | ||
| 1227 | - <method>none</method> | ||
| 1228 | - <schema_name/> | ||
| 1229 | - </partitioning> | ||
| 1230 | -<send_true_to>报废车辆管理设备数据处理</send_true_to> | ||
| 1231 | -<send_false_to/> | ||
| 1232 | - <compare> | ||
| 1233 | -<condition> | ||
| 1234 | - <negated>N</negated> | ||
| 1235 | - <conditions> | ||
| 1236 | - <condition> | ||
| 1237 | - <negated>N</negated> | ||
| 1238 | - <operator>OR</operator> | ||
| 1239 | - <leftvalue>isScrapUpdate</leftvalue> | ||
| 1240 | - <function>=</function> | ||
| 1241 | - <rightvalue/> | ||
| 1242 | - <value><name>constant</name><type>Boolean</type><text>Y</text><length>-1</length><precision>-1</precision><isnull>N</isnull><mask/></value> </condition> | ||
| 1243 | - </conditions> | ||
| 1244 | - </condition> | ||
| 1245 | - </compare> | ||
| 1246 | - <cluster_schema/> | ||
| 1247 | - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 1248 | - <xloc>672</xloc> | ||
| 1249 | - <yloc>497</yloc> | ||
| 1250 | - <draw>Y</draw> | ||
| 1251 | - </GUI> | ||
| 1252 | - </step> | ||
| 1253 | - | ||
| 1254 | - <step> | ||
| 1255 | - <name>字段选择</name> | ||
| 1256 | - <type>SelectValues</type> | ||
| 1257 | - <description/> | ||
| 1258 | - <distribute>Y</distribute> | ||
| 1259 | - <custom_distribution/> | ||
| 1260 | - <copies>1</copies> | ||
| 1261 | - <partitioning> | ||
| 1262 | - <method>none</method> | ||
| 1263 | - <schema_name/> | ||
| 1264 | - </partitioning> | ||
| 1265 | - <fields> <field> <name>gsmc</name> | ||
| 1266 | - <rename>远程_公司名称</rename> | ||
| 1267 | - <length>-2</length> | ||
| 1268 | - <precision>-2</precision> | ||
| 1269 | - </field> <field> <name>fgsmc</name> | ||
| 1270 | - <rename>远程_分公司名称</rename> | ||
| 1271 | - <length>-2</length> | ||
| 1272 | - <precision>-2</precision> | ||
| 1273 | - </field> <field> <name>clzbh</name> | ||
| 1274 | - <rename>远程_车辆自编号</rename> | ||
| 1275 | - <length>-2</length> | ||
| 1276 | - <precision>-2</precision> | ||
| 1277 | - </field> <field> <name>cph</name> | ||
| 1278 | - <rename>远程_车牌号</rename> | ||
| 1279 | - <length>-2</length> | ||
| 1280 | - <precision>-2</precision> | ||
| 1281 | - </field> <field> <name>createTime</name> | ||
| 1282 | - <rename>远程_创建时间</rename> | ||
| 1283 | - <length>-2</length> | ||
| 1284 | - <precision>-2</precision> | ||
| 1285 | - </field> <field> <name>updateTime</name> | ||
| 1286 | - <rename>远程_更新时间</rename> | ||
| 1287 | - <length>-2</length> | ||
| 1288 | - <precision>-2</precision> | ||
| 1289 | - </field> <field> <name>scrapType</name> | ||
| 1290 | - <rename>远程_apply_scrap_type</rename> | ||
| 1291 | - <length>-2</length> | ||
| 1292 | - <precision>-2</precision> | ||
| 1293 | - </field> <field> <name>carState</name> | ||
| 1294 | - <rename>远程_car_state</rename> | ||
| 1295 | - <length>-2</length> | ||
| 1296 | - <precision>-2</precision> | ||
| 1297 | - </field> <field> <name>scrapDate</name> | ||
| 1298 | - <rename>远程_cancel_date</rename> | ||
| 1299 | - <length>-2</length> | ||
| 1300 | - <precision>-2</precision> | ||
| 1301 | - </field> <field> <name>carEnergyType</name> | ||
| 1302 | - <rename>远程_car_energy_type</rename> | ||
| 1303 | - <length>-2</length> | ||
| 1304 | - <precision>-2</precision> | ||
| 1305 | - </field> <field> <name>carModel</name> | ||
| 1306 | - <rename>远程_car_model</rename> | ||
| 1307 | - <length>-2</length> | ||
| 1308 | - <precision>-2</precision> | ||
| 1309 | - </field> <field> <name>company</name> | ||
| 1310 | - <rename>本地_公司名称</rename> | ||
| 1311 | - <length>-2</length> | ||
| 1312 | - <precision>-2</precision> | ||
| 1313 | - </field> <field> <name>branche_company</name> | ||
| 1314 | - <rename>本地_分公司名称</rename> | ||
| 1315 | - <length>-2</length> | ||
| 1316 | - <precision>-2</precision> | ||
| 1317 | - </field> <field> <name>id</name> | ||
| 1318 | - <rename>本地_车辆Id</rename> | ||
| 1319 | - <length>-2</length> | ||
| 1320 | - <precision>-2</precision> | ||
| 1321 | - </field> <field> <name>xl</name> | ||
| 1322 | - <rename>本地_车辆最近配置线路Id</rename> | ||
| 1323 | - <length>-2</length> | ||
| 1324 | - <precision>-2</precision> | ||
| 1325 | - </field> <field> <name>name</name> | ||
| 1326 | - <rename>本地_车辆最近配置线路名字</rename> | ||
| 1327 | - <length>-2</length> | ||
| 1328 | - <precision>-2</precision> | ||
| 1329 | - </field> <field> <name>line_code</name> | ||
| 1330 | - <rename>本地_车辆最近配置线路编码</rename> | ||
| 1331 | - <length>-2</length> | ||
| 1332 | - <precision>-2</precision> | ||
| 1333 | - </field> <field> <name>equipment_code</name> | ||
| 1334 | - <rename>本地_车辆设备编号</rename> | ||
| 1335 | - <length>-2</length> | ||
| 1336 | - <precision>-2</precision> | ||
| 1337 | - </field> <field> <name>scrap_code</name> | ||
| 1338 | - <rename>本地_车辆报废号</rename> | ||
| 1339 | - <length>-2</length> | ||
| 1340 | - <precision>-2</precision> | ||
| 1341 | - </field> <field> <name>scrap_state</name> | ||
| 1342 | - <rename>本地_车辆是否报废</rename> | ||
| 1343 | - <length>-2</length> | ||
| 1344 | - <precision>-2</precision> | ||
| 1345 | - </field> <field> <name>scrap_date</name> | ||
| 1346 | - <rename>本地_车辆报废日期</rename> | ||
| 1347 | - <length>-2</length> | ||
| 1348 | - <precision>-2</precision> | ||
| 1349 | - </field> <field> <name>sfdc</name> | ||
| 1350 | - <rename>本地_是否电车</rename> | ||
| 1351 | - <length>-2</length> | ||
| 1352 | - <precision>-2</precision> | ||
| 1353 | - </field> <field> <name>sfmix</name> | ||
| 1354 | - <rename>本地_是否混合动力</rename> | ||
| 1355 | - <length>-2</length> | ||
| 1356 | - <precision>-2</precision> | ||
| 1357 | - </field> <field> <name>car_plate</name> | ||
| 1358 | - <rename>本地_车牌号</rename> | ||
| 1359 | - <length>-2</length> | ||
| 1360 | - <precision>-2</precision> | ||
| 1361 | - </field> <field> <name>vehicle_type</name> | ||
| 1362 | - <rename>本地_车辆车型</rename> | ||
| 1363 | - <length>-2</length> | ||
| 1364 | - <precision>-2</precision> | ||
| 1365 | - </field> <select_unspecified>N</select_unspecified> | ||
| 1366 | - </fields> <cluster_schema/> | ||
| 1367 | - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 1368 | - <xloc>196</xloc> | ||
| 1369 | - <yloc>585</yloc> | ||
| 1370 | - <draw>Y</draw> | ||
| 1371 | - </GUI> | ||
| 1372 | - </step> | ||
| 1373 | - | ||
| 1374 | - <step> | ||
| 1375 | - <name>待处理数据</name> | ||
| 1376 | - <type>Dummy</type> | ||
| 1377 | - <description/> | ||
| 1378 | - <distribute>Y</distribute> | ||
| 1379 | - <custom_distribution/> | ||
| 1380 | - <copies>1</copies> | ||
| 1381 | - <partitioning> | ||
| 1382 | - <method>none</method> | ||
| 1383 | - <schema_name/> | ||
| 1384 | - </partitioning> | ||
| 1385 | - <cluster_schema/> | ||
| 1386 | - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 1387 | - <xloc>336</xloc> | ||
| 1388 | - <yloc>221</yloc> | ||
| 1389 | - <draw>Y</draw> | ||
| 1390 | - </GUI> | ||
| 1391 | - </step> | ||
| 1392 | - | ||
| 1393 | - <step> | ||
| 1394 | - <name>待处理数据xls输出</name> | ||
| 1395 | - <type>ExcelOutput</type> | ||
| 1396 | - <description/> | ||
| 1397 | - <distribute>Y</distribute> | ||
| 1398 | - <custom_distribution/> | ||
| 1399 | - <copies>1</copies> | ||
| 1400 | - <partitioning> | ||
| 1401 | - <method>none</method> | ||
| 1402 | - <schema_name/> | ||
| 1403 | - </partitioning> | ||
| 1404 | - <header>Y</header> | ||
| 1405 | - <footer>N</footer> | ||
| 1406 | - <encoding/> | ||
| 1407 | - <append>N</append> | ||
| 1408 | - <add_to_result_filenames>Y</add_to_result_filenames> | ||
| 1409 | - <file> | ||
| 1410 | - <name>${file_prepare}</name> | ||
| 1411 | - <extention>xls</extention> | ||
| 1412 | - <do_not_open_newfile_init>N</do_not_open_newfile_init> | ||
| 1413 | - <create_parent_folder>N</create_parent_folder> | ||
| 1414 | - <split>N</split> | ||
| 1415 | - <add_date>N</add_date> | ||
| 1416 | - <add_time>N</add_time> | ||
| 1417 | - <SpecifyFormat>N</SpecifyFormat> | ||
| 1418 | - <date_time_format/> | ||
| 1419 | - <sheetname>Sheet1</sheetname> | ||
| 1420 | - <autosizecolums>N</autosizecolums> | ||
| 1421 | - <nullisblank>N</nullisblank> | ||
| 1422 | - <protect_sheet>N</protect_sheet> | ||
| 1423 | - <password>Encrypted </password> | ||
| 1424 | - <splitevery>0</splitevery> | ||
| 1425 | - <usetempfiles>N</usetempfiles> | ||
| 1426 | - <tempdirectory/> | ||
| 1427 | - </file> | ||
| 1428 | - <template> | ||
| 1429 | - <enabled>N</enabled> | ||
| 1430 | - <append>N</append> | ||
| 1431 | - <filename>template.xls</filename> | ||
| 1432 | - </template> | ||
| 1433 | - <fields> | ||
| 1434 | - <field> | ||
| 1435 | - <name>远程_公司名称</name> | ||
| 1436 | - <type>String</type> | ||
| 1437 | - <format/> | ||
| 1438 | - </field> | ||
| 1439 | - <field> | ||
| 1440 | - <name>远程_分公司名称</name> | ||
| 1441 | - <type>String</type> | ||
| 1442 | - <format/> | ||
| 1443 | - </field> | ||
| 1444 | - <field> | ||
| 1445 | - <name>远程_车辆自编号</name> | ||
| 1446 | - <type>String</type> | ||
| 1447 | - <format/> | ||
| 1448 | - </field> | ||
| 1449 | - <field> | ||
| 1450 | - <name>远程_车牌号</name> | ||
| 1451 | - <type>String</type> | ||
| 1452 | - <format/> | ||
| 1453 | - </field> | ||
| 1454 | - <field> | ||
| 1455 | - <name>远程_创建时间</name> | ||
| 1456 | - <type>String</type> | ||
| 1457 | - <format/> | ||
| 1458 | - </field> | ||
| 1459 | - <field> | ||
| 1460 | - <name>远程_更新时间</name> | ||
| 1461 | - <type>String</type> | ||
| 1462 | - <format/> | ||
| 1463 | - </field> | ||
| 1464 | - <field> | ||
| 1465 | - <name>远程_apply_scrap_type</name> | ||
| 1466 | - <type>String</type> | ||
| 1467 | - <format/> | ||
| 1468 | - </field> | ||
| 1469 | - <field> | ||
| 1470 | - <name>远程_car_state</name> | ||
| 1471 | - <type>String</type> | ||
| 1472 | - <format/> | ||
| 1473 | - </field> | ||
| 1474 | - <field> | ||
| 1475 | - <name>远程_cancel_date</name> | ||
| 1476 | - <type>String</type> | ||
| 1477 | - <format/> | ||
| 1478 | - </field> | ||
| 1479 | - <field> | ||
| 1480 | - <name>远程_car_energy_type</name> | ||
| 1481 | - <type>String</type> | ||
| 1482 | - <format/> | ||
| 1483 | - </field> | ||
| 1484 | - <field> | ||
| 1485 | - <name>远程_car_model</name> | ||
| 1486 | - <type>String</type> | ||
| 1487 | - <format/> | ||
| 1488 | - </field> | ||
| 1489 | - <field> | ||
| 1490 | - <name>本地_公司名称</name> | ||
| 1491 | - <type>String</type> | ||
| 1492 | - <format/> | ||
| 1493 | - </field> | ||
| 1494 | - <field> | ||
| 1495 | - <name>本地_分公司名称</name> | ||
| 1496 | - <type>String</type> | ||
| 1497 | - <format/> | ||
| 1498 | - </field> | ||
| 1499 | - <field> | ||
| 1500 | - <name>本地_车辆Id</name> | ||
| 1501 | - <type>Integer</type> | ||
| 1502 | - <format/> | ||
| 1503 | - </field> | ||
| 1504 | - <field> | ||
| 1505 | - <name>本地_车辆最近配置线路Id</name> | ||
| 1506 | - <type>Integer</type> | ||
| 1507 | - <format/> | ||
| 1508 | - </field> | ||
| 1509 | - <field> | ||
| 1510 | - <name>本地_车辆最近配置线路名字</name> | ||
| 1511 | - <type>String</type> | ||
| 1512 | - <format/> | ||
| 1513 | - </field> | ||
| 1514 | - <field> | ||
| 1515 | - <name>本地_车辆最近配置线路编码</name> | ||
| 1516 | - <type>String</type> | ||
| 1517 | - <format/> | ||
| 1518 | - </field> | ||
| 1519 | - <field> | ||
| 1520 | - <name>本地_车辆设备编号</name> | ||
| 1521 | - <type>String</type> | ||
| 1522 | - <format/> | ||
| 1523 | - </field> | ||
| 1524 | - <field> | ||
| 1525 | - <name>本地_车辆报废号</name> | ||
| 1526 | - <type>String</type> | ||
| 1527 | - <format/> | ||
| 1528 | - </field> | ||
| 1529 | - <field> | ||
| 1530 | - <name>本地_车辆是否报废</name> | ||
| 1531 | - <type>Boolean</type> | ||
| 1532 | - <format/> | ||
| 1533 | - </field> | ||
| 1534 | - <field> | ||
| 1535 | - <name>本地_车辆报废日期</name> | ||
| 1536 | - <type>Timestamp</type> | ||
| 1537 | - <format/> | ||
| 1538 | - </field> | ||
| 1539 | - <field> | ||
| 1540 | - <name>本地_是否电车</name> | ||
| 1541 | - <type>Boolean</type> | ||
| 1542 | - <format/> | ||
| 1543 | - </field> | ||
| 1544 | - <field> | ||
| 1545 | - <name>本地_是否混合动力</name> | ||
| 1546 | - <type>Boolean</type> | ||
| 1547 | - <format/> | ||
| 1548 | - </field> | ||
| 1549 | - <field> | ||
| 1550 | - <name>本地_车牌号</name> | ||
| 1551 | - <type>String</type> | ||
| 1552 | - <format/> | ||
| 1553 | - </field> | ||
| 1554 | - <field> | ||
| 1555 | - <name>本地_车辆车型</name> | ||
| 1556 | - <type>String</type> | ||
| 1557 | - <format/> | ||
| 1558 | - </field> | ||
| 1559 | - </fields> | ||
| 1560 | - <custom> | ||
| 1561 | - <header_font_name>arial</header_font_name> | ||
| 1562 | - <header_font_size>10</header_font_size> | ||
| 1563 | - <header_font_bold>N</header_font_bold> | ||
| 1564 | - <header_font_italic>N</header_font_italic> | ||
| 1565 | - <header_font_underline>no</header_font_underline> | ||
| 1566 | - <header_font_orientation>horizontal</header_font_orientation> | ||
| 1567 | - <header_font_color>black</header_font_color> | ||
| 1568 | - <header_background_color>none</header_background_color> | ||
| 1569 | - <header_row_height>255</header_row_height> | ||
| 1570 | - <header_alignment>left</header_alignment> | ||
| 1571 | - <header_image/> | ||
| 1572 | - <row_font_name>arial</row_font_name> | ||
| 1573 | - <row_font_size>10</row_font_size> | ||
| 1574 | - <row_font_color>black</row_font_color> | ||
| 1575 | - <row_background_color>none</row_background_color> | ||
| 1576 | - </custom> | ||
| 1577 | - <cluster_schema/> | ||
| 1578 | - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 1579 | - <xloc>65</xloc> | ||
| 1580 | - <yloc>585</yloc> | ||
| 1581 | - <draw>Y</draw> | ||
| 1582 | - </GUI> | ||
| 1583 | - </step> | ||
| 1584 | - | ||
| 1585 | - <step> | ||
| 1586 | - <name>待处理更新数据</name> | ||
| 1587 | - <type>Dummy</type> | ||
| 1588 | - <description/> | ||
| 1589 | - <distribute>N</distribute> | ||
| 1590 | - <custom_distribution/> | ||
| 1591 | - <copies>1</copies> | ||
| 1592 | - <partitioning> | ||
| 1593 | - <method>none</method> | ||
| 1594 | - <schema_name/> | ||
| 1595 | - </partitioning> | ||
| 1596 | - <cluster_schema/> | ||
| 1597 | - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 1598 | - <xloc>673</xloc> | ||
| 1599 | - <yloc>406</yloc> | ||
| 1600 | - <draw>Y</draw> | ||
| 1601 | - </GUI> | ||
| 1602 | - </step> | ||
| 1603 | - | ||
| 1604 | - <step> | ||
| 1605 | - <name>待新增数据</name> | ||
| 1606 | - <type>Dummy</type> | ||
| 1607 | - <description/> | ||
| 1608 | - <distribute>Y</distribute> | ||
| 1609 | - <custom_distribution/> | ||
| 1610 | - <copies>1</copies> | ||
| 1611 | - <partitioning> | ||
| 1612 | - <method>none</method> | ||
| 1613 | - <schema_name/> | ||
| 1614 | - </partitioning> | ||
| 1615 | - <cluster_schema/> | ||
| 1616 | - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 1617 | - <xloc>507</xloc> | ||
| 1618 | - <yloc>216</yloc> | ||
| 1619 | - <draw>Y</draw> | ||
| 1620 | - </GUI> | ||
| 1621 | - </step> | ||
| 1622 | - | ||
| 1623 | - <step> | ||
| 1624 | - <name>待更新数据</name> | ||
| 1625 | - <type>Dummy</type> | ||
| 1626 | - <description/> | ||
| 1627 | - <distribute>Y</distribute> | ||
| 1628 | - <custom_distribution/> | ||
| 1629 | - <copies>1</copies> | ||
| 1630 | - <partitioning> | ||
| 1631 | - <method>none</method> | ||
| 1632 | - <schema_name/> | ||
| 1633 | - </partitioning> | ||
| 1634 | - <cluster_schema/> | ||
| 1635 | - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 1636 | - <xloc>508</xloc> | ||
| 1637 | - <yloc>404</yloc> | ||
| 1638 | - <draw>Y</draw> | ||
| 1639 | - </GUI> | ||
| 1640 | - </step> | ||
| 1641 | - | ||
| 1642 | - <step> | ||
| 1643 | - <name>报废车辆管理设备数据处理</name> | ||
| 1644 | - <type>ScriptValueMod</type> | ||
| 1645 | - <description/> | ||
| 1646 | - <distribute>Y</distribute> | ||
| 1647 | - <custom_distribution/> | ||
| 1648 | - <copies>1</copies> | ||
| 1649 | - <partitioning> | ||
| 1650 | - <method>none</method> | ||
| 1651 | - <schema_name/> | ||
| 1652 | - </partitioning> | ||
| 1653 | - <compatible>N</compatible> | ||
| 1654 | - <optimizationLevel>9</optimizationLevel> | ||
| 1655 | - <jsScripts> <jsScript> <jsScript_type>0</jsScript_type> | ||
| 1656 | - <jsScript_name>Script 1</jsScript_name> | ||
| 1657 | - <jsScript_script>//Script here

//---------------- 车辆报废时需要向设备表添加一条记录 -------------//
// 注意:没有配置过线路的车辆报废时,线路Id,线路名字,线路编码为空

var device_gsName = gsmc; // 公司名称
var device_company = gsdm; // 公司代码
var device_branch_company = fgsdm; // 分公司代码
var device_cl = id; // 车辆Id
var device_clzbh = clzbh; // 车辆自编号
var device_old_no = equipment_code; // 之前的设备编码
var device_new_no = equipmentCode_update; // 新的设备编码
var device_is_cancel = 1; // 是否删除
var device_create_date = new Date(); // 创建时间
var device_update_date = new Date(); // 更新日期
var device_qyrq = new Date(); // 启用日期
var device_xl = xl; // 线路Id
var device_xlName = name; // 线路名字
var device_xlbm = line_code; // 线路编码</jsScript_script> | ||
| 1658 | - </jsScript> </jsScripts> <fields> <field> <name>device_gsName</name> | ||
| 1659 | - <rename>device_gsName</rename> | ||
| 1660 | - <type>String</type> | ||
| 1661 | - <length>-1</length> | ||
| 1662 | - <precision>-1</precision> | ||
| 1663 | - <replace>N</replace> | ||
| 1664 | - </field> <field> <name>device_company</name> | ||
| 1665 | - <rename>device_company</rename> | ||
| 1666 | - <type>String</type> | ||
| 1667 | - <length>-1</length> | ||
| 1668 | - <precision>-1</precision> | ||
| 1669 | - <replace>N</replace> | ||
| 1670 | - </field> <field> <name>device_branch_company</name> | ||
| 1671 | - <rename>device_branch_company</rename> | ||
| 1672 | - <type>String</type> | ||
| 1673 | - <length>-1</length> | ||
| 1674 | - <precision>-1</precision> | ||
| 1675 | - <replace>N</replace> | ||
| 1676 | - </field> <field> <name>device_cl</name> | ||
| 1677 | - <rename>device_cl</rename> | ||
| 1678 | - <type>String</type> | ||
| 1679 | - <length>-1</length> | ||
| 1680 | - <precision>-1</precision> | ||
| 1681 | - <replace>N</replace> | ||
| 1682 | - </field> <field> <name>device_clzbh</name> | ||
| 1683 | - <rename>device_clzbh</rename> | ||
| 1684 | - <type>String</type> | ||
| 1685 | - <length>-1</length> | ||
| 1686 | - <precision>-1</precision> | ||
| 1687 | - <replace>N</replace> | ||
| 1688 | - </field> <field> <name>device_old_no</name> | ||
| 1689 | - <rename>device_old_no</rename> | ||
| 1690 | - <type>String</type> | ||
| 1691 | - <length>-1</length> | ||
| 1692 | - <precision>-1</precision> | ||
| 1693 | - <replace>N</replace> | ||
| 1694 | - </field> <field> <name>device_new_no</name> | ||
| 1695 | - <rename>device_new_no</rename> | ||
| 1696 | - <type>String</type> | ||
| 1697 | - <length>-1</length> | ||
| 1698 | - <precision>-1</precision> | ||
| 1699 | - <replace>N</replace> | ||
| 1700 | - </field> <field> <name>device_is_cancel</name> | ||
| 1701 | - <rename>device_is_cancel</rename> | ||
| 1702 | - <type>Integer</type> | ||
| 1703 | - <length>-1</length> | ||
| 1704 | - <precision>-1</precision> | ||
| 1705 | - <replace>N</replace> | ||
| 1706 | - </field> <field> <name>device_create_date</name> | ||
| 1707 | - <rename>device_create_date</rename> | ||
| 1708 | - <type>Date</type> | ||
| 1709 | - <length>-1</length> | ||
| 1710 | - <precision>-1</precision> | ||
| 1711 | - <replace>N</replace> | ||
| 1712 | - </field> <field> <name>device_update_date</name> | ||
| 1713 | - <rename>device_update_date</rename> | ||
| 1714 | - <type>Date</type> | ||
| 1715 | - <length>-1</length> | ||
| 1716 | - <precision>-1</precision> | ||
| 1717 | - <replace>N</replace> | ||
| 1718 | - </field> <field> <name>device_qyrq</name> | ||
| 1719 | - <rename>device_qyrq</rename> | ||
| 1720 | - <type>Date</type> | ||
| 1721 | - <length>-1</length> | ||
| 1722 | - <precision>-1</precision> | ||
| 1723 | - <replace>N</replace> | ||
| 1724 | - </field> <field> <name>device_xl</name> | ||
| 1725 | - <rename>device_xl</rename> | ||
| 1726 | - <type>String</type> | ||
| 1727 | - <length>-1</length> | ||
| 1728 | - <precision>-1</precision> | ||
| 1729 | - <replace>N</replace> | ||
| 1730 | - </field> <field> <name>device_xlName</name> | ||
| 1731 | - <rename>device_xlName</rename> | ||
| 1732 | - <type>String</type> | ||
| 1733 | - <length>-1</length> | ||
| 1734 | - <precision>-1</precision> | ||
| 1735 | - <replace>N</replace> | ||
| 1736 | - </field> <field> <name>device_xlbm</name> | ||
| 1737 | - <rename>device_xlbm</rename> | ||
| 1738 | - <type>String</type> | ||
| 1739 | - <length>-1</length> | ||
| 1740 | - <precision>-1</precision> | ||
| 1741 | - <replace>N</replace> | ||
| 1742 | - </field> </fields> <cluster_schema/> | ||
| 1743 | - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 1744 | - <xloc>674</xloc> | ||
| 1745 | - <yloc>583</yloc> | ||
| 1746 | - <draw>Y</draw> | ||
| 1747 | - </GUI> | ||
| 1748 | - </step> | ||
| 1749 | - | ||
| 1750 | - <step> | ||
| 1751 | - <name>数据检验</name> | ||
| 1752 | - <type>Validator</type> | ||
| 1753 | - <description/> | ||
| 1754 | - <distribute>Y</distribute> | ||
| 1755 | - <custom_distribution/> | ||
| 1756 | - <copies>1</copies> | ||
| 1757 | - <partitioning> | ||
| 1758 | - <method>none</method> | ||
| 1759 | - <schema_name/> | ||
| 1760 | - </partitioning> | ||
| 1761 | -<validate_all>Y</validate_all> | ||
| 1762 | -<concat_errors>Y</concat_errors> | ||
| 1763 | -<concat_separator>|</concat_separator> | ||
| 1764 | - <validator_field><name>clzbh</name> | ||
| 1765 | -<validation_name>车辆自编号不为空</validation_name> | ||
| 1766 | -<max_length/> | ||
| 1767 | -<min_length/> | ||
| 1768 | -<null_allowed>N</null_allowed> | ||
| 1769 | -<only_null_allowed>N</only_null_allowed> | ||
| 1770 | -<only_numeric_allowed>N</only_numeric_allowed> | ||
| 1771 | -<data_type>String</data_type> | ||
| 1772 | -<data_type_verified>N</data_type_verified> | ||
| 1773 | -<conversion_mask/> | ||
| 1774 | -<decimal_symbol/> | ||
| 1775 | -<grouping_symbol/> | ||
| 1776 | -<max_value/> | ||
| 1777 | -<min_value/> | ||
| 1778 | -<start_string/> | ||
| 1779 | -<end_string/> | ||
| 1780 | -<start_string_not_allowed/> | ||
| 1781 | -<end_string_not_allowed/> | ||
| 1782 | -<regular_expression/> | ||
| 1783 | -<regular_expression_not_allowed/> | ||
| 1784 | -<error_code/> | ||
| 1785 | -<error_description/> | ||
| 1786 | -<is_sourcing_values>N</is_sourcing_values> | ||
| 1787 | -<sourcing_step/> | ||
| 1788 | -<sourcing_field/> | ||
| 1789 | -<allowed_value></allowed_value></validator_field> | ||
| 1790 | - <validator_field><name>cph</name> | ||
| 1791 | -<validation_name>车牌号不能为空</validation_name> | ||
| 1792 | -<max_length/> | ||
| 1793 | -<min_length/> | ||
| 1794 | -<null_allowed>N</null_allowed> | ||
| 1795 | -<only_null_allowed>N</only_null_allowed> | ||
| 1796 | -<only_numeric_allowed>N</only_numeric_allowed> | ||
| 1797 | -<data_type>String</data_type> | ||
| 1798 | -<data_type_verified>N</data_type_verified> | ||
| 1799 | -<conversion_mask/> | ||
| 1800 | -<decimal_symbol/> | ||
| 1801 | -<grouping_symbol/> | ||
| 1802 | -<max_value/> | ||
| 1803 | -<min_value/> | ||
| 1804 | -<start_string/> | ||
| 1805 | -<end_string/> | ||
| 1806 | -<start_string_not_allowed/> | ||
| 1807 | -<end_string_not_allowed/> | ||
| 1808 | -<regular_expression/> | ||
| 1809 | -<regular_expression_not_allowed/> | ||
| 1810 | -<error_code/> | ||
| 1811 | -<error_description/> | ||
| 1812 | -<is_sourcing_values>N</is_sourcing_values> | ||
| 1813 | -<sourcing_step/> | ||
| 1814 | -<sourcing_field/> | ||
| 1815 | -<allowed_value></allowed_value></validator_field> | ||
| 1816 | - <validator_field><name>allgsmc</name> | ||
| 1817 | -<validation_name>公司分公司名称匹配</validation_name> | ||
| 1818 | -<max_length/> | ||
| 1819 | -<min_length/> | ||
| 1820 | -<null_allowed>N</null_allowed> | ||
| 1821 | -<only_null_allowed>N</only_null_allowed> | ||
| 1822 | -<only_numeric_allowed>N</only_numeric_allowed> | ||
| 1823 | -<data_type>String</data_type> | ||
| 1824 | -<data_type_verified>N</data_type_verified> | ||
| 1825 | -<conversion_mask/> | ||
| 1826 | -<decimal_symbol/> | ||
| 1827 | -<grouping_symbol/> | ||
| 1828 | -<max_value/> | ||
| 1829 | -<min_value/> | ||
| 1830 | -<start_string/> | ||
| 1831 | -<end_string/> | ||
| 1832 | -<start_string_not_allowed/> | ||
| 1833 | -<end_string_not_allowed/> | ||
| 1834 | -<regular_expression/> | ||
| 1835 | -<regular_expression_not_allowed/> | ||
| 1836 | -<error_code/> | ||
| 1837 | -<error_description/> | ||
| 1838 | -<is_sourcing_values>Y</is_sourcing_values> | ||
| 1839 | -<sourcing_step>公司,分公司名称代码数据</sourcing_step> | ||
| 1840 | -<sourcing_field>allmc</sourcing_field> | ||
| 1841 | -<allowed_value></allowed_value></validator_field> | ||
| 1842 | - <cluster_schema/> | ||
| 1843 | - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 1844 | - <xloc>335</xloc> | ||
| 1845 | - <yloc>124</yloc> | ||
| 1846 | - <draw>Y</draw> | ||
| 1847 | - </GUI> | ||
| 1848 | - </step> | ||
| 1849 | - | ||
| 1850 | - <step> | ||
| 1851 | - <name>数据检验错误输出</name> | ||
| 1852 | - <type>ExcelOutput</type> | ||
| 1853 | - <description/> | ||
| 1854 | - <distribute>Y</distribute> | ||
| 1855 | - <custom_distribution/> | ||
| 1856 | - <copies>1</copies> | ||
| 1857 | - <partitioning> | ||
| 1858 | - <method>none</method> | ||
| 1859 | - <schema_name/> | ||
| 1860 | - </partitioning> | ||
| 1861 | - <header>Y</header> | ||
| 1862 | - <footer>N</footer> | ||
| 1863 | - <encoding/> | ||
| 1864 | - <append>N</append> | ||
| 1865 | - <add_to_result_filenames>Y</add_to_result_filenames> | ||
| 1866 | - <file> | ||
| 1867 | - <name>${file_validate_error}</name> | ||
| 1868 | - <extention>xls</extention> | ||
| 1869 | - <do_not_open_newfile_init>N</do_not_open_newfile_init> | ||
| 1870 | - <create_parent_folder>N</create_parent_folder> | ||
| 1871 | - <split>N</split> | ||
| 1872 | - <add_date>N</add_date> | ||
| 1873 | - <add_time>N</add_time> | ||
| 1874 | - <SpecifyFormat>N</SpecifyFormat> | ||
| 1875 | - <date_time_format/> | ||
| 1876 | - <sheetname>Sheet1</sheetname> | ||
| 1877 | - <autosizecolums>N</autosizecolums> | ||
| 1878 | - <nullisblank>N</nullisblank> | ||
| 1879 | - <protect_sheet>N</protect_sheet> | ||
| 1880 | - <password>Encrypted </password> | ||
| 1881 | - <splitevery>0</splitevery> | ||
| 1882 | - <usetempfiles>N</usetempfiles> | ||
| 1883 | - <tempdirectory/> | ||
| 1884 | - </file> | ||
| 1885 | - <template> | ||
| 1886 | - <enabled>N</enabled> | ||
| 1887 | - <append>N</append> | ||
| 1888 | - <filename>template.xls</filename> | ||
| 1889 | - </template> | ||
| 1890 | - <fields> | ||
| 1891 | - <field> | ||
| 1892 | - <name>clzbh</name> | ||
| 1893 | - <type>String</type> | ||
| 1894 | - <format/> | ||
| 1895 | - </field> | ||
| 1896 | - <field> | ||
| 1897 | - <name>gsmc</name> | ||
| 1898 | - <type>None</type> | ||
| 1899 | - <format/> | ||
| 1900 | - </field> | ||
| 1901 | - <field> | ||
| 1902 | - <name>fgsmc</name> | ||
| 1903 | - <type>String</type> | ||
| 1904 | - <format/> | ||
| 1905 | - </field> | ||
| 1906 | - <field> | ||
| 1907 | - <name>allgsmc</name> | ||
| 1908 | - <type>String</type> | ||
| 1909 | - <format/> | ||
| 1910 | - </field> | ||
| 1911 | - <field> | ||
| 1912 | - <name>NrErrors</name> | ||
| 1913 | - <type>Integer</type> | ||
| 1914 | - <format/> | ||
| 1915 | - </field> | ||
| 1916 | - <field> | ||
| 1917 | - <name>ErrorDescription</name> | ||
| 1918 | - <type>String</type> | ||
| 1919 | - <format/> | ||
| 1920 | - </field> | ||
| 1921 | - <field> | ||
| 1922 | - <name>ErrorFields</name> | ||
| 1923 | - <type>String</type> | ||
| 1924 | - <format/> | ||
| 1925 | - </field> | ||
| 1926 | - <field> | ||
| 1927 | - <name>ErrorCodes</name> | ||
| 1928 | - <type>String</type> | ||
| 1929 | - <format/> | ||
| 1930 | - </field> | ||
| 1931 | - </fields> | ||
| 1932 | - <custom> | ||
| 1933 | - <header_font_name>arial</header_font_name> | ||
| 1934 | - <header_font_size>10</header_font_size> | ||
| 1935 | - <header_font_bold>N</header_font_bold> | ||
| 1936 | - <header_font_italic>N</header_font_italic> | ||
| 1937 | - <header_font_underline>no</header_font_underline> | ||
| 1938 | - <header_font_orientation>horizontal</header_font_orientation> | ||
| 1939 | - <header_font_color>black</header_font_color> | ||
| 1940 | - <header_background_color>none</header_background_color> | ||
| 1941 | - <header_row_height>255</header_row_height> | ||
| 1942 | - <header_alignment>left</header_alignment> | ||
| 1943 | - <header_image/> | ||
| 1944 | - <row_font_name>arial</row_font_name> | ||
| 1945 | - <row_font_size>10</row_font_size> | ||
| 1946 | - <row_font_color>black</row_font_color> | ||
| 1947 | - <row_background_color>none</row_background_color> | ||
| 1948 | - </custom> | ||
| 1949 | - <cluster_schema/> | ||
| 1950 | - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 1951 | - <xloc>175</xloc> | ||
| 1952 | - <yloc>122</yloc> | ||
| 1953 | - <draw>Y</draw> | ||
| 1954 | - </GUI> | ||
| 1955 | - </step> | ||
| 1956 | - | ||
| 1957 | - <step> | ||
| 1958 | - <name>新增数据处理</name> | ||
| 1959 | - <type>ScriptValueMod</type> | ||
| 1960 | - <description/> | ||
| 1961 | - <distribute>Y</distribute> | ||
| 1962 | - <custom_distribution/> | ||
| 1963 | - <copies>1</copies> | ||
| 1964 | - <partitioning> | ||
| 1965 | - <method>none</method> | ||
| 1966 | - <schema_name/> | ||
| 1967 | - </partitioning> | ||
| 1968 | - <compatible>N</compatible> | ||
| 1969 | - <optimizationLevel>9</optimizationLevel> | ||
| 1970 | - <jsScripts> <jsScript> <jsScript_type>0</jsScript_type> | ||
| 1971 | - <jsScript_name>Script 1</jsScript_name> | ||
| 1972 | - <jsScript_script>//Script here

//---------------- 新增用的字段重新命名(方便后续操作)-----------//
var insideCode_add = clzbh; // 车辆自编号
var carPlate_add = cph; // 车牌号
var carCode_add = clzbh; // 车辆编码(初始使用自编号代替)
var supplierName_add = "1"; // 供应商名称(字典:1=巴士拓华)
var businessCode_add = gsdm; // 公司代码
var company_add = gsmc; // 公司名称
var brancheCompanyCode_add = fgsdm; // 分公司代码
var brancheCompany_add = fgsmc; // 分公司名称
var equipmentCode_add = gsdm + clzbh.replace(/-/g, ""); // 设备编号(初始使用公司代码+车辆自编号去除中间-,如:S0I-039 -> 22S0I039)
var scrapState_add = 0; // 是否报废
var scrapDate_add; // 报废日期
var scrapCode_add; // 报废号
var sfdc_add; // 是否纯电车
var sfmix_add; // 是否混合动力
var vehicleType_add = carModel; // 车辆车型

if (carState == '3' || scrapType == '1') {
 scrapState_add = 1;
 scrapDate_add = scrapDate == null ? null : str2date(scrapDate, 'yyyy-MM-dd');
 equipmentCode_add = 'BF-' + equipmentCode_add;
 scrapCode_add = 'BF-' + equipmentCode_add;
}
if (carEnergyType == '纯电动' || carEnergyType == '双电式纯电动' || carEnergyType == '快充式纯电动' || carEnergyType == '超级电容') {
 sfdc_add = 1;
} else {
 sfdc_add = 0;
}
if (carEnergyType == '插电式混合动力' || carEnergyType == '混合动力') {
 sfmix_add = 1;
} else {
 sfmix_add = 0;
}
var createDate_add = new Date(); // 创建时间
var updateDate_add = createDate_add; // 更新时间</jsScript_script> | ||
| 1973 | - </jsScript> </jsScripts> <fields> <field> <name>insideCode_add</name> | ||
| 1974 | - <rename>insideCode_add</rename> | ||
| 1975 | - <type>String</type> | ||
| 1976 | - <length>-1</length> | ||
| 1977 | - <precision>-1</precision> | ||
| 1978 | - <replace>N</replace> | ||
| 1979 | - </field> <field> <name>carPlate_add</name> | ||
| 1980 | - <rename>carPlate_add</rename> | ||
| 1981 | - <type>String</type> | ||
| 1982 | - <length>-1</length> | ||
| 1983 | - <precision>-1</precision> | ||
| 1984 | - <replace>N</replace> | ||
| 1985 | - </field> <field> <name>carCode_add</name> | ||
| 1986 | - <rename>carCode_add</rename> | ||
| 1987 | - <type>String</type> | ||
| 1988 | - <length>-1</length> | ||
| 1989 | - <precision>-1</precision> | ||
| 1990 | - <replace>N</replace> | ||
| 1991 | - </field> <field> <name>supplierName_add</name> | ||
| 1992 | - <rename>supplierName_add</rename> | ||
| 1993 | - <type>String</type> | ||
| 1994 | - <length>-1</length> | ||
| 1995 | - <precision>-1</precision> | ||
| 1996 | - <replace>N</replace> | ||
| 1997 | - </field> <field> <name>businessCode_add</name> | ||
| 1998 | - <rename>businessCode_add</rename> | ||
| 1999 | - <type>String</type> | ||
| 2000 | - <length>-1</length> | ||
| 2001 | - <precision>-1</precision> | ||
| 2002 | - <replace>N</replace> | ||
| 2003 | - </field> <field> <name>company_add</name> | ||
| 2004 | - <rename>company_add</rename> | ||
| 2005 | - <type>String</type> | ||
| 2006 | - <length>-1</length> | ||
| 2007 | - <precision>-1</precision> | ||
| 2008 | - <replace>N</replace> | ||
| 2009 | - </field> <field> <name>brancheCompanyCode_add</name> | ||
| 2010 | - <rename>brancheCompanyCode_add</rename> | ||
| 2011 | - <type>String</type> | ||
| 2012 | - <length>-1</length> | ||
| 2013 | - <precision>-1</precision> | ||
| 2014 | - <replace>N</replace> | ||
| 2015 | - </field> <field> <name>brancheCompany_add</name> | ||
| 2016 | - <rename>brancheCompany_add</rename> | ||
| 2017 | - <type>String</type> | ||
| 2018 | - <length>-1</length> | ||
| 2019 | - <precision>-1</precision> | ||
| 2020 | - <replace>N</replace> | ||
| 2021 | - </field> <field> <name>equipmentCode_add</name> | ||
| 2022 | - <rename>equipmentCode_add</rename> | ||
| 2023 | - <type>String</type> | ||
| 2024 | - <length>-1</length> | ||
| 2025 | - <precision>-1</precision> | ||
| 2026 | - <replace>N</replace> | ||
| 2027 | - </field> <field> <name>scrapState_add</name> | ||
| 2028 | - <rename>scrapState_add</rename> | ||
| 2029 | - <type>Integer</type> | ||
| 2030 | - <length>-1</length> | ||
| 2031 | - <precision>-1</precision> | ||
| 2032 | - <replace>N</replace> | ||
| 2033 | - </field> <field> <name>scrapDate_add</name> | ||
| 2034 | - <rename>scrapDate_add</rename> | ||
| 2035 | - <type>Date</type> | ||
| 2036 | - <length>-1</length> | ||
| 2037 | - <precision>-1</precision> | ||
| 2038 | - <replace>N</replace> | ||
| 2039 | - </field> <field> <name>scrapCode_add</name> | ||
| 2040 | - <rename>scrapCode_add</rename> | ||
| 2041 | - <type>String</type> | ||
| 2042 | - <length>-1</length> | ||
| 2043 | - <precision>-1</precision> | ||
| 2044 | - <replace>N</replace> | ||
| 2045 | - </field> <field> <name>sfdc_add</name> | ||
| 2046 | - <rename>sfdc_add</rename> | ||
| 2047 | - <type>Integer</type> | ||
| 2048 | - <length>-1</length> | ||
| 2049 | - <precision>-1</precision> | ||
| 2050 | - <replace>N</replace> | ||
| 2051 | - </field> <field> <name>sfmix_add</name> | ||
| 2052 | - <rename>sfmix_add</rename> | ||
| 2053 | - <type>Integer</type> | ||
| 2054 | - <length>-1</length> | ||
| 2055 | - <precision>-1</precision> | ||
| 2056 | - <replace>N</replace> | ||
| 2057 | - </field> <field> <name>vehicleType_add</name> | ||
| 2058 | - <rename>vehicleType_add</rename> | ||
| 2059 | - <type>String</type> | ||
| 2060 | - <length>-1</length> | ||
| 2061 | - <precision>-1</precision> | ||
| 2062 | - <replace>N</replace> | ||
| 2063 | - </field> <field> <name>createDate_add</name> | ||
| 2064 | - <rename>createDate_add</rename> | ||
| 2065 | - <type>Date</type> | ||
| 2066 | - <length>-1</length> | ||
| 2067 | - <precision>-1</precision> | ||
| 2068 | - <replace>N</replace> | ||
| 2069 | - </field> <field> <name>updateDate_add</name> | ||
| 2070 | - <rename>updateDate_add</rename> | ||
| 2071 | - <type>Date</type> | ||
| 2072 | - <length>-1</length> | ||
| 2073 | - <precision>-1</precision> | ||
| 2074 | - <replace>N</replace> | ||
| 2075 | - </field> </fields> <cluster_schema/> | ||
| 2076 | - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 2077 | - <xloc>673</xloc> | ||
| 2078 | - <yloc>215</yloc> | ||
| 2079 | - <draw>Y</draw> | ||
| 2080 | - </GUI> | ||
| 2081 | - </step> | ||
| 2082 | - | ||
| 2083 | - <step> | ||
| 2084 | - <name>新增车辆数据输出</name> | ||
| 2085 | - <type>TableOutput</type> | ||
| 2086 | - <description/> | ||
| 2087 | - <distribute>Y</distribute> | ||
| 2088 | - <custom_distribution/> | ||
| 2089 | - <copies>1</copies> | ||
| 2090 | - <partitioning> | ||
| 2091 | - <method>none</method> | ||
| 2092 | - <schema_name/> | ||
| 2093 | - </partitioning> | ||
| 2094 | - <connection>control_jndi</connection> | ||
| 2095 | - <schema/> | ||
| 2096 | - <table>bsth_c_cars</table> | ||
| 2097 | - <commit>1000</commit> | ||
| 2098 | - <truncate>N</truncate> | ||
| 2099 | - <ignore_errors>N</ignore_errors> | ||
| 2100 | - <use_batch>Y</use_batch> | ||
| 2101 | - <specify_fields>Y</specify_fields> | ||
| 2102 | - <partitioning_enabled>N</partitioning_enabled> | ||
| 2103 | - <partitioning_field/> | ||
| 2104 | - <partitioning_daily>N</partitioning_daily> | ||
| 2105 | - <partitioning_monthly>Y</partitioning_monthly> | ||
| 2106 | - <tablename_in_field>N</tablename_in_field> | ||
| 2107 | - <tablename_field/> | ||
| 2108 | - <tablename_in_table>Y</tablename_in_table> | ||
| 2109 | - <return_keys>N</return_keys> | ||
| 2110 | - <return_field/> | ||
| 2111 | - <fields> | ||
| 2112 | - <field> | ||
| 2113 | - <column_name>inside_code</column_name> | ||
| 2114 | - <stream_name>insideCode_add</stream_name> | ||
| 2115 | - </field> | ||
| 2116 | - <field> | ||
| 2117 | - <column_name>car_plate</column_name> | ||
| 2118 | - <stream_name>carPlate_add</stream_name> | ||
| 2119 | - </field> | ||
| 2120 | - <field> | ||
| 2121 | - <column_name>car_code</column_name> | ||
| 2122 | - <stream_name>carCode_add</stream_name> | ||
| 2123 | - </field> | ||
| 2124 | - <field> | ||
| 2125 | - <column_name>supplier_name</column_name> | ||
| 2126 | - <stream_name>supplierName_add</stream_name> | ||
| 2127 | - </field> | ||
| 2128 | - <field> | ||
| 2129 | - <column_name>business_code</column_name> | ||
| 2130 | - <stream_name>businessCode_add</stream_name> | ||
| 2131 | - </field> | ||
| 2132 | - <field> | ||
| 2133 | - <column_name>company</column_name> | ||
| 2134 | - <stream_name>company_add</stream_name> | ||
| 2135 | - </field> | ||
| 2136 | - <field> | ||
| 2137 | - <column_name>branche_company_code</column_name> | ||
| 2138 | - <stream_name>brancheCompanyCode_add</stream_name> | ||
| 2139 | - </field> | ||
| 2140 | - <field> | ||
| 2141 | - <column_name>branche_company</column_name> | ||
| 2142 | - <stream_name>brancheCompany_add</stream_name> | ||
| 2143 | - </field> | ||
| 2144 | - <field> | ||
| 2145 | - <column_name>equipment_code</column_name> | ||
| 2146 | - <stream_name>equipmentCode_add</stream_name> | ||
| 2147 | - </field> | ||
| 2148 | - <field> | ||
| 2149 | - <column_name>scrap_state</column_name> | ||
| 2150 | - <stream_name>scrapState_add</stream_name> | ||
| 2151 | - </field> | ||
| 2152 | - <field> | ||
| 2153 | - <column_name>scrap_date</column_name> | ||
| 2154 | - <stream_name>scrapDate_add</stream_name> | ||
| 2155 | - </field> | ||
| 2156 | - <field> | ||
| 2157 | - <column_name>scrap_code</column_name> | ||
| 2158 | - <stream_name>scrapCode_add</stream_name> | ||
| 2159 | - </field> | ||
| 2160 | - <field> | ||
| 2161 | - <column_name>sfdc</column_name> | ||
| 2162 | - <stream_name>sfdc_add</stream_name> | ||
| 2163 | - </field> | ||
| 2164 | - <field> | ||
| 2165 | - <column_name>sfmix</column_name> | ||
| 2166 | - <stream_name>sfmix_add</stream_name> | ||
| 2167 | - </field> | ||
| 2168 | - <field> | ||
| 2169 | - <column_name>vehicle_type</column_name> | ||
| 2170 | - <stream_name>vehicleType_add</stream_name> | ||
| 2171 | - </field> | ||
| 2172 | - <field> | ||
| 2173 | - <column_name>create_date</column_name> | ||
| 2174 | - <stream_name>createDate_add</stream_name> | ||
| 2175 | - </field> | ||
| 2176 | - <field> | ||
| 2177 | - <column_name>update_date</column_name> | ||
| 2178 | - <stream_name>updateDate_add</stream_name> | ||
| 2179 | - </field> | ||
| 2180 | - </fields> | ||
| 2181 | - <cluster_schema/> | ||
| 2182 | - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 2183 | - <xloc>819</xloc> | ||
| 2184 | - <yloc>213</yloc> | ||
| 2185 | - <draw>Y</draw> | ||
| 2186 | - </GUI> | ||
| 2187 | - </step> | ||
| 2188 | - | ||
| 2189 | - <step> | ||
| 2190 | - <name>新增车辆设备数据输出</name> | ||
| 2191 | - <type>TableOutput</type> | ||
| 2192 | - <description/> | ||
| 2193 | - <distribute>Y</distribute> | ||
| 2194 | - <custom_distribution/> | ||
| 2195 | - <copies>1</copies> | ||
| 2196 | - <partitioning> | ||
| 2197 | - <method>none</method> | ||
| 2198 | - <schema_name/> | ||
| 2199 | - </partitioning> | ||
| 2200 | - <connection>control_jndi</connection> | ||
| 2201 | - <schema/> | ||
| 2202 | - <table>bsth_c_car_device</table> | ||
| 2203 | - <commit>1000</commit> | ||
| 2204 | - <truncate>N</truncate> | ||
| 2205 | - <ignore_errors>N</ignore_errors> | ||
| 2206 | - <use_batch>Y</use_batch> | ||
| 2207 | - <specify_fields>Y</specify_fields> | ||
| 2208 | - <partitioning_enabled>N</partitioning_enabled> | ||
| 2209 | - <partitioning_field/> | ||
| 2210 | - <partitioning_daily>N</partitioning_daily> | ||
| 2211 | - <partitioning_monthly>Y</partitioning_monthly> | ||
| 2212 | - <tablename_in_field>N</tablename_in_field> | ||
| 2213 | - <tablename_field/> | ||
| 2214 | - <tablename_in_table>Y</tablename_in_table> | ||
| 2215 | - <return_keys>N</return_keys> | ||
| 2216 | - <return_field/> | ||
| 2217 | - <fields> | ||
| 2218 | - <field> | ||
| 2219 | - <column_name>gs_name</column_name> | ||
| 2220 | - <stream_name>device_gsName</stream_name> | ||
| 2221 | - </field> | ||
| 2222 | - <field> | ||
| 2223 | - <column_name>company</column_name> | ||
| 2224 | - <stream_name>device_company</stream_name> | ||
| 2225 | - </field> | ||
| 2226 | - <field> | ||
| 2227 | - <column_name>branche_company</column_name> | ||
| 2228 | - <stream_name>device_branch_company</stream_name> | ||
| 2229 | - </field> | ||
| 2230 | - <field> | ||
| 2231 | - <column_name>cl</column_name> | ||
| 2232 | - <stream_name>device_cl</stream_name> | ||
| 2233 | - </field> | ||
| 2234 | - <field> | ||
| 2235 | - <column_name>cl_zbh</column_name> | ||
| 2236 | - <stream_name>device_clzbh</stream_name> | ||
| 2237 | - </field> | ||
| 2238 | - <field> | ||
| 2239 | - <column_name>old_device_no</column_name> | ||
| 2240 | - <stream_name>device_old_no</stream_name> | ||
| 2241 | - </field> | ||
| 2242 | - <field> | ||
| 2243 | - <column_name>new_device_no</column_name> | ||
| 2244 | - <stream_name>device_new_no</stream_name> | ||
| 2245 | - </field> | ||
| 2246 | - <field> | ||
| 2247 | - <column_name>is_cancel</column_name> | ||
| 2248 | - <stream_name>device_is_cancel</stream_name> | ||
| 2249 | - </field> | ||
| 2250 | - <field> | ||
| 2251 | - <column_name>create_date</column_name> | ||
| 2252 | - <stream_name>device_create_date</stream_name> | ||
| 2253 | - </field> | ||
| 2254 | - <field> | ||
| 2255 | - <column_name>update_date</column_name> | ||
| 2256 | - <stream_name>device_update_date</stream_name> | ||
| 2257 | - </field> | ||
| 2258 | - <field> | ||
| 2259 | - <column_name>qyrq</column_name> | ||
| 2260 | - <stream_name>device_qyrq</stream_name> | ||
| 2261 | - </field> | ||
| 2262 | - <field> | ||
| 2263 | - <column_name>xl</column_name> | ||
| 2264 | - <stream_name>device_xl</stream_name> | ||
| 2265 | - </field> | ||
| 2266 | - <field> | ||
| 2267 | - <column_name>xl_name</column_name> | ||
| 2268 | - <stream_name>device_xlName</stream_name> | ||
| 2269 | - </field> | ||
| 2270 | - <field> | ||
| 2271 | - <column_name>xl_bm</column_name> | ||
| 2272 | - <stream_name>device_xlbm</stream_name> | ||
| 2273 | - </field> | ||
| 2274 | - </fields> | ||
| 2275 | - <cluster_schema/> | ||
| 2276 | - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 2277 | - <xloc>828</xloc> | ||
| 2278 | - <yloc>584</yloc> | ||
| 2279 | - <draw>Y</draw> | ||
| 2280 | - </GUI> | ||
| 2281 | - </step> | ||
| 2282 | - | ||
| 2283 | - <step> | ||
| 2284 | - <name>新增错误数据文件</name> | ||
| 2285 | - <type>ExcelOutput</type> | ||
| 2286 | - <description/> | ||
| 2287 | - <distribute>Y</distribute> | ||
| 2288 | - <custom_distribution/> | ||
| 2289 | - <copies>1</copies> | ||
| 2290 | - <partitioning> | ||
| 2291 | - <method>none</method> | ||
| 2292 | - <schema_name/> | ||
| 2293 | - </partitioning> | ||
| 2294 | - <header>Y</header> | ||
| 2295 | - <footer>N</footer> | ||
| 2296 | - <encoding/> | ||
| 2297 | - <append>N</append> | ||
| 2298 | - <add_to_result_filenames>Y</add_to_result_filenames> | ||
| 2299 | - <file> | ||
| 2300 | - <name>${file_add_error}</name> | ||
| 2301 | - <extention>xls</extention> | ||
| 2302 | - <do_not_open_newfile_init>N</do_not_open_newfile_init> | ||
| 2303 | - <create_parent_folder>N</create_parent_folder> | ||
| 2304 | - <split>N</split> | ||
| 2305 | - <add_date>N</add_date> | ||
| 2306 | - <add_time>N</add_time> | ||
| 2307 | - <SpecifyFormat>N</SpecifyFormat> | ||
| 2308 | - <date_time_format/> | ||
| 2309 | - <sheetname>Sheet1</sheetname> | ||
| 2310 | - <autosizecolums>N</autosizecolums> | ||
| 2311 | - <nullisblank>N</nullisblank> | ||
| 2312 | - <protect_sheet>N</protect_sheet> | ||
| 2313 | - <password>Encrypted </password> | ||
| 2314 | - <splitevery>0</splitevery> | ||
| 2315 | - <usetempfiles>N</usetempfiles> | ||
| 2316 | - <tempdirectory/> | ||
| 2317 | - </file> | ||
| 2318 | - <template> | ||
| 2319 | - <enabled>N</enabled> | ||
| 2320 | - <append>N</append> | ||
| 2321 | - <filename>template.xls</filename> | ||
| 2322 | - </template> | ||
| 2323 | - <fields> | ||
| 2324 | - <field> | ||
| 2325 | - <name>insideCode_add</name> | ||
| 2326 | - <type>String</type> | ||
| 2327 | - <format/> | ||
| 2328 | - </field> | ||
| 2329 | - <field> | ||
| 2330 | - <name>carPlate_add</name> | ||
| 2331 | - <type>String</type> | ||
| 2332 | - <format/> | ||
| 2333 | - </field> | ||
| 2334 | - <field> | ||
| 2335 | - <name>carCode_add</name> | ||
| 2336 | - <type>String</type> | ||
| 2337 | - <format/> | ||
| 2338 | - </field> | ||
| 2339 | - <field> | ||
| 2340 | - <name>supplierName_add</name> | ||
| 2341 | - <type>String</type> | ||
| 2342 | - <format/> | ||
| 2343 | - </field> | ||
| 2344 | - <field> | ||
| 2345 | - <name>businessCode_add</name> | ||
| 2346 | - <type>String</type> | ||
| 2347 | - <format/> | ||
| 2348 | - </field> | ||
| 2349 | - <field> | ||
| 2350 | - <name>company_add</name> | ||
| 2351 | - <type>String</type> | ||
| 2352 | - <format/> | ||
| 2353 | - </field> | ||
| 2354 | - <field> | ||
| 2355 | - <name>brancheCompanyCode_add</name> | ||
| 2356 | - <type>String</type> | ||
| 2357 | - <format/> | ||
| 2358 | - </field> | ||
| 2359 | - <field> | ||
| 2360 | - <name>brancheCompany_add</name> | ||
| 2361 | - <type>String</type> | ||
| 2362 | - <format/> | ||
| 2363 | - </field> | ||
| 2364 | - <field> | ||
| 2365 | - <name>equipmentCode_add</name> | ||
| 2366 | - <type>String</type> | ||
| 2367 | - <format/> | ||
| 2368 | - </field> | ||
| 2369 | - <field> | ||
| 2370 | - <name>scrapState_add</name> | ||
| 2371 | - <type>Integer</type> | ||
| 2372 | - <format/> | ||
| 2373 | - </field> | ||
| 2374 | - <field> | ||
| 2375 | - <name>scrapDate_add</name> | ||
| 2376 | - <type>Date</type> | ||
| 2377 | - <format/> | ||
| 2378 | - </field> | ||
| 2379 | - <field> | ||
| 2380 | - <name>scrapCode_add</name> | ||
| 2381 | - <type>String</type> | ||
| 2382 | - <format/> | ||
| 2383 | - </field> | ||
| 2384 | - <field> | ||
| 2385 | - <name>createDate_add</name> | ||
| 2386 | - <type>Date</type> | ||
| 2387 | - <format/> | ||
| 2388 | - </field> | ||
| 2389 | - <field> | ||
| 2390 | - <name>updateDate_add</name> | ||
| 2391 | - <type>Date</type> | ||
| 2392 | - <format/> | ||
| 2393 | - </field> | ||
| 2394 | - <field> | ||
| 2395 | - <name>sfdc_add</name> | ||
| 2396 | - <type>Integer</type> | ||
| 2397 | - <format/> | ||
| 2398 | - </field> | ||
| 2399 | - <field> | ||
| 2400 | - <name>sfmix_add</name> | ||
| 2401 | - <type>Integer</type> | ||
| 2402 | - <format/> | ||
| 2403 | - </field> | ||
| 2404 | - <field> | ||
| 2405 | - <name>vehicleType_add</name> | ||
| 2406 | - <type>String</type> | ||
| 2407 | - <format/> | ||
| 2408 | - </field> | ||
| 2409 | - <field> | ||
| 2410 | - <name>NrErrors</name> | ||
| 2411 | - <type>Integer</type> | ||
| 2412 | - <format/> | ||
| 2413 | - </field> | ||
| 2414 | - <field> | ||
| 2415 | - <name>ErrorDescription</name> | ||
| 2416 | - <type>String</type> | ||
| 2417 | - <format/> | ||
| 2418 | - </field> | ||
| 2419 | - <field> | ||
| 2420 | - <name>ErrorFields</name> | ||
| 2421 | - <type>String</type> | ||
| 2422 | - <format/> | ||
| 2423 | - </field> | ||
| 2424 | - <field> | ||
| 2425 | - <name>ErrorCodes</name> | ||
| 2426 | - <type>String</type> | ||
| 2427 | - <format/> | ||
| 2428 | - </field> | ||
| 2429 | - </fields> | ||
| 2430 | - <custom> | ||
| 2431 | - <header_font_name>arial</header_font_name> | ||
| 2432 | - <header_font_size>10</header_font_size> | ||
| 2433 | - <header_font_bold>N</header_font_bold> | ||
| 2434 | - <header_font_italic>N</header_font_italic> | ||
| 2435 | - <header_font_underline>no</header_font_underline> | ||
| 2436 | - <header_font_orientation>horizontal</header_font_orientation> | ||
| 2437 | - <header_font_color>black</header_font_color> | ||
| 2438 | - <header_background_color>none</header_background_color> | ||
| 2439 | - <header_row_height>255</header_row_height> | ||
| 2440 | - <header_alignment>left</header_alignment> | ||
| 2441 | - <header_image/> | ||
| 2442 | - <row_font_name>arial</row_font_name> | ||
| 2443 | - <row_font_size>10</row_font_size> | ||
| 2444 | - <row_font_color>black</row_font_color> | ||
| 2445 | - <row_background_color>none</row_background_color> | ||
| 2446 | - </custom> | ||
| 2447 | - <cluster_schema/> | ||
| 2448 | - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 2449 | - <xloc>968</xloc> | ||
| 2450 | - <yloc>215</yloc> | ||
| 2451 | - <draw>Y</draw> | ||
| 2452 | - </GUI> | ||
| 2453 | - </step> | ||
| 2454 | - | ||
| 2455 | - <step> | ||
| 2456 | - <name>更新数据处理</name> | ||
| 2457 | - <type>ScriptValueMod</type> | ||
| 2458 | - <description/> | ||
| 2459 | - <distribute>Y</distribute> | ||
| 2460 | - <custom_distribution/> | ||
| 2461 | - <copies>1</copies> | ||
| 2462 | - <partitioning> | ||
| 2463 | - <method>none</method> | ||
| 2464 | - <schema_name/> | ||
| 2465 | - </partitioning> | ||
| 2466 | - <compatible>N</compatible> | ||
| 2467 | - <optimizationLevel>9</optimizationLevel> | ||
| 2468 | - <jsScripts> <jsScript> <jsScript_type>0</jsScript_type> | ||
| 2469 | - <jsScript_name>Script 1</jsScript_name> | ||
| 2470 | - <jsScript_script>//Script here

//---------------- 更新用的字段重新命名(方便后续操作)-----------//
// TODO:后面还有更多的更新字段

var update_date = new Date();

//------------ 1、公司分公司相关字段 -----------//
var company_update = gsmc; // 公司名称
var branche_company_update = fgsmc; // 分公司名称
var business_code_update = gsdm; // 公司代码
var branch_company_code_update = fgsdm; // 分公司代码
var isGsUpdate = false; // 是否更新
if (!company_update.equals(company)) {
 isGsUpdate = true;
}
if (!branche_company_update.equals(branche_company)) {
 isGsUpdate = true;
}

//------------- 2、报废相关字段 ------------//
var equipmentCode_update = equipment_code; // 设备编号
var scrapCode_update = scrap_code; // 报废号
var scrapState_update = (scrap_state == true ? 1 : 0); // 报废状态
var scrapState_update_b = scrap_state; // 报废状态
var scrapDate_update = scrap_date; // 报废日期
var isScrapUpdate = false; // 是否更新
if (carState == '3' || scrapType == '1') {
 scrapState_update_b = true;
 scrapState_update = 1;
 // 使用车辆库的报废时间
 scrapDate_update = scrapDate == null ? null : str2date(scrapDate, 'yyyy-MM-dd');
 // 车辆库报废时间为空,再使用当前时间
 if (scrapDate_update == null) {
 scrapDate_update = new Date(); // 报废日期设定位当前日期
 }
 equipmentCode_update = 'BF-' + equipmentCode_update;
 scrapCode_update = 'BF-' + equipmentCode_update;
}
if (scrapState_update_b != scrap_state) {
 isScrapUpdate = true;
}
//-------------- 3-1、是否纯电车相关字段 ------------//
var sfdc_update = 0; // 是否纯电车(待更新)
if (carEnergyType == '纯电动' || carEnergyType == '双电式纯电动' || carEnergyType == '快充式纯电动' || carEnergyType == '超级电容') {
 sfdc_update = 1;
}
var sfdc_update_b = 0; // 是否纯电车(原始数据)
if (sfdc == null) { 
 sfdc_update_b = null;
} else {
 sfdc_update_b = (sfdc == true ? 1 : 0);
}
var isSfdcUpdate = false; // 是否更新 
if (sfdc_update_b != sfdc_update) { 
 isSfdcUpdate = true;
}

//-------------- 3-2、是否混合动力相关字段 ------------//
var sfmix_update = 0; // 是否混合动力(待更新)
if (carEnergyType == '插电式混合动力' || carEnergyType == '混合动力') {
 sfmix_update = 1;
}
var sfmix_update_b = 0; // 是否混合动力(原始数据)
if (sfmix == null) {
 sfmix_update_b = null;
} else {
 sfmix_update_b = (sfmix == true ? 1 : 0);
}
var isSfmixUpdate = false; // 是否更新
if (sfmix_update_b != sfmix_update) { 
 isSfmixUpdate = true;
}

//--------------- 4、车牌号相关字段 ---------------//
var cph_update = cph; // 待更新车牌号
var isChpUpdate = false; // 是否更新
if (!cph_update.equals(car_plate)) {
 isChpUpdate = true;
}

//--------------- 5、车辆车型相关字段 ---------------//
var vehicleType_update = carModel; // 待更新车辆车型
var isVehicleTypeUpdate = false; // 是否更新
if (!vehicleType_update.equals(vehicle_type)) {
 isVehicleTypeUpdate = true;
}


</jsScript_script> | ||
| 2471 | - </jsScript> </jsScripts> <fields> <field> <name>update_date</name> | ||
| 2472 | - <rename>update_date</rename> | ||
| 2473 | - <type>Date</type> | ||
| 2474 | - <length>-1</length> | ||
| 2475 | - <precision>-1</precision> | ||
| 2476 | - <replace>N</replace> | ||
| 2477 | - </field> <field> <name>company_update</name> | ||
| 2478 | - <rename>company_update</rename> | ||
| 2479 | - <type>String</type> | ||
| 2480 | - <length>-1</length> | ||
| 2481 | - <precision>-1</precision> | ||
| 2482 | - <replace>N</replace> | ||
| 2483 | - </field> <field> <name>branche_company_update</name> | ||
| 2484 | - <rename>branche_company_update</rename> | ||
| 2485 | - <type>String</type> | ||
| 2486 | - <length>-1</length> | ||
| 2487 | - <precision>-1</precision> | ||
| 2488 | - <replace>N</replace> | ||
| 2489 | - </field> <field> <name>business_code_update</name> | ||
| 2490 | - <rename>business_code_update</rename> | ||
| 2491 | - <type>String</type> | ||
| 2492 | - <length>-1</length> | ||
| 2493 | - <precision>-1</precision> | ||
| 2494 | - <replace>N</replace> | ||
| 2495 | - </field> <field> <name>branch_company_code_update</name> | ||
| 2496 | - <rename>branch_company_code_update</rename> | ||
| 2497 | - <type>String</type> | ||
| 2498 | - <length>-1</length> | ||
| 2499 | - <precision>-1</precision> | ||
| 2500 | - <replace>N</replace> | ||
| 2501 | - </field> <field> <name>isGsUpdate</name> | ||
| 2502 | - <rename>isGsUpdate</rename> | ||
| 2503 | - <type>Boolean</type> | ||
| 2504 | - <length>-1</length> | ||
| 2505 | - <precision>-1</precision> | ||
| 2506 | - <replace>N</replace> | ||
| 2507 | - </field> <field> <name>equipmentCode_update</name> | ||
| 2508 | - <rename>equipmentCode_update</rename> | ||
| 2509 | - <type>String</type> | ||
| 2510 | - <length>-1</length> | ||
| 2511 | - <precision>-1</precision> | ||
| 2512 | - <replace>N</replace> | ||
| 2513 | - </field> <field> <name>scrapCode_update</name> | ||
| 2514 | - <rename>scrapCode_update</rename> | ||
| 2515 | - <type>String</type> | ||
| 2516 | - <length>-1</length> | ||
| 2517 | - <precision>-1</precision> | ||
| 2518 | - <replace>N</replace> | ||
| 2519 | - </field> <field> <name>scrapState_update</name> | ||
| 2520 | - <rename>scrapState_update</rename> | ||
| 2521 | - <type>Integer</type> | ||
| 2522 | - <length>-1</length> | ||
| 2523 | - <precision>-1</precision> | ||
| 2524 | - <replace>N</replace> | ||
| 2525 | - </field> <field> <name>scrapState_update_b</name> | ||
| 2526 | - <rename>scrapState_update_b</rename> | ||
| 2527 | - <type>Boolean</type> | ||
| 2528 | - <length>-1</length> | ||
| 2529 | - <precision>-1</precision> | ||
| 2530 | - <replace>N</replace> | ||
| 2531 | - </field> <field> <name>scrapDate_update</name> | ||
| 2532 | - <rename>scrapDate_update</rename> | ||
| 2533 | - <type>Date</type> | ||
| 2534 | - <length>-1</length> | ||
| 2535 | - <precision>-1</precision> | ||
| 2536 | - <replace>N</replace> | ||
| 2537 | - </field> <field> <name>isScrapUpdate</name> | ||
| 2538 | - <rename>isScrapUpdate</rename> | ||
| 2539 | - <type>Boolean</type> | ||
| 2540 | - <length>-1</length> | ||
| 2541 | - <precision>-1</precision> | ||
| 2542 | - <replace>N</replace> | ||
| 2543 | - </field> <field> <name>sfdc_update</name> | ||
| 2544 | - <rename>sfdc_update</rename> | ||
| 2545 | - <type>Integer</type> | ||
| 2546 | - <length>-1</length> | ||
| 2547 | - <precision>-1</precision> | ||
| 2548 | - <replace>N</replace> | ||
| 2549 | - </field> <field> <name>sfdc_update_b</name> | ||
| 2550 | - <rename>sfdc_update_b</rename> | ||
| 2551 | - <type>Boolean</type> | ||
| 2552 | - <length>-1</length> | ||
| 2553 | - <precision>-1</precision> | ||
| 2554 | - <replace>N</replace> | ||
| 2555 | - </field> <field> <name>isSfdcUpdate</name> | ||
| 2556 | - <rename>isSfdcUpdate</rename> | ||
| 2557 | - <type>Boolean</type> | ||
| 2558 | - <length>-1</length> | ||
| 2559 | - <precision>-1</precision> | ||
| 2560 | - <replace>N</replace> | ||
| 2561 | - </field> <field> <name>sfmix_update</name> | ||
| 2562 | - <rename>sfmix_update</rename> | ||
| 2563 | - <type>Integer</type> | ||
| 2564 | - <length>-1</length> | ||
| 2565 | - <precision>-1</precision> | ||
| 2566 | - <replace>N</replace> | ||
| 2567 | - </field> <field> <name>isSfmixUpdate</name> | ||
| 2568 | - <rename>isSfmixUpdate</rename> | ||
| 2569 | - <type>Boolean</type> | ||
| 2570 | - <length>-1</length> | ||
| 2571 | - <precision>-1</precision> | ||
| 2572 | - <replace>N</replace> | ||
| 2573 | - </field> <field> <name>cph_update</name> | ||
| 2574 | - <rename>cph_update</rename> | ||
| 2575 | - <type>String</type> | ||
| 2576 | - <length>-1</length> | ||
| 2577 | - <precision>-1</precision> | ||
| 2578 | - <replace>N</replace> | ||
| 2579 | - </field> <field> <name>isChpUpdate</name> | ||
| 2580 | - <rename>isChpUpdate</rename> | ||
| 2581 | - <type>Boolean</type> | ||
| 2582 | - <length>-1</length> | ||
| 2583 | - <precision>-1</precision> | ||
| 2584 | - <replace>N</replace> | ||
| 2585 | - </field> <field> <name>vehicleType_update</name> | ||
| 2586 | - <rename>vehicleType_update</rename> | ||
| 2587 | - <type>String</type> | ||
| 2588 | - <length>-1</length> | ||
| 2589 | - <precision>-1</precision> | ||
| 2590 | - <replace>N</replace> | ||
| 2591 | - </field> <field> <name>isVehicleTypeUpdate</name> | ||
| 2592 | - <rename>isVehicleTypeUpdate</rename> | ||
| 2593 | - <type>Boolean</type> | ||
| 2594 | - <length>-1</length> | ||
| 2595 | - <precision>-1</precision> | ||
| 2596 | - <replace>N</replace> | ||
| 2597 | - </field> </fields> <cluster_schema/> | ||
| 2598 | - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 2599 | - <xloc>670</xloc> | ||
| 2600 | - <yloc>309</yloc> | ||
| 2601 | - <draw>Y</draw> | ||
| 2602 | - </GUI> | ||
| 2603 | - </step> | ||
| 2604 | - | ||
| 2605 | - <step> | ||
| 2606 | - <name>更新车辆数据输出</name> | ||
| 2607 | - <type>Update</type> | ||
| 2608 | - <description/> | ||
| 2609 | - <distribute>Y</distribute> | ||
| 2610 | - <custom_distribution/> | ||
| 2611 | - <copies>1</copies> | ||
| 2612 | - <partitioning> | ||
| 2613 | - <method>none</method> | ||
| 2614 | - <schema_name/> | ||
| 2615 | - </partitioning> | ||
| 2616 | - <connection>control_jndi</connection> | ||
| 2617 | - <skip_lookup>N</skip_lookup> | ||
| 2618 | - <commit>100</commit> | ||
| 2619 | - <use_batch>N</use_batch> | ||
| 2620 | - <error_ignored>N</error_ignored> | ||
| 2621 | - <ignore_flag_field/> | ||
| 2622 | - <lookup> | ||
| 2623 | - <schema/> | ||
| 2624 | - <table>bsth_c_cars</table> | ||
| 2625 | - <key> | ||
| 2626 | - <name>id</name> | ||
| 2627 | - <field>id</field> | ||
| 2628 | - <condition>=</condition> | ||
| 2629 | - <name2/> | ||
| 2630 | - </key> | ||
| 2631 | - <value> | ||
| 2632 | - <name>equipment_code</name> | ||
| 2633 | - <rename>equipmentCode_update</rename> | ||
| 2634 | - </value> | ||
| 2635 | - <value> | ||
| 2636 | - <name>scrap_code</name> | ||
| 2637 | - <rename>scrapCode_update</rename> | ||
| 2638 | - </value> | ||
| 2639 | - <value> | ||
| 2640 | - <name>scrap_date</name> | ||
| 2641 | - <rename>scrapDate_update</rename> | ||
| 2642 | - </value> | ||
| 2643 | - <value> | ||
| 2644 | - <name>scrap_state</name> | ||
| 2645 | - <rename>scrapState_update</rename> | ||
| 2646 | - </value> | ||
| 2647 | - <value> | ||
| 2648 | - <name>company</name> | ||
| 2649 | - <rename>company_update</rename> | ||
| 2650 | - </value> | ||
| 2651 | - <value> | ||
| 2652 | - <name>business_code</name> | ||
| 2653 | - <rename>business_code_update</rename> | ||
| 2654 | - </value> | ||
| 2655 | - <value> | ||
| 2656 | - <name>branche_company</name> | ||
| 2657 | - <rename>branche_company_update</rename> | ||
| 2658 | - </value> | ||
| 2659 | - <value> | ||
| 2660 | - <name>branche_company_code</name> | ||
| 2661 | - <rename>branch_company_code_update</rename> | ||
| 2662 | - </value> | ||
| 2663 | - <value> | ||
| 2664 | - <name>sfdc</name> | ||
| 2665 | - <rename>sfdc_update</rename> | ||
| 2666 | - </value> | ||
| 2667 | - <value> | ||
| 2668 | - <name>sfmix</name> | ||
| 2669 | - <rename>sfmix_update</rename> | ||
| 2670 | - </value> | ||
| 2671 | - <value> | ||
| 2672 | - <name>car_plate</name> | ||
| 2673 | - <rename>cph_update</rename> | ||
| 2674 | - </value> | ||
| 2675 | - <value> | ||
| 2676 | - <name>update_date</name> | ||
| 2677 | - <rename>update_date</rename> | ||
| 2678 | - </value> | ||
| 2679 | - <value> | ||
| 2680 | - <name>vehicle_type</name> | ||
| 2681 | - <rename>vehicleType_update</rename> | ||
| 2682 | - </value> | ||
| 2683 | - </lookup> | ||
| 2684 | - <cluster_schema/> | ||
| 2685 | - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 2686 | - <xloc>820</xloc> | ||
| 2687 | - <yloc>404</yloc> | ||
| 2688 | - <draw>Y</draw> | ||
| 2689 | - </GUI> | ||
| 2690 | - </step> | ||
| 2691 | - | ||
| 2692 | - <step> | ||
| 2693 | - <name>更新错误数据文件</name> | ||
| 2694 | - <type>ExcelOutput</type> | ||
| 2695 | - <description/> | ||
| 2696 | - <distribute>Y</distribute> | ||
| 2697 | - <custom_distribution/> | ||
| 2698 | - <copies>1</copies> | ||
| 2699 | - <partitioning> | ||
| 2700 | - <method>none</method> | ||
| 2701 | - <schema_name/> | ||
| 2702 | - </partitioning> | ||
| 2703 | - <header>Y</header> | ||
| 2704 | - <footer>N</footer> | ||
| 2705 | - <encoding/> | ||
| 2706 | - <append>N</append> | ||
| 2707 | - <add_to_result_filenames>Y</add_to_result_filenames> | ||
| 2708 | - <file> | ||
| 2709 | - <name>${file_update_error}</name> | ||
| 2710 | - <extention>xls</extention> | ||
| 2711 | - <do_not_open_newfile_init>N</do_not_open_newfile_init> | ||
| 2712 | - <create_parent_folder>N</create_parent_folder> | ||
| 2713 | - <split>N</split> | ||
| 2714 | - <add_date>N</add_date> | ||
| 2715 | - <add_time>N</add_time> | ||
| 2716 | - <SpecifyFormat>N</SpecifyFormat> | ||
| 2717 | - <date_time_format/> | ||
| 2718 | - <sheetname>Sheet1</sheetname> | ||
| 2719 | - <autosizecolums>N</autosizecolums> | ||
| 2720 | - <nullisblank>N</nullisblank> | ||
| 2721 | - <protect_sheet>N</protect_sheet> | ||
| 2722 | - <password>Encrypted </password> | ||
| 2723 | - <splitevery>0</splitevery> | ||
| 2724 | - <usetempfiles>N</usetempfiles> | ||
| 2725 | - <tempdirectory/> | ||
| 2726 | - </file> | ||
| 2727 | - <template> | ||
| 2728 | - <enabled>N</enabled> | ||
| 2729 | - <append>N</append> | ||
| 2730 | - <filename>template.xls</filename> | ||
| 2731 | - </template> | ||
| 2732 | - <fields> | ||
| 2733 | - <field> | ||
| 2734 | - <name>clzbh</name> | ||
| 2735 | - <type>String</type> | ||
| 2736 | - <format/> | ||
| 2737 | - </field> | ||
| 2738 | - <field> | ||
| 2739 | - <name>id</name> | ||
| 2740 | - <type>Integer</type> | ||
| 2741 | - <format/> | ||
| 2742 | - </field> | ||
| 2743 | - <field> | ||
| 2744 | - <name>company_update</name> | ||
| 2745 | - <type>String</type> | ||
| 2746 | - <format/> | ||
| 2747 | - </field> | ||
| 2748 | - <field> | ||
| 2749 | - <name>branche_company_update</name> | ||
| 2750 | - <type>String</type> | ||
| 2751 | - <format/> | ||
| 2752 | - </field> | ||
| 2753 | - <field> | ||
| 2754 | - <name>business_code_update</name> | ||
| 2755 | - <type>String</type> | ||
| 2756 | - <format/> | ||
| 2757 | - </field> | ||
| 2758 | - <field> | ||
| 2759 | - <name>branch_company_code_update</name> | ||
| 2760 | - <type>String</type> | ||
| 2761 | - <format/> | ||
| 2762 | - </field> | ||
| 2763 | - <field> | ||
| 2764 | - <name>equipmentCode_update</name> | ||
| 2765 | - <type>String</type> | ||
| 2766 | - <format/> | ||
| 2767 | - </field> | ||
| 2768 | - <field> | ||
| 2769 | - <name>scrapCode_update</name> | ||
| 2770 | - <type>String</type> | ||
| 2771 | - <format/> | ||
| 2772 | - </field> | ||
| 2773 | - <field> | ||
| 2774 | - <name>scrapState_update</name> | ||
| 2775 | - <type>Integer</type> | ||
| 2776 | - <format/> | ||
| 2777 | - </field> | ||
| 2778 | - <field> | ||
| 2779 | - <name>scrapDate_update</name> | ||
| 2780 | - <type>String</type> | ||
| 2781 | - <format/> | ||
| 2782 | - </field> | ||
| 2783 | - <field> | ||
| 2784 | - <name>sfdc_update</name> | ||
| 2785 | - <type>Integer</type> | ||
| 2786 | - <format/> | ||
| 2787 | - </field> | ||
| 2788 | - <field> | ||
| 2789 | - <name>sfmix_update</name> | ||
| 2790 | - <type>Integer</type> | ||
| 2791 | - <format/> | ||
| 2792 | - </field> | ||
| 2793 | - <field> | ||
| 2794 | - <name>cph_update</name> | ||
| 2795 | - <type>String</type> | ||
| 2796 | - <format/> | ||
| 2797 | - </field> | ||
| 2798 | - <field> | ||
| 2799 | - <name>vehicleType_update</name> | ||
| 2800 | - <type>String</type> | ||
| 2801 | - <format/> | ||
| 2802 | - </field> | ||
| 2803 | - <field> | ||
| 2804 | - <name>NrErrors</name> | ||
| 2805 | - <type>Integer</type> | ||
| 2806 | - <format/> | ||
| 2807 | - </field> | ||
| 2808 | - <field> | ||
| 2809 | - <name>ErrorDescription</name> | ||
| 2810 | - <type>String</type> | ||
| 2811 | - <format/> | ||
| 2812 | - </field> | ||
| 2813 | - <field> | ||
| 2814 | - <name>ErrorFields</name> | ||
| 2815 | - <type>String</type> | ||
| 2816 | - <format/> | ||
| 2817 | - </field> | ||
| 2818 | - <field> | ||
| 2819 | - <name>ErrorCodes</name> | ||
| 2820 | - <type>String</type> | ||
| 2821 | - <format/> | ||
| 2822 | - </field> | ||
| 2823 | - </fields> | ||
| 2824 | - <custom> | ||
| 2825 | - <header_font_name>arial</header_font_name> | ||
| 2826 | - <header_font_size>10</header_font_size> | ||
| 2827 | - <header_font_bold>N</header_font_bold> | ||
| 2828 | - <header_font_italic>N</header_font_italic> | ||
| 2829 | - <header_font_underline>no</header_font_underline> | ||
| 2830 | - <header_font_orientation>horizontal</header_font_orientation> | ||
| 2831 | - <header_font_color>black</header_font_color> | ||
| 2832 | - <header_background_color>none</header_background_color> | ||
| 2833 | - <header_row_height>255</header_row_height> | ||
| 2834 | - <header_alignment>left</header_alignment> | ||
| 2835 | - <header_image/> | ||
| 2836 | - <row_font_name>arial</row_font_name> | ||
| 2837 | - <row_font_size>10</row_font_size> | ||
| 2838 | - <row_font_color>black</row_font_color> | ||
| 2839 | - <row_background_color>none</row_background_color> | ||
| 2840 | - </custom> | ||
| 2841 | - <cluster_schema/> | ||
| 2842 | - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 2843 | - <xloc>972</xloc> | ||
| 2844 | - <yloc>404</yloc> | ||
| 2845 | - <draw>Y</draw> | ||
| 2846 | - </GUI> | ||
| 2847 | - </step> | ||
| 2848 | - | ||
| 2849 | - <step> | ||
| 2850 | - <name>本地线路信息查询</name> | ||
| 2851 | - <type>DBLookup</type> | ||
| 2852 | - <description/> | ||
| 2853 | - <distribute>N</distribute> | ||
| 2854 | - <custom_distribution/> | ||
| 2855 | - <copies>1</copies> | ||
| 2856 | - <partitioning> | ||
| 2857 | - <method>none</method> | ||
| 2858 | - <schema_name/> | ||
| 2859 | - </partitioning> | ||
| 2860 | - <connection>control_jndi</connection> | ||
| 2861 | - <cache>Y</cache> | ||
| 2862 | - <cache_load_all>Y</cache_load_all> | ||
| 2863 | - <cache_size>0</cache_size> | ||
| 2864 | - <lookup> | ||
| 2865 | - <schema/> | ||
| 2866 | - <table>bsth_c_line</table> | ||
| 2867 | - <orderby/> | ||
| 2868 | - <fail_on_multiple>N</fail_on_multiple> | ||
| 2869 | - <eat_row_on_failure>N</eat_row_on_failure> | ||
| 2870 | - <key> | ||
| 2871 | - <name>xl</name> | ||
| 2872 | - <field>id</field> | ||
| 2873 | - <condition>=</condition> | ||
| 2874 | - <name2/> | ||
| 2875 | - </key> | ||
| 2876 | - <value> | ||
| 2877 | - <name>line_code</name> | ||
| 2878 | - <rename>line_code</rename> | ||
| 2879 | - <default/> | ||
| 2880 | - <type>None</type> | ||
| 2881 | - </value> | ||
| 2882 | - <value> | ||
| 2883 | - <name>name</name> | ||
| 2884 | - <rename>name</rename> | ||
| 2885 | - <default/> | ||
| 2886 | - <type>None</type> | ||
| 2887 | - </value> | ||
| 2888 | - </lookup> | ||
| 2889 | - <cluster_schema/> | ||
| 2890 | - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 2891 | - <xloc>340</xloc> | ||
| 2892 | - <yloc>582</yloc> | ||
| 2893 | - <draw>Y</draw> | ||
| 2894 | - </GUI> | ||
| 2895 | - </step> | ||
| 2896 | - | ||
| 2897 | - <step> | ||
| 2898 | - <name>本地车辆信息查询 </name> | ||
| 2899 | - <type>DBLookup</type> | ||
| 2900 | - <description/> | ||
| 2901 | - <distribute>Y</distribute> | ||
| 2902 | - <custom_distribution/> | ||
| 2903 | - <copies>1</copies> | ||
| 2904 | - <partitioning> | ||
| 2905 | - <method>none</method> | ||
| 2906 | - <schema_name/> | ||
| 2907 | - </partitioning> | ||
| 2908 | - <connection>control_jndi</connection> | ||
| 2909 | - <cache>Y</cache> | ||
| 2910 | - <cache_load_all>Y</cache_load_all> | ||
| 2911 | - <cache_size>0</cache_size> | ||
| 2912 | - <lookup> | ||
| 2913 | - <schema/> | ||
| 2914 | - <table>bsth_c_cars</table> | ||
| 2915 | - <orderby>update_date desc</orderby> | ||
| 2916 | - <fail_on_multiple>N</fail_on_multiple> | ||
| 2917 | - <eat_row_on_failure>N</eat_row_on_failure> | ||
| 2918 | - <key> | ||
| 2919 | - <name>clzbh</name> | ||
| 2920 | - <field>inside_code</field> | ||
| 2921 | - <condition>=</condition> | ||
| 2922 | - <name2/> | ||
| 2923 | - </key> | ||
| 2924 | - <value> | ||
| 2925 | - <name>id</name> | ||
| 2926 | - <rename>id</rename> | ||
| 2927 | - <default/> | ||
| 2928 | - <type>Integer</type> | ||
| 2929 | - </value> | ||
| 2930 | - <value> | ||
| 2931 | - <name>equipment_code</name> | ||
| 2932 | - <rename>equipment_code</rename> | ||
| 2933 | - <default/> | ||
| 2934 | - <type>String</type> | ||
| 2935 | - </value> | ||
| 2936 | - <value> | ||
| 2937 | - <name>scrap_code</name> | ||
| 2938 | - <rename>scrap_code</rename> | ||
| 2939 | - <default/> | ||
| 2940 | - <type>String</type> | ||
| 2941 | - </value> | ||
| 2942 | - <value> | ||
| 2943 | - <name>scrap_state</name> | ||
| 2944 | - <rename>scrap_state</rename> | ||
| 2945 | - <default/> | ||
| 2946 | - <type>Integer</type> | ||
| 2947 | - </value> | ||
| 2948 | - <value> | ||
| 2949 | - <name>scrap_date</name> | ||
| 2950 | - <rename>scrap_date</rename> | ||
| 2951 | - <default/> | ||
| 2952 | - <type>Date</type> | ||
| 2953 | - </value> | ||
| 2954 | - <value> | ||
| 2955 | - <name>company</name> | ||
| 2956 | - <rename>company</rename> | ||
| 2957 | - <default/> | ||
| 2958 | - <type>String</type> | ||
| 2959 | - </value> | ||
| 2960 | - <value> | ||
| 2961 | - <name>branche_company</name> | ||
| 2962 | - <rename>branche_company</rename> | ||
| 2963 | - <default/> | ||
| 2964 | - <type>String</type> | ||
| 2965 | - </value> | ||
| 2966 | - <value> | ||
| 2967 | - <name>sfdc</name> | ||
| 2968 | - <rename>sfdc</rename> | ||
| 2969 | - <default/> | ||
| 2970 | - <type>Integer</type> | ||
| 2971 | - </value> | ||
| 2972 | - <value> | ||
| 2973 | - <name>sfmix</name> | ||
| 2974 | - <rename>sfmix</rename> | ||
| 2975 | - <default/> | ||
| 2976 | - <type>Integer</type> | ||
| 2977 | - </value> | ||
| 2978 | - <value> | ||
| 2979 | - <name>car_plate</name> | ||
| 2980 | - <rename>car_plate</rename> | ||
| 2981 | - <default/> | ||
| 2982 | - <type>String</type> | ||
| 2983 | - </value> | ||
| 2984 | - <value> | ||
| 2985 | - <name>vehicle_type</name> | ||
| 2986 | - <rename>vehicle_type</rename> | ||
| 2987 | - <default/> | ||
| 2988 | - <type>String</type> | ||
| 2989 | - </value> | ||
| 2990 | - </lookup> | ||
| 2991 | - <cluster_schema/> | ||
| 2992 | - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 2993 | - <xloc>337</xloc> | ||
| 2994 | - <yloc>396</yloc> | ||
| 2995 | - <draw>Y</draw> | ||
| 2996 | - </GUI> | ||
| 2997 | - </step> | ||
| 2998 | - | ||
| 2999 | - <step> | ||
| 3000 | - <name>本地车辆配置信息查询</name> | ||
| 3001 | - <type>DBLookup</type> | ||
| 3002 | - <description/> | ||
| 3003 | - <distribute>Y</distribute> | ||
| 3004 | - <custom_distribution/> | ||
| 3005 | - <copies>1</copies> | ||
| 3006 | - <partitioning> | ||
| 3007 | - <method>none</method> | ||
| 3008 | - <schema_name/> | ||
| 3009 | - </partitioning> | ||
| 3010 | - <connection>control_jndi</connection> | ||
| 3011 | - <cache>Y</cache> | ||
| 3012 | - <cache_load_all>Y</cache_load_all> | ||
| 3013 | - <cache_size>0</cache_size> | ||
| 3014 | - <lookup> | ||
| 3015 | - <schema/> | ||
| 3016 | - <table>bsth_c_s_ccinfo</table> | ||
| 3017 | - <orderby>update_date desc</orderby> | ||
| 3018 | - <fail_on_multiple>N</fail_on_multiple> | ||
| 3019 | - <eat_row_on_failure>N</eat_row_on_failure> | ||
| 3020 | - <key> | ||
| 3021 | - <name>id</name> | ||
| 3022 | - <field>cl</field> | ||
| 3023 | - <condition>=</condition> | ||
| 3024 | - <name2/> | ||
| 3025 | - </key> | ||
| 3026 | - <value> | ||
| 3027 | - <name>xl</name> | ||
| 3028 | - <rename>xl</rename> | ||
| 3029 | - <default/> | ||
| 3030 | - <type>None</type> | ||
| 3031 | - </value> | ||
| 3032 | - </lookup> | ||
| 3033 | - <cluster_schema/> | ||
| 3034 | - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 3035 | - <xloc>338</xloc> | ||
| 3036 | - <yloc>486</yloc> | ||
| 3037 | - <draw>Y</draw> | ||
| 3038 | - </GUI> | ||
| 3039 | - </step> | ||
| 3040 | - | ||
| 3041 | - <step> | ||
| 3042 | - <name>添加车辆设备错误数据文件</name> | ||
| 3043 | - <type>ExcelOutput</type> | ||
| 3044 | - <description/> | ||
| 3045 | - <distribute>Y</distribute> | ||
| 3046 | - <custom_distribution/> | ||
| 3047 | - <copies>1</copies> | ||
| 3048 | - <partitioning> | ||
| 3049 | - <method>none</method> | ||
| 3050 | - <schema_name/> | ||
| 3051 | - </partitioning> | ||
| 3052 | - <header>Y</header> | ||
| 3053 | - <footer>N</footer> | ||
| 3054 | - <encoding/> | ||
| 3055 | - <append>N</append> | ||
| 3056 | - <add_to_result_filenames>Y</add_to_result_filenames> | ||
| 3057 | - <file> | ||
| 3058 | - <name>${file_deivce_add_error}</name> | ||
| 3059 | - <extention>xls</extention> | ||
| 3060 | - <do_not_open_newfile_init>N</do_not_open_newfile_init> | ||
| 3061 | - <create_parent_folder>N</create_parent_folder> | ||
| 3062 | - <split>N</split> | ||
| 3063 | - <add_date>N</add_date> | ||
| 3064 | - <add_time>N</add_time> | ||
| 3065 | - <SpecifyFormat>N</SpecifyFormat> | ||
| 3066 | - <date_time_format/> | ||
| 3067 | - <sheetname>Sheet1</sheetname> | ||
| 3068 | - <autosizecolums>N</autosizecolums> | ||
| 3069 | - <nullisblank>N</nullisblank> | ||
| 3070 | - <protect_sheet>N</protect_sheet> | ||
| 3071 | - <password>Encrypted </password> | ||
| 3072 | - <splitevery>0</splitevery> | ||
| 3073 | - <usetempfiles>N</usetempfiles> | ||
| 3074 | - <tempdirectory/> | ||
| 3075 | - </file> | ||
| 3076 | - <template> | ||
| 3077 | - <enabled>N</enabled> | ||
| 3078 | - <append>N</append> | ||
| 3079 | - <filename>template.xls</filename> | ||
| 3080 | - </template> | ||
| 3081 | - <fields> | ||
| 3082 | - <field> | ||
| 3083 | - <name>device_gsName</name> | ||
| 3084 | - <type>String</type> | ||
| 3085 | - <format/> | ||
| 3086 | - </field> | ||
| 3087 | - <field> | ||
| 3088 | - <name>device_company</name> | ||
| 3089 | - <type>String</type> | ||
| 3090 | - <format/> | ||
| 3091 | - </field> | ||
| 3092 | - <field> | ||
| 3093 | - <name>device_branch_company</name> | ||
| 3094 | - <type>String</type> | ||
| 3095 | - <format/> | ||
| 3096 | - </field> | ||
| 3097 | - <field> | ||
| 3098 | - <name>device_cl</name> | ||
| 3099 | - <type>String</type> | ||
| 3100 | - <format/> | ||
| 3101 | - </field> | ||
| 3102 | - <field> | ||
| 3103 | - <name>device_clzbh</name> | ||
| 3104 | - <type>String</type> | ||
| 3105 | - <format/> | ||
| 3106 | - </field> | ||
| 3107 | - <field> | ||
| 3108 | - <name>device_old_no</name> | ||
| 3109 | - <type>String</type> | ||
| 3110 | - <format/> | ||
| 3111 | - </field> | ||
| 3112 | - <field> | ||
| 3113 | - <name>device_new_no</name> | ||
| 3114 | - <type>String</type> | ||
| 3115 | - <format/> | ||
| 3116 | - </field> | ||
| 3117 | - <field> | ||
| 3118 | - <name>device_is_cancel</name> | ||
| 3119 | - <type>Integer</type> | ||
| 3120 | - <format/> | ||
| 3121 | - </field> | ||
| 3122 | - <field> | ||
| 3123 | - <name>device_create_date</name> | ||
| 3124 | - <type>Date</type> | ||
| 3125 | - <format/> | ||
| 3126 | - </field> | ||
| 3127 | - <field> | ||
| 3128 | - <name>device_update_date</name> | ||
| 3129 | - <type>Date</type> | ||
| 3130 | - <format/> | ||
| 3131 | - </field> | ||
| 3132 | - <field> | ||
| 3133 | - <name>device_qyrq</name> | ||
| 3134 | - <type>Date</type> | ||
| 3135 | - <format/> | ||
| 3136 | - </field> | ||
| 3137 | - <field> | ||
| 3138 | - <name>device_xl</name> | ||
| 3139 | - <type>String</type> | ||
| 3140 | - <format/> | ||
| 3141 | - </field> | ||
| 3142 | - <field> | ||
| 3143 | - <name>device_xlName</name> | ||
| 3144 | - <type>String</type> | ||
| 3145 | - <format/> | ||
| 3146 | - </field> | ||
| 3147 | - <field> | ||
| 3148 | - <name>device_xlbm</name> | ||
| 3149 | - <type>String</type> | ||
| 3150 | - <format/> | ||
| 3151 | - </field> | ||
| 3152 | - <field> | ||
| 3153 | - <name>NrErrors</name> | ||
| 3154 | - <type>Integer</type> | ||
| 3155 | - <format/> | ||
| 3156 | - </field> | ||
| 3157 | - <field> | ||
| 3158 | - <name>ErrorDescription</name> | ||
| 3159 | - <type>String</type> | ||
| 3160 | - <format/> | ||
| 3161 | - </field> | ||
| 3162 | - <field> | ||
| 3163 | - <name>ErrorFields</name> | ||
| 3164 | - <type>String</type> | ||
| 3165 | - <format/> | ||
| 3166 | - </field> | ||
| 3167 | - <field> | ||
| 3168 | - <name>ErrorCodes</name> | ||
| 3169 | - <type>String</type> | ||
| 3170 | - <format/> | ||
| 3171 | - </field> | ||
| 3172 | - </fields> | ||
| 3173 | - <custom> | ||
| 3174 | - <header_font_name>arial</header_font_name> | ||
| 3175 | - <header_font_size>10</header_font_size> | ||
| 3176 | - <header_font_bold>N</header_font_bold> | ||
| 3177 | - <header_font_italic>N</header_font_italic> | ||
| 3178 | - <header_font_underline>no</header_font_underline> | ||
| 3179 | - <header_font_orientation>horizontal</header_font_orientation> | ||
| 3180 | - <header_font_color>black</header_font_color> | ||
| 3181 | - <header_background_color>none</header_background_color> | ||
| 3182 | - <header_row_height>255</header_row_height> | ||
| 3183 | - <header_alignment>left</header_alignment> | ||
| 3184 | - <header_image/> | ||
| 3185 | - <row_font_name>arial</row_font_name> | ||
| 3186 | - <row_font_size>10</row_font_size> | ||
| 3187 | - <row_font_color>black</row_font_color> | ||
| 3188 | - <row_background_color>none</row_background_color> | ||
| 3189 | - </custom> | ||
| 3190 | - <cluster_schema/> | ||
| 3191 | - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 3192 | - <xloc>981</xloc> | ||
| 3193 | - <yloc>585</yloc> | ||
| 3194 | - <draw>Y</draw> | ||
| 3195 | - </GUI> | ||
| 3196 | - </step> | ||
| 3197 | - | ||
| 3198 | - <step> | ||
| 3199 | - <name>获取公司分公司编码</name> | ||
| 3200 | - <type>StreamLookup</type> | ||
| 3201 | - <description/> | ||
| 3202 | - <distribute>Y</distribute> | ||
| 3203 | - <custom_distribution/> | ||
| 3204 | - <copies>1</copies> | ||
| 3205 | - <partitioning> | ||
| 3206 | - <method>none</method> | ||
| 3207 | - <schema_name/> | ||
| 3208 | - </partitioning> | ||
| 3209 | - <from>公司,分公司名称代码数据</from> | ||
| 3210 | - <input_sorted>N</input_sorted> | ||
| 3211 | - <preserve_memory>Y</preserve_memory> | ||
| 3212 | - <sorted_list>N</sorted_list> | ||
| 3213 | - <integer_pair>N</integer_pair> | ||
| 3214 | - <lookup> | ||
| 3215 | - <key> | ||
| 3216 | - <name>allgsmc</name> | ||
| 3217 | - <field>allmc</field> | ||
| 3218 | - </key> | ||
| 3219 | - <value> | ||
| 3220 | - <name>gsdm</name> | ||
| 3221 | - <rename>gsdm</rename> | ||
| 3222 | - <default/> | ||
| 3223 | - <type>None</type> | ||
| 3224 | - </value> | ||
| 3225 | - <value> | ||
| 3226 | - <name>fgsdm</name> | ||
| 3227 | - <rename>fgsdm</rename> | ||
| 3228 | - <default/> | ||
| 3229 | - <type>None</type> | ||
| 3230 | - </value> | ||
| 3231 | - </lookup> | ||
| 3232 | - <cluster_schema/> | ||
| 3233 | - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 3234 | - <xloc>337</xloc> | ||
| 3235 | - <yloc>312</yloc> | ||
| 3236 | - <draw>Y</draw> | ||
| 3237 | - </GUI> | ||
| 3238 | - </step> | ||
| 3239 | - | ||
| 3240 | - <step> | ||
| 3241 | - <name>获取参数</name> | ||
| 3242 | - <type>GetVariable</type> | ||
| 3243 | - <description/> | ||
| 3244 | - <distribute>N</distribute> | ||
| 3245 | - <custom_distribution/> | ||
| 3246 | - <copies>1</copies> | ||
| 3247 | - <partitioning> | ||
| 3248 | - <method>none</method> | ||
| 3249 | - <schema_name/> | ||
| 3250 | - </partitioning> | ||
| 3251 | - <fields> | ||
| 3252 | - <field> | ||
| 3253 | - <name>password</name> | ||
| 3254 | - <variable>${password}</variable> | ||
| 3255 | - <type>String</type> | ||
| 3256 | - <format/> | ||
| 3257 | - <currency/> | ||
| 3258 | - <decimal/> | ||
| 3259 | - <group/> | ||
| 3260 | - <length>-1</length> | ||
| 3261 | - <precision>-1</precision> | ||
| 3262 | - <trim_type>none</trim_type> | ||
| 3263 | - </field> | ||
| 3264 | - <field> | ||
| 3265 | - <name>url</name> | ||
| 3266 | - <variable>${url}</variable> | ||
| 3267 | - <type>String</type> | ||
| 3268 | - <format/> | ||
| 3269 | - <currency/> | ||
| 3270 | - <decimal/> | ||
| 3271 | - <group/> | ||
| 3272 | - <length>-1</length> | ||
| 3273 | - <precision>-1</precision> | ||
| 3274 | - <trim_type>none</trim_type> | ||
| 3275 | - </field> | ||
| 3276 | - <field> | ||
| 3277 | - <name>paramClzbh</name> | ||
| 3278 | - <variable>${paramClzbh}</variable> | ||
| 3279 | - <type>String</type> | ||
| 3280 | - <format/> | ||
| 3281 | - <currency/> | ||
| 3282 | - <decimal/> | ||
| 3283 | - <group/> | ||
| 3284 | - <length>-1</length> | ||
| 3285 | - <precision>-1</precision> | ||
| 3286 | - <trim_type>both</trim_type> | ||
| 3287 | - </field> | ||
| 3288 | - <field> | ||
| 3289 | - <name>paramFrom</name> | ||
| 3290 | - <variable>${paramFrom}</variable> | ||
| 3291 | - <type>String</type> | ||
| 3292 | - <format/> | ||
| 3293 | - <currency/> | ||
| 3294 | - <decimal/> | ||
| 3295 | - <group/> | ||
| 3296 | - <length>-1</length> | ||
| 3297 | - <precision>-1</precision> | ||
| 3298 | - <trim_type>both</trim_type> | ||
| 3299 | - </field> | ||
| 3300 | - <field> | ||
| 3301 | - <name>paramTo</name> | ||
| 3302 | - <variable>${paramTo}</variable> | ||
| 3303 | - <type>String</type> | ||
| 3304 | - <format/> | ||
| 3305 | - <currency/> | ||
| 3306 | - <decimal/> | ||
| 3307 | - <group/> | ||
| 3308 | - <length>-1</length> | ||
| 3309 | - <precision>-1</precision> | ||
| 3310 | - <trim_type>both</trim_type> | ||
| 3311 | - </field> | ||
| 3312 | - </fields> | ||
| 3313 | - <cluster_schema/> | ||
| 3314 | - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 3315 | - <xloc>55</xloc> | ||
| 3316 | - <yloc>27</yloc> | ||
| 3317 | - <draw>Y</draw> | ||
| 3318 | - </GUI> | ||
| 3319 | - </step> | ||
| 3320 | - | ||
| 3321 | - <step_error_handling> | ||
| 3322 | - <error> | ||
| 3323 | - <source_step>JavaScript解析json生成数据</source_step> | ||
| 3324 | - <target_step/> | ||
| 3325 | - <is_enabled>Y</is_enabled> | ||
| 3326 | - <nr_valuename/> | ||
| 3327 | - <descriptions_valuename/> | ||
| 3328 | - <fields_valuename/> | ||
| 3329 | - <codes_valuename/> | ||
| 3330 | - <max_errors/> | ||
| 3331 | - <max_pct_errors/> | ||
| 3332 | - <min_pct_rows/> | ||
| 3333 | - </error> | ||
| 3334 | - <error> | ||
| 3335 | - <source_step>数据检验</source_step> | ||
| 3336 | - <target_step>数据检验错误输出</target_step> | ||
| 3337 | - <is_enabled>Y</is_enabled> | ||
| 3338 | - <nr_valuename>NrErrors</nr_valuename> | ||
| 3339 | - <descriptions_valuename>ErrorDescription</descriptions_valuename> | ||
| 3340 | - <fields_valuename>ErrorFields</fields_valuename> | ||
| 3341 | - <codes_valuename>ErrorCodes</codes_valuename> | ||
| 3342 | - <max_errors>-1</max_errors> | ||
| 3343 | - <max_pct_errors>-1</max_pct_errors> | ||
| 3344 | - <min_pct_rows>-1</min_pct_rows> | ||
| 3345 | - </error> | ||
| 3346 | - <error> | ||
| 3347 | - <source_step>新增车辆数据输出</source_step> | ||
| 3348 | - <target_step>新增错误数据文件</target_step> | ||
| 3349 | - <is_enabled>Y</is_enabled> | ||
| 3350 | - <nr_valuename>NrErrors</nr_valuename> | ||
| 3351 | - <descriptions_valuename>ErrorDescription</descriptions_valuename> | ||
| 3352 | - <fields_valuename>ErrorFields</fields_valuename> | ||
| 3353 | - <codes_valuename>ErrorCodes</codes_valuename> | ||
| 3354 | - <max_errors>-1</max_errors> | ||
| 3355 | - <max_pct_errors>-1</max_pct_errors> | ||
| 3356 | - <min_pct_rows>-1</min_pct_rows> | ||
| 3357 | - </error> | ||
| 3358 | - <error> | ||
| 3359 | - <source_step>新增车辆设备数据输出</source_step> | ||
| 3360 | - <target_step>添加车辆设备错误数据文件</target_step> | ||
| 3361 | - <is_enabled>Y</is_enabled> | ||
| 3362 | - <nr_valuename>NrErrors</nr_valuename> | ||
| 3363 | - <descriptions_valuename>ErrorDescription</descriptions_valuename> | ||
| 3364 | - <fields_valuename>ErrorFields</fields_valuename> | ||
| 3365 | - <codes_valuename>ErrorCodes</codes_valuename> | ||
| 3366 | - <max_errors>-1</max_errors> | ||
| 3367 | - <max_pct_errors>-1</max_pct_errors> | ||
| 3368 | - <min_pct_rows>-1</min_pct_rows> | ||
| 3369 | - </error> | ||
| 3370 | - <error> | ||
| 3371 | - <source_step>更新车辆数据输出</source_step> | ||
| 3372 | - <target_step>更新错误数据文件</target_step> | ||
| 3373 | - <is_enabled>Y</is_enabled> | ||
| 3374 | - <nr_valuename>NrErrors</nr_valuename> | ||
| 3375 | - <descriptions_valuename>ErrorDescription</descriptions_valuename> | ||
| 3376 | - <fields_valuename>ErrorFields</fields_valuename> | ||
| 3377 | - <codes_valuename>ErrorCodes</codes_valuename> | ||
| 3378 | - <max_errors>-1</max_errors> | ||
| 3379 | - <max_pct_errors>-1</max_pct_errors> | ||
| 3380 | - <min_pct_rows>-1</min_pct_rows> | ||
| 3381 | - </error> | ||
| 3382 | - </step_error_handling> | ||
| 3383 | - <slave-step-copy-partition-distribution> | ||
| 3384 | -</slave-step-copy-partition-distribution> | ||
| 3385 | - <slave_transformation>N</slave_transformation> | ||
| 3386 | - | ||
| 3387 | -</transformation> | 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<transformation> | ||
| 3 | + <info> | ||
| 4 | + <name>车辆信息同步</name> | ||
| 5 | + <description/> | ||
| 6 | + <extended_description/> | ||
| 7 | + <trans_version/> | ||
| 8 | + <trans_type>Normal</trans_type> | ||
| 9 | + <trans_status>0</trans_status> | ||
| 10 | + <directory>/</directory> | ||
| 11 | + <parameters> | ||
| 12 | + <parameter> | ||
| 13 | + <name>file_add_error</name> | ||
| 14 | + <default_value>/Users/xu/resource/project_code/runtime_temp/add_error</default_value> | ||
| 15 | + <description>新增错误数据文件</description> | ||
| 16 | + </parameter> | ||
| 17 | + <parameter> | ||
| 18 | + <name>file_deivce_add_error</name> | ||
| 19 | + <default_value>/Users/xu/resource/project_code/runtime_temp/device_add_error</default_value> | ||
| 20 | + <description>添加车辆设备错误数据文件</description> | ||
| 21 | + </parameter> | ||
| 22 | + <parameter> | ||
| 23 | + <name>file_prepare</name> | ||
| 24 | + <default_value>/Users/xu/resource/project_code/runtime_temp/prepare</default_value> | ||
| 25 | + <description>待处理数据文件</description> | ||
| 26 | + </parameter> | ||
| 27 | + <parameter> | ||
| 28 | + <name>file_update_error</name> | ||
| 29 | + <default_value>/Users/xu/resource/project_code/runtime_temp/update_error</default_value> | ||
| 30 | + <description>更新错误数据文件</description> | ||
| 31 | + </parameter> | ||
| 32 | + <parameter> | ||
| 33 | + <name>file_validate_error</name> | ||
| 34 | + <default_value>/Users/xu/resource/project_code/runtime_temp/validate_error</default_value> | ||
| 35 | + <description>数据检验错误文件</description> | ||
| 36 | + </parameter> | ||
| 37 | + <parameter> | ||
| 38 | + <name>paramClzbh</name> | ||
| 39 | + <default_value/> | ||
| 40 | + <description>参数-车辆自编号</description> | ||
| 41 | + </parameter> | ||
| 42 | + <parameter> | ||
| 43 | + <name>paramFrom</name> | ||
| 44 | + <default_value>2022-08-19 00:00:00</default_value> | ||
| 45 | + <description>参数-开始时间(格式:yyyy-MM-dd HH:mm:ss)</description> | ||
| 46 | + </parameter> | ||
| 47 | + <parameter> | ||
| 48 | + <name>paramTo</name> | ||
| 49 | + <default_value>2022-08-19 23:59:59</default_value> | ||
| 50 | + <description>参数-结束时间(格式:yyyy-MM-dd HH:mm:ss)</description> | ||
| 51 | + </parameter> | ||
| 52 | + <parameter> | ||
| 53 | + <name>password</name> | ||
| 54 | + <default_value>856s543af26166g8</default_value> | ||
| 55 | + <description>密钥</description> | ||
| 56 | + </parameter> | ||
| 57 | + <parameter> | ||
| 58 | + <name>url</name> | ||
| 59 | + <default_value>http://58.247.254.118:8076/cars/getCarsInterface</default_value> | ||
| 60 | + <description>车辆库系统的相关url地址</description> | ||
| 61 | + </parameter> | ||
| 62 | + </parameters> | ||
| 63 | + <log> | ||
| 64 | +<trans-log-table><connection/> | ||
| 65 | +<schema/> | ||
| 66 | +<table/> | ||
| 67 | +<size_limit_lines/> | ||
| 68 | +<interval/> | ||
| 69 | +<timeout_days/> | ||
| 70 | +<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>CHANNEL_ID</id><enabled>Y</enabled><name>CHANNEL_ID</name></field><field><id>TRANSNAME</id><enabled>Y</enabled><name>TRANSNAME</name></field><field><id>STATUS</id><enabled>Y</enabled><name>STATUS</name></field><field><id>LINES_READ</id><enabled>Y</enabled><name>LINES_READ</name><subject/></field><field><id>LINES_WRITTEN</id><enabled>Y</enabled><name>LINES_WRITTEN</name><subject/></field><field><id>LINES_UPDATED</id><enabled>Y</enabled><name>LINES_UPDATED</name><subject/></field><field><id>LINES_INPUT</id><enabled>Y</enabled><name>LINES_INPUT</name><subject/></field><field><id>LINES_OUTPUT</id><enabled>Y</enabled><name>LINES_OUTPUT</name><subject/></field><field><id>LINES_REJECTED</id><enabled>Y</enabled><name>LINES_REJECTED</name><subject/></field><field><id>ERRORS</id><enabled>Y</enabled><name>ERRORS</name></field><field><id>STARTDATE</id><enabled>Y</enabled><name>STARTDATE</name></field><field><id>ENDDATE</id><enabled>Y</enabled><name>ENDDATE</name></field><field><id>LOGDATE</id><enabled>Y</enabled><name>LOGDATE</name></field><field><id>DEPDATE</id><enabled>Y</enabled><name>DEPDATE</name></field><field><id>REPLAYDATE</id><enabled>Y</enabled><name>REPLAYDATE</name></field><field><id>LOG_FIELD</id><enabled>Y</enabled><name>LOG_FIELD</name></field><field><id>EXECUTING_SERVER</id><enabled>N</enabled><name>EXECUTING_SERVER</name></field><field><id>EXECUTING_USER</id><enabled>N</enabled><name>EXECUTING_USER</name></field><field><id>CLIENT</id><enabled>N</enabled><name>CLIENT</name></field></trans-log-table> | ||
| 71 | +<perf-log-table><connection/> | ||
| 72 | +<schema/> | ||
| 73 | +<table/> | ||
| 74 | +<interval/> | ||
| 75 | +<timeout_days/> | ||
| 76 | +<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>SEQ_NR</id><enabled>Y</enabled><name>SEQ_NR</name></field><field><id>LOGDATE</id><enabled>Y</enabled><name>LOGDATE</name></field><field><id>TRANSNAME</id><enabled>Y</enabled><name>TRANSNAME</name></field><field><id>STEPNAME</id><enabled>Y</enabled><name>STEPNAME</name></field><field><id>STEP_COPY</id><enabled>Y</enabled><name>STEP_COPY</name></field><field><id>LINES_READ</id><enabled>Y</enabled><name>LINES_READ</name></field><field><id>LINES_WRITTEN</id><enabled>Y</enabled><name>LINES_WRITTEN</name></field><field><id>LINES_UPDATED</id><enabled>Y</enabled><name>LINES_UPDATED</name></field><field><id>LINES_INPUT</id><enabled>Y</enabled><name>LINES_INPUT</name></field><field><id>LINES_OUTPUT</id><enabled>Y</enabled><name>LINES_OUTPUT</name></field><field><id>LINES_REJECTED</id><enabled>Y</enabled><name>LINES_REJECTED</name></field><field><id>ERRORS</id><enabled>Y</enabled><name>ERRORS</name></field><field><id>INPUT_BUFFER_ROWS</id><enabled>Y</enabled><name>INPUT_BUFFER_ROWS</name></field><field><id>OUTPUT_BUFFER_ROWS</id><enabled>Y</enabled><name>OUTPUT_BUFFER_ROWS</name></field></perf-log-table> | ||
| 77 | +<channel-log-table><connection/> | ||
| 78 | +<schema/> | ||
| 79 | +<table/> | ||
| 80 | +<timeout_days/> | ||
| 81 | +<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>CHANNEL_ID</id><enabled>Y</enabled><name>CHANNEL_ID</name></field><field><id>LOG_DATE</id><enabled>Y</enabled><name>LOG_DATE</name></field><field><id>LOGGING_OBJECT_TYPE</id><enabled>Y</enabled><name>LOGGING_OBJECT_TYPE</name></field><field><id>OBJECT_NAME</id><enabled>Y</enabled><name>OBJECT_NAME</name></field><field><id>OBJECT_COPY</id><enabled>Y</enabled><name>OBJECT_COPY</name></field><field><id>REPOSITORY_DIRECTORY</id><enabled>Y</enabled><name>REPOSITORY_DIRECTORY</name></field><field><id>FILENAME</id><enabled>Y</enabled><name>FILENAME</name></field><field><id>OBJECT_ID</id><enabled>Y</enabled><name>OBJECT_ID</name></field><field><id>OBJECT_REVISION</id><enabled>Y</enabled><name>OBJECT_REVISION</name></field><field><id>PARENT_CHANNEL_ID</id><enabled>Y</enabled><name>PARENT_CHANNEL_ID</name></field><field><id>ROOT_CHANNEL_ID</id><enabled>Y</enabled><name>ROOT_CHANNEL_ID</name></field></channel-log-table> | ||
| 82 | +<step-log-table><connection/> | ||
| 83 | +<schema/> | ||
| 84 | +<table/> | ||
| 85 | +<timeout_days/> | ||
| 86 | +<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>CHANNEL_ID</id><enabled>Y</enabled><name>CHANNEL_ID</name></field><field><id>LOG_DATE</id><enabled>Y</enabled><name>LOG_DATE</name></field><field><id>TRANSNAME</id><enabled>Y</enabled><name>TRANSNAME</name></field><field><id>STEPNAME</id><enabled>Y</enabled><name>STEPNAME</name></field><field><id>STEP_COPY</id><enabled>Y</enabled><name>STEP_COPY</name></field><field><id>LINES_READ</id><enabled>Y</enabled><name>LINES_READ</name></field><field><id>LINES_WRITTEN</id><enabled>Y</enabled><name>LINES_WRITTEN</name></field><field><id>LINES_UPDATED</id><enabled>Y</enabled><name>LINES_UPDATED</name></field><field><id>LINES_INPUT</id><enabled>Y</enabled><name>LINES_INPUT</name></field><field><id>LINES_OUTPUT</id><enabled>Y</enabled><name>LINES_OUTPUT</name></field><field><id>LINES_REJECTED</id><enabled>Y</enabled><name>LINES_REJECTED</name></field><field><id>ERRORS</id><enabled>Y</enabled><name>ERRORS</name></field><field><id>LOG_FIELD</id><enabled>N</enabled><name>LOG_FIELD</name></field></step-log-table> | ||
| 87 | +<metrics-log-table><connection/> | ||
| 88 | +<schema/> | ||
| 89 | +<table/> | ||
| 90 | +<timeout_days/> | ||
| 91 | +<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>CHANNEL_ID</id><enabled>Y</enabled><name>CHANNEL_ID</name></field><field><id>LOG_DATE</id><enabled>Y</enabled><name>LOG_DATE</name></field><field><id>METRICS_DATE</id><enabled>Y</enabled><name>METRICS_DATE</name></field><field><id>METRICS_CODE</id><enabled>Y</enabled><name>METRICS_CODE</name></field><field><id>METRICS_DESCRIPTION</id><enabled>Y</enabled><name>METRICS_DESCRIPTION</name></field><field><id>METRICS_SUBJECT</id><enabled>Y</enabled><name>METRICS_SUBJECT</name></field><field><id>METRICS_TYPE</id><enabled>Y</enabled><name>METRICS_TYPE</name></field><field><id>METRICS_VALUE</id><enabled>Y</enabled><name>METRICS_VALUE</name></field></metrics-log-table> | ||
| 92 | + </log> | ||
| 93 | + <maxdate> | ||
| 94 | + <connection/> | ||
| 95 | + <table/> | ||
| 96 | + <field/> | ||
| 97 | + <offset>0.0</offset> | ||
| 98 | + <maxdiff>0.0</maxdiff> | ||
| 99 | + </maxdate> | ||
| 100 | + <size_rowset>10000</size_rowset> | ||
| 101 | + <sleep_time_empty>50</sleep_time_empty> | ||
| 102 | + <sleep_time_full>50</sleep_time_full> | ||
| 103 | + <unique_connections>N</unique_connections> | ||
| 104 | + <feedback_shown>Y</feedback_shown> | ||
| 105 | + <feedback_size>50000</feedback_size> | ||
| 106 | + <using_thread_priorities>Y</using_thread_priorities> | ||
| 107 | + <shared_objects_file/> | ||
| 108 | + <capture_step_performance>N</capture_step_performance> | ||
| 109 | + <step_performance_capturing_delay>1000</step_performance_capturing_delay> | ||
| 110 | + <step_performance_capturing_size_limit>100</step_performance_capturing_size_limit> | ||
| 111 | + <dependencies> | ||
| 112 | + </dependencies> | ||
| 113 | + <partitionschemas> | ||
| 114 | + </partitionschemas> | ||
| 115 | + <slaveservers> | ||
| 116 | + </slaveservers> | ||
| 117 | + <clusterschemas> | ||
| 118 | + </clusterschemas> | ||
| 119 | + <created_user>-</created_user> | ||
| 120 | + <created_date>2021/10/27 13:51:08.960</created_date> | ||
| 121 | + <modified_user>-</modified_user> | ||
| 122 | + <modified_date>2021/10/27 13:51:08.960</modified_date> | ||
| 123 | + <key_for_session_key>H4sIAAAAAAAAAAMAAAAAAAAAAAA=</key_for_session_key> | ||
| 124 | + <is_key_private>N</is_key_private> | ||
| 125 | + </info> | ||
| 126 | + <notepads> | ||
| 127 | + <notepad> | ||
| 128 | + <note>1、json输入step处理太慢,使用javascript模拟代替
2、待处理数据xls输出中已经包含了远程和本地的对比车辆数据(不需要输出整个车辆基础信息xls),
 如果以后添加更多的更新字段,这个步骤要改的
3、注意:命名参数paramClzbh的默认值不要写,否则在进行时间范围同步的时候永远按照paramClzbh默认值同步了,
 TODO:之后会考虑使用新的命名参数paramType区别不同的同步类型
4、已经在程序中判断参数的问题了,第3点可以忽略了</note> | ||
| 129 | + <xloc>463</xloc> | ||
| 130 | + <yloc>36</yloc> | ||
| 131 | + <width>649</width> | ||
| 132 | + <heigth>106</heigth> | ||
| 133 | + <fontname>YaHei Consolas Hybrid</fontname> | ||
| 134 | + <fontsize>12</fontsize> | ||
| 135 | + <fontbold>N</fontbold> | ||
| 136 | + <fontitalic>N</fontitalic> | ||
| 137 | + <fontcolorred>0</fontcolorred> | ||
| 138 | + <fontcolorgreen>0</fontcolorgreen> | ||
| 139 | + <fontcolorblue>0</fontcolorblue> | ||
| 140 | + <backgroundcolorred>255</backgroundcolorred> | ||
| 141 | + <backgroundcolorgreen>205</backgroundcolorgreen> | ||
| 142 | + <backgroundcolorblue>112</backgroundcolorblue> | ||
| 143 | + <bordercolorred>100</bordercolorred> | ||
| 144 | + <bordercolorgreen>100</bordercolorgreen> | ||
| 145 | + <bordercolorblue>100</bordercolorblue> | ||
| 146 | + <drawshadow>Y</drawshadow> | ||
| 147 | + </notepad> | ||
| 148 | + <notepad> | ||
| 149 | + <note>注意:从数据库中读取公司和分公司数据</note> | ||
| 150 | + <xloc>42</xloc> | ||
| 151 | + <yloc>293</yloc> | ||
| 152 | + <width>226</width> | ||
| 153 | + <heigth>26</heigth> | ||
| 154 | + <fontname>YaHei Consolas Hybrid</fontname> | ||
| 155 | + <fontsize>12</fontsize> | ||
| 156 | + <fontbold>N</fontbold> | ||
| 157 | + <fontitalic>N</fontitalic> | ||
| 158 | + <fontcolorred>0</fontcolorred> | ||
| 159 | + <fontcolorgreen>0</fontcolorgreen> | ||
| 160 | + <fontcolorblue>0</fontcolorblue> | ||
| 161 | + <backgroundcolorred>255</backgroundcolorred> | ||
| 162 | + <backgroundcolorgreen>205</backgroundcolorgreen> | ||
| 163 | + <backgroundcolorblue>112</backgroundcolorblue> | ||
| 164 | + <bordercolorred>100</bordercolorred> | ||
| 165 | + <bordercolorgreen>100</bordercolorgreen> | ||
| 166 | + <bordercolorblue>100</bordercolorblue> | ||
| 167 | + <drawshadow>Y</drawshadow> | ||
| 168 | + </notepad> | ||
| 169 | + <notepad> | ||
| 170 | + <note>不管车辆是否配置了线路,都要保存车辆设备信息
在[报废车辆管理设备数据处理]step中会说明 </note> | ||
| 171 | + <xloc>551</xloc> | ||
| 172 | + <yloc>653</yloc> | ||
| 173 | + <width>274</width> | ||
| 174 | + <heigth>42</heigth> | ||
| 175 | + <fontname>YaHei Consolas Hybrid</fontname> | ||
| 176 | + <fontsize>12</fontsize> | ||
| 177 | + <fontbold>N</fontbold> | ||
| 178 | + <fontitalic>N</fontitalic> | ||
| 179 | + <fontcolorred>0</fontcolorred> | ||
| 180 | + <fontcolorgreen>0</fontcolorgreen> | ||
| 181 | + <fontcolorblue>0</fontcolorblue> | ||
| 182 | + <backgroundcolorred>255</backgroundcolorred> | ||
| 183 | + <backgroundcolorgreen>205</backgroundcolorgreen> | ||
| 184 | + <backgroundcolorblue>112</backgroundcolorblue> | ||
| 185 | + <bordercolorred>100</bordercolorred> | ||
| 186 | + <bordercolorgreen>100</bordercolorgreen> | ||
| 187 | + <bordercolorblue>100</bordercolorblue> | ||
| 188 | + <drawshadow>Y</drawshadow> | ||
| 189 | + </notepad> | ||
| 190 | + <notepad> | ||
| 191 | + <note>[设置url和password]step把url设置成常量,注意如下:
1、目前内部设定的值为生产环境内网地址
2、如果要测试的化改成外网测试地址</note> | ||
| 192 | + <xloc>15</xloc> | ||
| 193 | + <yloc>362</yloc> | ||
| 194 | + <width>330</width> | ||
| 195 | + <heigth>58</heigth> | ||
| 196 | + <fontname>YaHei Consolas Hybrid</fontname> | ||
| 197 | + <fontsize>12</fontsize> | ||
| 198 | + <fontbold>N</fontbold> | ||
| 199 | + <fontitalic>N</fontitalic> | ||
| 200 | + <fontcolorred>0</fontcolorred> | ||
| 201 | + <fontcolorgreen>0</fontcolorgreen> | ||
| 202 | + <fontcolorblue>0</fontcolorblue> | ||
| 203 | + <backgroundcolorred>255</backgroundcolorred> | ||
| 204 | + <backgroundcolorgreen>205</backgroundcolorgreen> | ||
| 205 | + <backgroundcolorblue>112</backgroundcolorblue> | ||
| 206 | + <bordercolorred>100</bordercolorred> | ||
| 207 | + <bordercolorgreen>100</bordercolorgreen> | ||
| 208 | + <bordercolorblue>100</bordercolorblue> | ||
| 209 | + <drawshadow>Y</drawshadow> | ||
| 210 | + </notepad> | ||
| 211 | + </notepads> | ||
| 212 | + <connection> | ||
| 213 | + <name>192.168.168.1_jwgl_dw</name> | ||
| 214 | + <server>192.168.168.1</server> | ||
| 215 | + <type>ORACLE</type> | ||
| 216 | + <access>Native</access> | ||
| 217 | + <database>orcl</database> | ||
| 218 | + <port>1521</port> | ||
| 219 | + <username>jwgl_dw</username> | ||
| 220 | + <password>Encrypted 2be98afc86aa7f2e4cb13b977d2adabcd</password> | ||
| 221 | + <servername/> | ||
| 222 | + <data_tablespace/> | ||
| 223 | + <index_tablespace/> | ||
| 224 | + <attributes> | ||
| 225 | + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 226 | + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 227 | + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 228 | + <attribute><code>PORT_NUMBER</code><attribute>1521</attribute></attribute> | ||
| 229 | + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 230 | + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 231 | + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 232 | + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 233 | + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 234 | + </attributes> | ||
| 235 | + </connection> | ||
| 236 | + <connection> | ||
| 237 | + <name>bus_control_variable</name> | ||
| 238 | + <server>${v_db_ip}</server> | ||
| 239 | + <type>MYSQL</type> | ||
| 240 | + <access>Native</access> | ||
| 241 | + <database>${v_db_dname}</database> | ||
| 242 | + <port>3306</port> | ||
| 243 | + <username>${v_db_uname}</username> | ||
| 244 | + <password>${v_db_pwd}</password> | ||
| 245 | + <servername/> | ||
| 246 | + <data_tablespace/> | ||
| 247 | + <index_tablespace/> | ||
| 248 | + <attributes> | ||
| 249 | + <attribute><code>EXTRA_OPTION_MYSQL.characterEncoding</code><attribute>utf8</attribute></attribute> | ||
| 250 | + <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | ||
| 251 | + <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | ||
| 252 | + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 253 | + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 254 | + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 255 | + <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute> | ||
| 256 | + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 257 | + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 258 | + <attribute><code>STREAM_RESULTS</code><attribute>N</attribute></attribute> | ||
| 259 | + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 260 | + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 261 | + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 262 | + </attributes> | ||
| 263 | + </connection> | ||
| 264 | + <connection> | ||
| 265 | + <name>bus_control_公司_201</name> | ||
| 266 | + <server>localhost</server> | ||
| 267 | + <type>MYSQL</type> | ||
| 268 | + <access>Native</access> | ||
| 269 | + <database>control</database> | ||
| 270 | + <port>3306</port> | ||
| 271 | + <username>root</username> | ||
| 272 | + <password>Encrypted </password> | ||
| 273 | + <servername/> | ||
| 274 | + <data_tablespace/> | ||
| 275 | + <index_tablespace/> | ||
| 276 | + <attributes> | ||
| 277 | + <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | ||
| 278 | + <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | ||
| 279 | + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 280 | + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 281 | + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 282 | + <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute> | ||
| 283 | + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 284 | + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 285 | + <attribute><code>STREAM_RESULTS</code><attribute>N</attribute></attribute> | ||
| 286 | + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 287 | + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 288 | + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 289 | + </attributes> | ||
| 290 | + </connection> | ||
| 291 | + <connection> | ||
| 292 | + <name>bus_control_本机</name> | ||
| 293 | + <server>localhost</server> | ||
| 294 | + <type>MYSQL</type> | ||
| 295 | + <access>Native</access> | ||
| 296 | + <database>control</database> | ||
| 297 | + <port>3306</port> | ||
| 298 | + <username>root</username> | ||
| 299 | + <password>Encrypted </password> | ||
| 300 | + <servername/> | ||
| 301 | + <data_tablespace/> | ||
| 302 | + <index_tablespace/> | ||
| 303 | + <attributes> | ||
| 304 | + <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | ||
| 305 | + <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | ||
| 306 | + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 307 | + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 308 | + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 309 | + <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute> | ||
| 310 | + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 311 | + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 312 | + <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | ||
| 313 | + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 314 | + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 315 | + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 316 | + </attributes> | ||
| 317 | + </connection> | ||
| 318 | + <connection> | ||
| 319 | + <name>control_jndi</name> | ||
| 320 | + <server/> | ||
| 321 | + <type>MYSQL</type> | ||
| 322 | + <access>JNDI</access> | ||
| 323 | + <database>control_jndi</database> | ||
| 324 | + <port>1521</port> | ||
| 325 | + <username/> | ||
| 326 | + <password>Encrypted </password> | ||
| 327 | + <servername/> | ||
| 328 | + <data_tablespace/> | ||
| 329 | + <index_tablespace/> | ||
| 330 | + <attributes> | ||
| 331 | + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 332 | + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 333 | + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 334 | + <attribute><code>PORT_NUMBER</code><attribute>1521</attribute></attribute> | ||
| 335 | + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 336 | + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 337 | + <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | ||
| 338 | + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 339 | + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 340 | + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 341 | + </attributes> | ||
| 342 | + </connection> | ||
| 343 | + <connection> | ||
| 344 | + <name>JGJW_VM</name> | ||
| 345 | + <server>192.168.198.240</server> | ||
| 346 | + <type>ORACLE</type> | ||
| 347 | + <access>Native</access> | ||
| 348 | + <database>orcl</database> | ||
| 349 | + <port>1521</port> | ||
| 350 | + <username>jwgl</username> | ||
| 351 | + <password>Encrypted 2be98afc86aa7f2e4cb79ce10d485a8d6</password> | ||
| 352 | + <servername/> | ||
| 353 | + <data_tablespace/> | ||
| 354 | + <index_tablespace/> | ||
| 355 | + <attributes> | ||
| 356 | + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 357 | + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 358 | + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 359 | + <attribute><code>PORT_NUMBER</code><attribute>1521</attribute></attribute> | ||
| 360 | + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 361 | + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 362 | + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 363 | + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 364 | + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 365 | + </attributes> | ||
| 366 | + </connection> | ||
| 367 | + <connection> | ||
| 368 | + <name>lgjw_oracle_jndi</name> | ||
| 369 | + <server/> | ||
| 370 | + <type>ORACLE</type> | ||
| 371 | + <access>JNDI</access> | ||
| 372 | + <database>lgjw_oracle</database> | ||
| 373 | + <port>1521</port> | ||
| 374 | + <username/> | ||
| 375 | + <password>Encrypted </password> | ||
| 376 | + <servername/> | ||
| 377 | + <data_tablespace>LGJW</data_tablespace> | ||
| 378 | + <index_tablespace/> | ||
| 379 | + <attributes> | ||
| 380 | + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 381 | + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 382 | + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 383 | + <attribute><code>PORT_NUMBER</code><attribute>1521</attribute></attribute> | ||
| 384 | + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 385 | + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 386 | + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 387 | + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 388 | + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 389 | + </attributes> | ||
| 390 | + </connection> | ||
| 391 | + <connection> | ||
| 392 | + <name>NHJW_VM</name> | ||
| 393 | + <server>192.168.198.240</server> | ||
| 394 | + <type>ORACLE</type> | ||
| 395 | + <access>Native</access> | ||
| 396 | + <database>orcl</database> | ||
| 397 | + <port>1521</port> | ||
| 398 | + <username>nhjw</username> | ||
| 399 | + <password>Encrypted 2be98afc86aa7f2e4cb79ce10d09aa5cd</password> | ||
| 400 | + <servername/> | ||
| 401 | + <data_tablespace/> | ||
| 402 | + <index_tablespace/> | ||
| 403 | + <attributes> | ||
| 404 | + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 405 | + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 406 | + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 407 | + <attribute><code>PORT_NUMBER</code><attribute>1521</attribute></attribute> | ||
| 408 | + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 409 | + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 410 | + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 411 | + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 412 | + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 413 | + </attributes> | ||
| 414 | + </connection> | ||
| 415 | + <connection> | ||
| 416 | + <name>PDGJ_VM</name> | ||
| 417 | + <server>192.168.198.240</server> | ||
| 418 | + <type>ORACLE</type> | ||
| 419 | + <access>Native</access> | ||
| 420 | + <database>orcl</database> | ||
| 421 | + <port>1521</port> | ||
| 422 | + <username>pdgj</username> | ||
| 423 | + <password>Encrypted 2be98afc86aa7f2e4cb79ce10ce96a8d0</password> | ||
| 424 | + <servername/> | ||
| 425 | + <data_tablespace/> | ||
| 426 | + <index_tablespace/> | ||
| 427 | + <attributes> | ||
| 428 | + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 429 | + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 430 | + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 431 | + <attribute><code>PORT_NUMBER</code><attribute>1521</attribute></attribute> | ||
| 432 | + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 433 | + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 434 | + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 435 | + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 436 | + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 437 | + </attributes> | ||
| 438 | + </connection> | ||
| 439 | + <connection> | ||
| 440 | + <name>repair_dw_mysql_jndi</name> | ||
| 441 | + <server/> | ||
| 442 | + <type>MYSQL</type> | ||
| 443 | + <access>JNDI</access> | ||
| 444 | + <database>repair_dw_mysql</database> | ||
| 445 | + <port>1521</port> | ||
| 446 | + <username/> | ||
| 447 | + <password>Encrypted </password> | ||
| 448 | + <servername/> | ||
| 449 | + <data_tablespace/> | ||
| 450 | + <index_tablespace/> | ||
| 451 | + <attributes> | ||
| 452 | + <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | ||
| 453 | + <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | ||
| 454 | + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 455 | + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 456 | + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 457 | + <attribute><code>PORT_NUMBER</code><attribute>1521</attribute></attribute> | ||
| 458 | + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 459 | + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 460 | + <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | ||
| 461 | + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 462 | + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 463 | + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 464 | + </attributes> | ||
| 465 | + </connection> | ||
| 466 | + <connection> | ||
| 467 | + <name>repair_dw(本机)</name> | ||
| 468 | + <server>localhost</server> | ||
| 469 | + <type>MYSQL</type> | ||
| 470 | + <access>Native</access> | ||
| 471 | + <database>ruoyi-vue-3.5</database> | ||
| 472 | + <port>3306</port> | ||
| 473 | + <username>root</username> | ||
| 474 | + <password>Encrypted </password> | ||
| 475 | + <servername/> | ||
| 476 | + <data_tablespace/> | ||
| 477 | + <index_tablespace/> | ||
| 478 | + <attributes> | ||
| 479 | + <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | ||
| 480 | + <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | ||
| 481 | + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 482 | + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 483 | + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 484 | + <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute> | ||
| 485 | + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 486 | + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 487 | + <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | ||
| 488 | + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 489 | + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 490 | + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 491 | + </attributes> | ||
| 492 | + </connection> | ||
| 493 | + <connection> | ||
| 494 | + <name>repair_real_h2</name> | ||
| 495 | + <server/> | ||
| 496 | + <type>H2</type> | ||
| 497 | + <access>JNDI</access> | ||
| 498 | + <database>repair_real_h2</database> | ||
| 499 | + <port>1521</port> | ||
| 500 | + <username/> | ||
| 501 | + <password>Encrypted </password> | ||
| 502 | + <servername/> | ||
| 503 | + <data_tablespace/> | ||
| 504 | + <index_tablespace/> | ||
| 505 | + <attributes> | ||
| 506 | + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 507 | + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 508 | + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 509 | + <attribute><code>PORT_NUMBER</code><attribute>1521</attribute></attribute> | ||
| 510 | + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 511 | + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 512 | + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 513 | + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 514 | + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 515 | + </attributes> | ||
| 516 | + </connection> | ||
| 517 | + <connection> | ||
| 518 | + <name>SNJW_VM</name> | ||
| 519 | + <server>192.168.198.240</server> | ||
| 520 | + <type>ORACLE</type> | ||
| 521 | + <access>Native</access> | ||
| 522 | + <database>orcl</database> | ||
| 523 | + <port>1521</port> | ||
| 524 | + <username>snjw</username> | ||
| 525 | + <password>Encrypted 2be98afc86aa7f2e4cb79ce10cd9ca5cd</password> | ||
| 526 | + <servername/> | ||
| 527 | + <data_tablespace/> | ||
| 528 | + <index_tablespace/> | ||
| 529 | + <attributes> | ||
| 530 | + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 531 | + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 532 | + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 533 | + <attribute><code>PORT_NUMBER</code><attribute>1521</attribute></attribute> | ||
| 534 | + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 535 | + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 536 | + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 537 | + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 538 | + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 539 | + </attributes> | ||
| 540 | + </connection> | ||
| 541 | + <connection> | ||
| 542 | + <name>test_control_local</name> | ||
| 543 | + <server>localhost</server> | ||
| 544 | + <type>MYSQL</type> | ||
| 545 | + <access>Native</access> | ||
| 546 | + <database>test_control</database> | ||
| 547 | + <port>3306</port> | ||
| 548 | + <username>root</username> | ||
| 549 | + <password>Encrypted </password> | ||
| 550 | + <servername/> | ||
| 551 | + <data_tablespace/> | ||
| 552 | + <index_tablespace/> | ||
| 553 | + <attributes> | ||
| 554 | + <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | ||
| 555 | + <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | ||
| 556 | + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 557 | + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 558 | + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 559 | + <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute> | ||
| 560 | + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 561 | + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 562 | + <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | ||
| 563 | + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 564 | + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 565 | + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 566 | + </attributes> | ||
| 567 | + </connection> | ||
| 568 | + <connection> | ||
| 569 | + <name>test_control(本机)</name> | ||
| 570 | + <server>127.0.0.1</server> | ||
| 571 | + <type>MYSQL</type> | ||
| 572 | + <access>Native</access> | ||
| 573 | + <database>test_control</database> | ||
| 574 | + <port>3306</port> | ||
| 575 | + <username>root</username> | ||
| 576 | + <password>Encrypted </password> | ||
| 577 | + <servername/> | ||
| 578 | + <data_tablespace/> | ||
| 579 | + <index_tablespace/> | ||
| 580 | + <attributes> | ||
| 581 | + <attribute><code>EXTRA_OPTION_MYSQL.characterEncoding</code><attribute>utf8</attribute></attribute> | ||
| 582 | + <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | ||
| 583 | + <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | ||
| 584 | + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 585 | + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 586 | + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 587 | + <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute> | ||
| 588 | + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 589 | + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 590 | + <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | ||
| 591 | + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 592 | + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 593 | + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 594 | + </attributes> | ||
| 595 | + </connection> | ||
| 596 | + <connection> | ||
| 597 | + <name>wzk_mysql_jndi</name> | ||
| 598 | + <server/> | ||
| 599 | + <type>MYSQL</type> | ||
| 600 | + <access>JNDI</access> | ||
| 601 | + <database>wzk_mysql</database> | ||
| 602 | + <port>1521</port> | ||
| 603 | + <username/> | ||
| 604 | + <password>Encrypted </password> | ||
| 605 | + <servername/> | ||
| 606 | + <data_tablespace/> | ||
| 607 | + <index_tablespace/> | ||
| 608 | + <attributes> | ||
| 609 | + <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | ||
| 610 | + <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | ||
| 611 | + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 612 | + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 613 | + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 614 | + <attribute><code>PORT_NUMBER</code><attribute>1521</attribute></attribute> | ||
| 615 | + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 616 | + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 617 | + <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | ||
| 618 | + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 619 | + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 620 | + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 621 | + </attributes> | ||
| 622 | + </connection> | ||
| 623 | + <connection> | ||
| 624 | + <name>wzk(本机)</name> | ||
| 625 | + <server>localhost</server> | ||
| 626 | + <type>MYSQL</type> | ||
| 627 | + <access>Native</access> | ||
| 628 | + <database>pdgj_wzk_sys</database> | ||
| 629 | + <port>3306</port> | ||
| 630 | + <username>root</username> | ||
| 631 | + <password>Encrypted </password> | ||
| 632 | + <servername/> | ||
| 633 | + <data_tablespace/> | ||
| 634 | + <index_tablespace/> | ||
| 635 | + <attributes> | ||
| 636 | + <attribute><code>EXTRA_OPTION_MYSQL.characterEncoding</code><attribute>utf8</attribute></attribute> | ||
| 637 | + <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | ||
| 638 | + <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | ||
| 639 | + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 640 | + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 641 | + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 642 | + <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute> | ||
| 643 | + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 644 | + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 645 | + <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | ||
| 646 | + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 647 | + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 648 | + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 649 | + </attributes> | ||
| 650 | + </connection> | ||
| 651 | + <connection> | ||
| 652 | + <name>xlab_mysql_youle</name> | ||
| 653 | + <server>101.231.124.8</server> | ||
| 654 | + <type>MYSQL</type> | ||
| 655 | + <access>Native</access> | ||
| 656 | + <database>xlab_youle</database> | ||
| 657 | + <port>45687</port> | ||
| 658 | + <username>xlab-youle</username> | ||
| 659 | + <password>Encrypted 2be98afc86aa78a88aa1be369d187a3df</password> | ||
| 660 | + <servername/> | ||
| 661 | + <data_tablespace/> | ||
| 662 | + <index_tablespace/> | ||
| 663 | + <attributes> | ||
| 664 | + <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | ||
| 665 | + <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | ||
| 666 | + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 667 | + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 668 | + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 669 | + <attribute><code>PORT_NUMBER</code><attribute>45687</attribute></attribute> | ||
| 670 | + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 671 | + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 672 | + <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | ||
| 673 | + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>N</attribute></attribute> | ||
| 674 | + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>N</attribute></attribute> | ||
| 675 | + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 676 | + </attributes> | ||
| 677 | + </connection> | ||
| 678 | + <connection> | ||
| 679 | + <name>xlab_mysql_youle(本机)</name> | ||
| 680 | + <server>localhost</server> | ||
| 681 | + <type>MYSQL</type> | ||
| 682 | + <access>Native</access> | ||
| 683 | + <database>xlab_youle</database> | ||
| 684 | + <port>3306</port> | ||
| 685 | + <username>root</username> | ||
| 686 | + <password>Encrypted </password> | ||
| 687 | + <servername/> | ||
| 688 | + <data_tablespace/> | ||
| 689 | + <index_tablespace/> | ||
| 690 | + <attributes> | ||
| 691 | + <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | ||
| 692 | + <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | ||
| 693 | + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 694 | + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 695 | + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 696 | + <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute> | ||
| 697 | + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 698 | + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 699 | + <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | ||
| 700 | + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>N</attribute></attribute> | ||
| 701 | + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>N</attribute></attribute> | ||
| 702 | + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 703 | + </attributes> | ||
| 704 | + </connection> | ||
| 705 | + <connection> | ||
| 706 | + <name>xlab_youle</name> | ||
| 707 | + <server/> | ||
| 708 | + <type>MYSQL</type> | ||
| 709 | + <access>JNDI</access> | ||
| 710 | + <database>xlab_youle</database> | ||
| 711 | + <port>1521</port> | ||
| 712 | + <username/> | ||
| 713 | + <password>Encrypted </password> | ||
| 714 | + <servername/> | ||
| 715 | + <data_tablespace/> | ||
| 716 | + <index_tablespace/> | ||
| 717 | + <attributes> | ||
| 718 | + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 719 | + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 720 | + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 721 | + <attribute><code>PORT_NUMBER</code><attribute>1521</attribute></attribute> | ||
| 722 | + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 723 | + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 724 | + <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | ||
| 725 | + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 726 | + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 727 | + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 728 | + </attributes> | ||
| 729 | + </connection> | ||
| 730 | + <connection> | ||
| 731 | + <name>YGJW_VM</name> | ||
| 732 | + <server>192.168.198.240</server> | ||
| 733 | + <type>ORACLE</type> | ||
| 734 | + <access>Native</access> | ||
| 735 | + <database>orcl</database> | ||
| 736 | + <port>1521</port> | ||
| 737 | + <username>ygjw</username> | ||
| 738 | + <password>Encrypted 2be98afc86aa7f2e4cb79ce10c795a5cd</password> | ||
| 739 | + <servername/> | ||
| 740 | + <data_tablespace/> | ||
| 741 | + <index_tablespace/> | ||
| 742 | + <attributes> | ||
| 743 | + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 744 | + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 745 | + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 746 | + <attribute><code>PORT_NUMBER</code><attribute>1521</attribute></attribute> | ||
| 747 | + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 748 | + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 749 | + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 750 | + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 751 | + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 752 | + </attributes> | ||
| 753 | + </connection> | ||
| 754 | + <connection> | ||
| 755 | + <name>公司jgjw</name> | ||
| 756 | + <server>192.168.168.1</server> | ||
| 757 | + <type>ORACLE</type> | ||
| 758 | + <access>Native</access> | ||
| 759 | + <database>orcl</database> | ||
| 760 | + <port>1521</port> | ||
| 761 | + <username>jwgl</username> | ||
| 762 | + <password>Encrypted 2be98afc86aa7f2e4cb79ce10d485a8d6</password> | ||
| 763 | + <servername/> | ||
| 764 | + <data_tablespace/> | ||
| 765 | + <index_tablespace/> | ||
| 766 | + <attributes> | ||
| 767 | + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 768 | + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 769 | + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 770 | + <attribute><code>PORT_NUMBER</code><attribute>1521</attribute></attribute> | ||
| 771 | + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 772 | + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 773 | + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 774 | + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 775 | + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 776 | + </attributes> | ||
| 777 | + </connection> | ||
| 778 | + <connection> | ||
| 779 | + <name>公司snjw</name> | ||
| 780 | + <server>192.168.168.1</server> | ||
| 781 | + <type>ORACLE</type> | ||
| 782 | + <access>Native</access> | ||
| 783 | + <database>orcl</database> | ||
| 784 | + <port>1521</port> | ||
| 785 | + <username>snjw</username> | ||
| 786 | + <password>Encrypted 2be98afc86aa7f2e4cb79ce10cd9ca5cd</password> | ||
| 787 | + <servername/> | ||
| 788 | + <data_tablespace/> | ||
| 789 | + <index_tablespace/> | ||
| 790 | + <attributes> | ||
| 791 | + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 792 | + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 793 | + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 794 | + <attribute><code>PORT_NUMBER</code><attribute>1521</attribute></attribute> | ||
| 795 | + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 796 | + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 797 | + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 798 | + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 799 | + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 800 | + </attributes> | ||
| 801 | + </connection> | ||
| 802 | + <connection> | ||
| 803 | + <name>公司ygjw</name> | ||
| 804 | + <server>192.168.168.178</server> | ||
| 805 | + <type>ORACLE</type> | ||
| 806 | + <access>Native</access> | ||
| 807 | + <database>orcl</database> | ||
| 808 | + <port>1521</port> | ||
| 809 | + <username>ygjw</username> | ||
| 810 | + <password>Encrypted 2be98afc86aa7f2e4cb79ce10c795a5cd</password> | ||
| 811 | + <servername/> | ||
| 812 | + <data_tablespace/> | ||
| 813 | + <index_tablespace/> | ||
| 814 | + <attributes> | ||
| 815 | + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 816 | + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 817 | + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 818 | + <attribute><code>PORT_NUMBER</code><attribute>1521</attribute></attribute> | ||
| 819 | + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 820 | + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 821 | + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 822 | + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 823 | + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 824 | + </attributes> | ||
| 825 | + </connection> | ||
| 826 | + <connection> | ||
| 827 | + <name>公司机务_pdgj</name> | ||
| 828 | + <server>192.168.168.178</server> | ||
| 829 | + <type>ORACLE</type> | ||
| 830 | + <access>Native</access> | ||
| 831 | + <database>orcl</database> | ||
| 832 | + <port>1521</port> | ||
| 833 | + <username>pdgj</username> | ||
| 834 | + <password>Encrypted 2be98afc86aa7f2e4cb79ce10ce96a8d0</password> | ||
| 835 | + <servername/> | ||
| 836 | + <data_tablespace/> | ||
| 837 | + <index_tablespace/> | ||
| 838 | + <attributes> | ||
| 839 | + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 840 | + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 841 | + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 842 | + <attribute><code>PORT_NUMBER</code><attribute>1521</attribute></attribute> | ||
| 843 | + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 844 | + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 845 | + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 846 | + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 847 | + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 848 | + </attributes> | ||
| 849 | + </connection> | ||
| 850 | + <connection> | ||
| 851 | + <name>外网vpn临港机务oracle</name> | ||
| 852 | + <server>10.10.150.114</server> | ||
| 853 | + <type>ORACLE</type> | ||
| 854 | + <access>Native</access> | ||
| 855 | + <database>helowin</database> | ||
| 856 | + <port>1521</port> | ||
| 857 | + <username>lgjw</username> | ||
| 858 | + <password>Encrypted 2be98afc86aa7f2e4cb79ce10d295a5cd</password> | ||
| 859 | + <servername/> | ||
| 860 | + <data_tablespace/> | ||
| 861 | + <index_tablespace/> | ||
| 862 | + <attributes> | ||
| 863 | + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 864 | + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 865 | + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 866 | + <attribute><code>PORT_NUMBER</code><attribute>1521</attribute></attribute> | ||
| 867 | + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 868 | + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 869 | + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 870 | + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 871 | + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 872 | + </attributes> | ||
| 873 | + </connection> | ||
| 874 | + <connection> | ||
| 875 | + <name>外网南汇机务oracle</name> | ||
| 876 | + <server>58.247.254.118</server> | ||
| 877 | + <type>ORACLE</type> | ||
| 878 | + <access>Native</access> | ||
| 879 | + <database>orcl</database> | ||
| 880 | + <port>15211</port> | ||
| 881 | + <username>nhjw</username> | ||
| 882 | + <password>Encrypted 2be98afc86aa7f2e4cb79ce10d09aa5cd</password> | ||
| 883 | + <servername/> | ||
| 884 | + <data_tablespace/> | ||
| 885 | + <index_tablespace/> | ||
| 886 | + <attributes> | ||
| 887 | + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 888 | + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 889 | + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 890 | + <attribute><code>PORT_NUMBER</code><attribute>15211</attribute></attribute> | ||
| 891 | + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 892 | + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 893 | + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 894 | + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 895 | + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 896 | + </attributes> | ||
| 897 | + </connection> | ||
| 898 | + <connection> | ||
| 899 | + <name>外网杨高机务oracle</name> | ||
| 900 | + <server>58.247.254.118</server> | ||
| 901 | + <type>ORACLE</type> | ||
| 902 | + <access>Native</access> | ||
| 903 | + <database>orcl</database> | ||
| 904 | + <port>15211</port> | ||
| 905 | + <username>ygjw</username> | ||
| 906 | + <password>Encrypted 2be98afc86aa7f2e4cb79ce10c795a5cd</password> | ||
| 907 | + <servername/> | ||
| 908 | + <data_tablespace/> | ||
| 909 | + <index_tablespace/> | ||
| 910 | + <attributes> | ||
| 911 | + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 912 | + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 913 | + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 914 | + <attribute><code>PORT_NUMBER</code><attribute>15211</attribute></attribute> | ||
| 915 | + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 916 | + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 917 | + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 918 | + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 919 | + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 920 | + </attributes> | ||
| 921 | + </connection> | ||
| 922 | + <connection> | ||
| 923 | + <name>外网金高机务oracle</name> | ||
| 924 | + <server>58.247.254.118</server> | ||
| 925 | + <type>ORACLE</type> | ||
| 926 | + <access>Native</access> | ||
| 927 | + <database>orcl</database> | ||
| 928 | + <port>15211</port> | ||
| 929 | + <username>jwgl</username> | ||
| 930 | + <password>Encrypted 2be98afc86aa7f2e4cb79ce10d485a8d6</password> | ||
| 931 | + <servername/> | ||
| 932 | + <data_tablespace/> | ||
| 933 | + <index_tablespace/> | ||
| 934 | + <attributes> | ||
| 935 | + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 936 | + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 937 | + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 938 | + <attribute><code>PORT_NUMBER</code><attribute>15211</attribute></attribute> | ||
| 939 | + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 940 | + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 941 | + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 942 | + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 943 | + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 944 | + </attributes> | ||
| 945 | + </connection> | ||
| 946 | + <connection> | ||
| 947 | + <name>机务合并信息_公司_jndi</name> | ||
| 948 | + <server/> | ||
| 949 | + <type>ORACLE</type> | ||
| 950 | + <access>JNDI</access> | ||
| 951 | + <database>alljw_oracle</database> | ||
| 952 | + <port>1521</port> | ||
| 953 | + <username/> | ||
| 954 | + <password>Encrypted </password> | ||
| 955 | + <servername/> | ||
| 956 | + <data_tablespace>YGJW</data_tablespace> | ||
| 957 | + <index_tablespace/> | ||
| 958 | + <attributes> | ||
| 959 | + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 960 | + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 961 | + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 962 | + <attribute><code>PORT_NUMBER</code><attribute>1521</attribute></attribute> | ||
| 963 | + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 964 | + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 965 | + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 966 | + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 967 | + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 968 | + </attributes> | ||
| 969 | + </connection> | ||
| 970 | + <order> | ||
| 971 | + <hop> <from>http接口调用</from><to>JavaScript解析json生成数据</to><enabled>Y</enabled> </hop> | ||
| 972 | + <hop> <from>JavaScript解析json生成数据</from><to>数据检验</to><enabled>Y</enabled> </hop> | ||
| 973 | + <hop> <from>数据检验</from><to>数据检验错误输出</to><enabled>Y</enabled> </hop> | ||
| 974 | + <hop> <from>数据检验</from><to>待处理数据</to><enabled>Y</enabled> </hop> | ||
| 975 | + <hop> <from>待处理数据</from><to>获取公司分公司编码</to><enabled>Y</enabled> </hop> | ||
| 976 | + <hop> <from>判定新增/更新数据</from><to>待新增数据</to><enabled>Y</enabled> </hop> | ||
| 977 | + <hop> <from>判定新增/更新数据</from><to>待更新数据</to><enabled>Y</enabled> </hop> | ||
| 978 | + <hop> <from>待新增数据</from><to>新增数据处理</to><enabled>Y</enabled> </hop> | ||
| 979 | + <hop> <from>获取公司分公司编码</from><to>本地车辆信息查询 </to><enabled>Y</enabled> </hop> | ||
| 980 | + <hop> <from>本地车辆信息查询 </from><to>本地车辆配置信息查询</to><enabled>Y</enabled> </hop> | ||
| 981 | + <hop> <from>待更新数据</from><to>更新数据处理</to><enabled>Y</enabled> </hop> | ||
| 982 | + <hop> <from>字段选择</from><to>待处理数据xls输出</to><enabled>Y</enabled> </hop> | ||
| 983 | + <hop> <from>本地车辆配置信息查询</from><to>本地线路信息查询</to><enabled>Y</enabled> </hop> | ||
| 984 | + <hop> <from>本地线路信息查询</from><to>字段选择</to><enabled>Y</enabled> </hop> | ||
| 985 | + <hop> <from>本地线路信息查询</from><to>判定新增/更新数据</to><enabled>Y</enabled> </hop> | ||
| 986 | + <hop> <from>新增数据处理</from><to>新增车辆数据输出</to><enabled>Y</enabled> </hop> | ||
| 987 | + <hop> <from>报废车辆管理设备数据处理</from><to>新增车辆设备数据输出</to><enabled>Y</enabled> </hop> | ||
| 988 | + <hop> <from>新增车辆数据输出</from><to>新增错误数据文件</to><enabled>Y</enabled> </hop> | ||
| 989 | + <hop> <from>新增车辆设备数据输出</from><to>添加车辆设备错误数据文件</to><enabled>Y</enabled> </hop> | ||
| 990 | + <hop> <from>更新数据处理</from><to>判定是否更新</to><enabled>Y</enabled> </hop> | ||
| 991 | + <hop> <from>更新车辆数据输出</from><to>更新错误数据文件</to><enabled>Y</enabled> </hop> | ||
| 992 | + <hop> <from>判定是否更新</from><to>待处理更新数据</to><enabled>Y</enabled> </hop> | ||
| 993 | + <hop> <from>待处理更新数据</from><to>更新车辆数据输出</to><enabled>Y</enabled> </hop> | ||
| 994 | + <hop> <from>待处理更新数据</from><to>判断是否报废更新</to><enabled>Y</enabled> </hop> | ||
| 995 | + <hop> <from>公司,分公司名称代码数据</from><to>数据检验</to><enabled>Y</enabled> </hop> | ||
| 996 | + <hop> <from>公司,分公司名称代码数据</from><to>获取公司分公司编码</to><enabled>Y</enabled> </hop> | ||
| 997 | + <hop> <from>判断是否报废更新</from><to>报废车辆管理设备数据处理</to><enabled>Y</enabled> </hop> | ||
| 998 | + <hop> <from>获取参数</from><to>设置url和password</to><enabled>Y</enabled> </hop> | ||
| 999 | + <hop> <from>设置url和password</from><to>写日志</to><enabled>Y</enabled> </hop> | ||
| 1000 | + <hop> <from>设置url和password</from><to>http接口调用</to><enabled>Y</enabled> </hop> | ||
| 1001 | + </order> | ||
| 1002 | + <step> | ||
| 1003 | + <name>JavaScript解析json生成数据</name> | ||
| 1004 | + <type>ScriptValueMod</type> | ||
| 1005 | + <description/> | ||
| 1006 | + <distribute>Y</distribute> | ||
| 1007 | + <custom_distribution/> | ||
| 1008 | + <copies>1</copies> | ||
| 1009 | + <partitioning> | ||
| 1010 | + <method>none</method> | ||
| 1011 | + <schema_name/> | ||
| 1012 | + </partitioning> | ||
| 1013 | + <compatible>N</compatible> | ||
| 1014 | + <optimizationLevel>9</optimizationLevel> | ||
| 1015 | + <jsScripts> <jsScript> <jsScript_type>0</jsScript_type> | ||
| 1016 | + <jsScript_name>Script 1</jsScript_name> | ||
| 1017 | + <jsScript_script>//Script here
//---------------- 数据过滤参数处理 --------------//
// 1、车辆自编号
var existParamZbh = false; // 是否存在车辆自编号参数
if (paramClzbh != null && paramClzbh != "") {
 existParamZbh = true;
}
// 2、开始时间、结束时间参数
var paramFrom_date;
var paramTo_date;
if (paramFrom != null && paramFrom != "") {
 paramFrom_date = str2date(paramFrom, 'yyyy-MM-dd HH:mm:ss');
}
if (paramTo != null && paramTo != "") {
 paramTo_date = str2date(paramTo, 'yyyy-MM-dd HH:mm:ss');
}

/**
 * 新增处理行函数。
 * @param newRow 待新增的行
 * @param jsonRow 可解析的行对象数据
 * @return false:表示外部循环break
 */
function processRow(newRow, jsonRow) {
 //------------ 根据参数,过滤记录 ---------//
 // 1、车辆自编号参数,优先级最高(其他参数不匹配了),并且只匹配一次
 if (existParamZbh) {
 if (paramClzbh == jsonRow.car_code) {
 putRow(newRow);
 return false;
 }
 return true;
 }

 // 2、开始时间,结束时间参数,两个都是必填参数,只要有一个不存在,则退出整个循环
 // 使用新增和更新时间匹配,如果又一个为null,则忽略本条数据
 if (paramFrom_date == null || paramTo_date == null) {
 return false;
 }
 // create_time为空,过滤记录
 if (jsonRow.create_time == null || jsonRow.create_time == "") {
 return true;
 }
 // 判定 paramFrom_date <= create_time <= paramTo_date
 var create_time_cov = str2date(jsonRow.create_time, 'yyyy-MM-dd HH:mm:ss');
 if (dateDiff(paramFrom_date, create_time_cov, 'ss') >= 0 && dateDiff(create_time_cov, paramTo_date, 'ss') >= 0) {
 putRow(newRow);
 return true;
 }
 // create_time不为空,不再时间范围内,update_time为空,过滤记录
 if (jsonRow.update_time == null || jsonRow.update_time == "") {
 return true;
 }
 // 判定 paramFrom_date <= update_time <= paramTo_date
 var update_time_cov = str2date(jsonRow.update_time, 'yyyy-MM-dd HH:mm:ss');
 if (dateDiff(paramFrom_date, update_time_cov, 'ss') >= 0 && dateDiff(update_time_cov, paramTo_date, 'ss') >= 0) {
 putRow(newRow);
 return true;
 }

 // TODO:其他判定参数再议
 return true;
}


var json_script = 'var jsonlist = ' + result;
eval(json_script);
for (i = 0; i < jsonlist.length; i++) {
 newRow = createRowCopy(getOutputRowMeta().size());
 var rowIndex = getInputRowMeta().size();

 //----------- 新生成字段 ----------//
 newRow[rowIndex ++] = jsonlist[i].company || null; // 公司名称
 newRow[rowIndex ++] = jsonlist[i].branch_company || null; // 分公司名称
 newRow[rowIndex ++] = jsonlist[i].company + "-" + jsonlist[i].branch_company; // 公司分公司名称合并
 newRow[rowIndex ++] = jsonlist[i].car_code || null; // 车辆自编号
 newRow[rowIndex ++] = jsonlist[i].car_plate || null; // 车牌号
 newRow[rowIndex ++] = jsonlist[i].create_time || null; // 新增时间
 newRow[rowIndex ++] = jsonlist[i].update_time || null; // 更新时间
 // newRow[rowIndex ++] = jsonlist[i].application_scrap_type || null; // 报废类型
 newRow[rowIndex ++] = jsonlist[i].apply_scarp_type || null; // 报废类型
 newRow[rowIndex ++] = jsonlist[i].car_state || null; // 车辆状态
 newRow[rowIndex ++] = jsonlist[i].cancel_date || null; // 报废日期
 newRow[rowIndex ++] = jsonlist[i].car_energy_type || null; // 车辆动力类型
 
 // 处理行数据
 if (!processRow(newRow, jsonlist[i])) {
 break;
 }
}
trans_Status = SKIP_TRANSFORMATION;

// 公司名称
var gsmc;
// 分公司名称
var fgsmc;
// 公司分公司名称合并
var allgsmc;
// 车辆自编号
var clzbh;
// 车牌号
var cph;
// 新增时间
var createTime;
// 更新时间
var updateTime;
// 报废类型
var scrapType;
// 车辆状态
var carState;
// 报废时间
var scrapDate;
// 车辆动力类型
var carEnergyType;
</jsScript_script> | ||
| 1018 | + </jsScript> </jsScripts> <fields> <field> <name>gsmc</name> | ||
| 1019 | + <rename>gsmc</rename> | ||
| 1020 | + <type>String</type> | ||
| 1021 | + <length>-1</length> | ||
| 1022 | + <precision>-1</precision> | ||
| 1023 | + <replace>N</replace> | ||
| 1024 | + </field> <field> <name>fgsmc</name> | ||
| 1025 | + <rename>fgsmc</rename> | ||
| 1026 | + <type>String</type> | ||
| 1027 | + <length>-1</length> | ||
| 1028 | + <precision>-1</precision> | ||
| 1029 | + <replace>N</replace> | ||
| 1030 | + </field> <field> <name>allgsmc</name> | ||
| 1031 | + <rename>allgsmc</rename> | ||
| 1032 | + <type>String</type> | ||
| 1033 | + <length>-1</length> | ||
| 1034 | + <precision>-1</precision> | ||
| 1035 | + <replace>N</replace> | ||
| 1036 | + </field> <field> <name>clzbh</name> | ||
| 1037 | + <rename>clzbh</rename> | ||
| 1038 | + <type>String</type> | ||
| 1039 | + <length>-1</length> | ||
| 1040 | + <precision>-1</precision> | ||
| 1041 | + <replace>N</replace> | ||
| 1042 | + </field> <field> <name>cph</name> | ||
| 1043 | + <rename>cph</rename> | ||
| 1044 | + <type>String</type> | ||
| 1045 | + <length>-1</length> | ||
| 1046 | + <precision>-1</precision> | ||
| 1047 | + <replace>N</replace> | ||
| 1048 | + </field> <field> <name>createTime</name> | ||
| 1049 | + <rename>createTime</rename> | ||
| 1050 | + <type>String</type> | ||
| 1051 | + <length>-1</length> | ||
| 1052 | + <precision>-1</precision> | ||
| 1053 | + <replace>N</replace> | ||
| 1054 | + </field> <field> <name>updateTime</name> | ||
| 1055 | + <rename>updateTime</rename> | ||
| 1056 | + <type>String</type> | ||
| 1057 | + <length>-1</length> | ||
| 1058 | + <precision>-1</precision> | ||
| 1059 | + <replace>N</replace> | ||
| 1060 | + </field> <field> <name>scrapType</name> | ||
| 1061 | + <rename>scrapType</rename> | ||
| 1062 | + <type>String</type> | ||
| 1063 | + <length>-1</length> | ||
| 1064 | + <precision>-1</precision> | ||
| 1065 | + <replace>N</replace> | ||
| 1066 | + </field> <field> <name>carState</name> | ||
| 1067 | + <rename>carState</rename> | ||
| 1068 | + <type>String</type> | ||
| 1069 | + <length>-1</length> | ||
| 1070 | + <precision>-1</precision> | ||
| 1071 | + <replace>N</replace> | ||
| 1072 | + </field> <field> <name>scrapDate</name> | ||
| 1073 | + <rename>scrapDate</rename> | ||
| 1074 | + <type>String</type> | ||
| 1075 | + <length>-1</length> | ||
| 1076 | + <precision>-1</precision> | ||
| 1077 | + <replace>N</replace> | ||
| 1078 | + </field> <field> <name>carEnergyType</name> | ||
| 1079 | + <rename>carEnergyType</rename> | ||
| 1080 | + <type>String</type> | ||
| 1081 | + <length>-1</length> | ||
| 1082 | + <precision>-1</precision> | ||
| 1083 | + <replace>N</replace> | ||
| 1084 | + </field> </fields> <cluster_schema/> | ||
| 1085 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 1086 | + <xloc>335</xloc> | ||
| 1087 | + <yloc>29</yloc> | ||
| 1088 | + <draw>Y</draw> | ||
| 1089 | + </GUI> | ||
| 1090 | + </step> | ||
| 1091 | + | ||
| 1092 | + <step> | ||
| 1093 | + <name>http接口调用</name> | ||
| 1094 | + <type>HTTP</type> | ||
| 1095 | + <description/> | ||
| 1096 | + <distribute>Y</distribute> | ||
| 1097 | + <custom_distribution/> | ||
| 1098 | + <copies>1</copies> | ||
| 1099 | + <partitioning> | ||
| 1100 | + <method>none</method> | ||
| 1101 | + <schema_name/> | ||
| 1102 | + </partitioning> | ||
| 1103 | + <url/> | ||
| 1104 | + <urlInField>Y</urlInField> | ||
| 1105 | + <urlField>url</urlField> | ||
| 1106 | + <encoding>UTF-8</encoding> | ||
| 1107 | + <httpLogin/> | ||
| 1108 | + <httpPassword>Encrypted </httpPassword> | ||
| 1109 | + <proxyHost/> | ||
| 1110 | + <proxyPort/> | ||
| 1111 | + <socketTimeout>-1</socketTimeout> | ||
| 1112 | + <connectionTimeout>-1</connectionTimeout> | ||
| 1113 | + <closeIdleConnectionsTime>-1</closeIdleConnectionsTime> | ||
| 1114 | + <lookup> | ||
| 1115 | + <arg> | ||
| 1116 | + <name>password</name> | ||
| 1117 | + <parameter>password</parameter> | ||
| 1118 | + </arg> | ||
| 1119 | + </lookup> | ||
| 1120 | + <result> | ||
| 1121 | + <name>result</name> | ||
| 1122 | + <code/> | ||
| 1123 | + <response_time/> | ||
| 1124 | + </result> | ||
| 1125 | + <cluster_schema/> | ||
| 1126 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 1127 | + <xloc>176</xloc> | ||
| 1128 | + <yloc>29</yloc> | ||
| 1129 | + <draw>Y</draw> | ||
| 1130 | + </GUI> | ||
| 1131 | + </step> | ||
| 1132 | + | ||
| 1133 | + <step> | ||
| 1134 | + <name>公司,分公司名称代码数据</name> | ||
| 1135 | + <type>TableInput</type> | ||
| 1136 | + <description/> | ||
| 1137 | + <distribute>N</distribute> | ||
| 1138 | + <custom_distribution/> | ||
| 1139 | + <copies>1</copies> | ||
| 1140 | + <partitioning> | ||
| 1141 | + <method>none</method> | ||
| 1142 | + <schema_name/> | ||
| 1143 | + </partitioning> | ||
| 1144 | + <connection>control_jndi</connection> | ||
| 1145 | + <sql>select gs.gsmc as gsmc
, fgs.fgsmc as fgsmc
, concat (gs.gsmc, '-', fgs.fgsmc) as allmc
, gs.gsdm as gsdm
, fgs.fgsdm as fgsdm
from
(select business_name as fgsmc
, business_code as fgsdm
, up_code gsdm 
from bsth_c_business 
where up_code in (
select business_code from bsth_c_business where up_code = '88')
) fgs left join
(select business_name as gsmc
, business_code as gsdm
from bsth_c_business
where up_code = '88'
) gs on fgs.gsdm = gs.gsdm</sql> | ||
| 1146 | + <limit>0</limit> | ||
| 1147 | + <lookup/> | ||
| 1148 | + <execute_each_row>N</execute_each_row> | ||
| 1149 | + <variables_active>N</variables_active> | ||
| 1150 | + <lazy_conversion_active>N</lazy_conversion_active> | ||
| 1151 | + <cluster_schema/> | ||
| 1152 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 1153 | + <xloc>176</xloc> | ||
| 1154 | + <yloc>220</yloc> | ||
| 1155 | + <draw>Y</draw> | ||
| 1156 | + </GUI> | ||
| 1157 | + </step> | ||
| 1158 | + | ||
| 1159 | + <step> | ||
| 1160 | + <name>写日志</name> | ||
| 1161 | + <type>WriteToLog</type> | ||
| 1162 | + <description/> | ||
| 1163 | + <distribute>Y</distribute> | ||
| 1164 | + <custom_distribution/> | ||
| 1165 | + <copies>1</copies> | ||
| 1166 | + <partitioning> | ||
| 1167 | + <method>none</method> | ||
| 1168 | + <schema_name/> | ||
| 1169 | + </partitioning> | ||
| 1170 | + <loglevel>log_level_basic</loglevel> | ||
| 1171 | + <displayHeader>Y</displayHeader> | ||
| 1172 | + <limitRows>N</limitRows> | ||
| 1173 | + <limitRowsNumber>0</limitRowsNumber> | ||
| 1174 | + <logmessage>开始获取远端数据,并处理输出
获取数据 api url=${url}
url参数(密钥)password=${password}
数据源过滤参数:
1、车辆自编号 ${paramClzbh}
2、开始时间 ${paramFrom}
3、结束时间 ${paramTo}
4、数据检验错误文件 ${file_validate_error}
5、待处理数据文件 ${file_prepare}
6、新增错误数据文件 ${file_add_error}
7、更新错误数据文件 ${file_update_error}
8、添加车辆设备错误数据文件 ${file_deivce_add_error}</logmessage> | ||
| 1175 | + <fields> | ||
| 1176 | + </fields> | ||
| 1177 | + <cluster_schema/> | ||
| 1178 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 1179 | + <xloc>58</xloc> | ||
| 1180 | + <yloc>222</yloc> | ||
| 1181 | + <draw>Y</draw> | ||
| 1182 | + </GUI> | ||
| 1183 | + </step> | ||
| 1184 | + | ||
| 1185 | + <step> | ||
| 1186 | + <name>判定新增/更新数据</name> | ||
| 1187 | + <type>FilterRows</type> | ||
| 1188 | + <description/> | ||
| 1189 | + <distribute>Y</distribute> | ||
| 1190 | + <custom_distribution/> | ||
| 1191 | + <copies>1</copies> | ||
| 1192 | + <partitioning> | ||
| 1193 | + <method>none</method> | ||
| 1194 | + <schema_name/> | ||
| 1195 | + </partitioning> | ||
| 1196 | +<send_true_to>待新增数据</send_true_to> | ||
| 1197 | +<send_false_to>待更新数据</send_false_to> | ||
| 1198 | + <compare> | ||
| 1199 | +<condition> | ||
| 1200 | + <negated>N</negated> | ||
| 1201 | + <leftvalue>id</leftvalue> | ||
| 1202 | + <function>IS NULL</function> | ||
| 1203 | + <rightvalue/> | ||
| 1204 | + </condition> | ||
| 1205 | + </compare> | ||
| 1206 | + <cluster_schema/> | ||
| 1207 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 1208 | + <xloc>506</xloc> | ||
| 1209 | + <yloc>309</yloc> | ||
| 1210 | + <draw>Y</draw> | ||
| 1211 | + </GUI> | ||
| 1212 | + </step> | ||
| 1213 | + | ||
| 1214 | + <step> | ||
| 1215 | + <name>判定是否更新</name> | ||
| 1216 | + <type>FilterRows</type> | ||
| 1217 | + <description/> | ||
| 1218 | + <distribute>Y</distribute> | ||
| 1219 | + <custom_distribution/> | ||
| 1220 | + <copies>1</copies> | ||
| 1221 | + <partitioning> | ||
| 1222 | + <method>none</method> | ||
| 1223 | + <schema_name/> | ||
| 1224 | + </partitioning> | ||
| 1225 | +<send_true_to>待处理更新数据</send_true_to> | ||
| 1226 | +<send_false_to/> | ||
| 1227 | + <compare> | ||
| 1228 | +<condition> | ||
| 1229 | + <negated>N</negated> | ||
| 1230 | + <conditions> | ||
| 1231 | + <condition> | ||
| 1232 | + <negated>N</negated> | ||
| 1233 | + <leftvalue>isGsUpdate</leftvalue> | ||
| 1234 | + <function>=</function> | ||
| 1235 | + <rightvalue/> | ||
| 1236 | + <value><name>constant</name><type>Boolean</type><text>Y</text><length>-1</length><precision>-1</precision><isnull>N</isnull><mask/></value> </condition> | ||
| 1237 | + <condition> | ||
| 1238 | + <negated>N</negated> | ||
| 1239 | + <operator>OR</operator> | ||
| 1240 | + <leftvalue>isScrapUpdate</leftvalue> | ||
| 1241 | + <function>=</function> | ||
| 1242 | + <rightvalue/> | ||
| 1243 | + <value><name>constant</name><type>Boolean</type><text>Y</text><length>-1</length><precision>-1</precision><isnull>N</isnull><mask/></value> </condition> | ||
| 1244 | + <condition> | ||
| 1245 | + <negated>N</negated> | ||
| 1246 | + <operator>OR</operator> | ||
| 1247 | + <leftvalue>isSfdcUpdate</leftvalue> | ||
| 1248 | + <function>=</function> | ||
| 1249 | + <rightvalue/> | ||
| 1250 | + <value><name>constant</name><type>Boolean</type><text>Y</text><length>-1</length><precision>-1</precision><isnull>N</isnull><mask/></value> </condition> | ||
| 1251 | + <condition> | ||
| 1252 | + <negated>N</negated> | ||
| 1253 | + <operator>OR</operator> | ||
| 1254 | + <leftvalue>isSfmixUpdate</leftvalue> | ||
| 1255 | + <function>=</function> | ||
| 1256 | + <rightvalue/> | ||
| 1257 | + <value><name>constant</name><type>Boolean</type><text>Y</text><length>-1</length><precision>-1</precision><isnull>N</isnull><mask/></value> </condition> | ||
| 1258 | + <condition> | ||
| 1259 | + <negated>N</negated> | ||
| 1260 | + <operator>OR</operator> | ||
| 1261 | + <leftvalue>isChpUpdate</leftvalue> | ||
| 1262 | + <function>=</function> | ||
| 1263 | + <rightvalue/> | ||
| 1264 | + <value><name>constant</name><type>Boolean</type><text>Y</text><length>-1</length><precision>-1</precision><isnull>N</isnull><mask/></value> </condition> | ||
| 1265 | + </conditions> | ||
| 1266 | + </condition> | ||
| 1267 | + </compare> | ||
| 1268 | + <cluster_schema/> | ||
| 1269 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 1270 | + <xloc>822</xloc> | ||
| 1271 | + <yloc>311</yloc> | ||
| 1272 | + <draw>Y</draw> | ||
| 1273 | + </GUI> | ||
| 1274 | + </step> | ||
| 1275 | + | ||
| 1276 | + <step> | ||
| 1277 | + <name>判断是否报废更新</name> | ||
| 1278 | + <type>FilterRows</type> | ||
| 1279 | + <description/> | ||
| 1280 | + <distribute>Y</distribute> | ||
| 1281 | + <custom_distribution/> | ||
| 1282 | + <copies>1</copies> | ||
| 1283 | + <partitioning> | ||
| 1284 | + <method>none</method> | ||
| 1285 | + <schema_name/> | ||
| 1286 | + </partitioning> | ||
| 1287 | +<send_true_to>报废车辆管理设备数据处理</send_true_to> | ||
| 1288 | +<send_false_to/> | ||
| 1289 | + <compare> | ||
| 1290 | +<condition> | ||
| 1291 | + <negated>N</negated> | ||
| 1292 | + <conditions> | ||
| 1293 | + <condition> | ||
| 1294 | + <negated>N</negated> | ||
| 1295 | + <operator>OR</operator> | ||
| 1296 | + <leftvalue>isScrapUpdate</leftvalue> | ||
| 1297 | + <function>=</function> | ||
| 1298 | + <rightvalue/> | ||
| 1299 | + <value><name>constant</name><type>Boolean</type><text>Y</text><length>-1</length><precision>-1</precision><isnull>N</isnull><mask/></value> </condition> | ||
| 1300 | + </conditions> | ||
| 1301 | + </condition> | ||
| 1302 | + </compare> | ||
| 1303 | + <cluster_schema/> | ||
| 1304 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 1305 | + <xloc>672</xloc> | ||
| 1306 | + <yloc>497</yloc> | ||
| 1307 | + <draw>Y</draw> | ||
| 1308 | + </GUI> | ||
| 1309 | + </step> | ||
| 1310 | + | ||
| 1311 | + <step> | ||
| 1312 | + <name>字段选择</name> | ||
| 1313 | + <type>SelectValues</type> | ||
| 1314 | + <description/> | ||
| 1315 | + <distribute>Y</distribute> | ||
| 1316 | + <custom_distribution/> | ||
| 1317 | + <copies>1</copies> | ||
| 1318 | + <partitioning> | ||
| 1319 | + <method>none</method> | ||
| 1320 | + <schema_name/> | ||
| 1321 | + </partitioning> | ||
| 1322 | + <fields> <field> <name>gsmc</name> | ||
| 1323 | + <rename>远程_公司名称</rename> | ||
| 1324 | + <length>-2</length> | ||
| 1325 | + <precision>-2</precision> | ||
| 1326 | + </field> <field> <name>fgsmc</name> | ||
| 1327 | + <rename>远程_分公司名称</rename> | ||
| 1328 | + <length>-2</length> | ||
| 1329 | + <precision>-2</precision> | ||
| 1330 | + </field> <field> <name>clzbh</name> | ||
| 1331 | + <rename>远程_车辆自编号</rename> | ||
| 1332 | + <length>-2</length> | ||
| 1333 | + <precision>-2</precision> | ||
| 1334 | + </field> <field> <name>cph</name> | ||
| 1335 | + <rename>远程_车牌号</rename> | ||
| 1336 | + <length>-2</length> | ||
| 1337 | + <precision>-2</precision> | ||
| 1338 | + </field> <field> <name>createTime</name> | ||
| 1339 | + <rename>远程_创建时间</rename> | ||
| 1340 | + <length>-2</length> | ||
| 1341 | + <precision>-2</precision> | ||
| 1342 | + </field> <field> <name>updateTime</name> | ||
| 1343 | + <rename>远程_更新时间</rename> | ||
| 1344 | + <length>-2</length> | ||
| 1345 | + <precision>-2</precision> | ||
| 1346 | + </field> <field> <name>scrapType</name> | ||
| 1347 | + <rename>远程_apply_scrap_type</rename> | ||
| 1348 | + <length>-2</length> | ||
| 1349 | + <precision>-2</precision> | ||
| 1350 | + </field> <field> <name>carState</name> | ||
| 1351 | + <rename>远程_car_state</rename> | ||
| 1352 | + <length>-2</length> | ||
| 1353 | + <precision>-2</precision> | ||
| 1354 | + </field> <field> <name>scrapDate</name> | ||
| 1355 | + <rename>远程_cancel_date</rename> | ||
| 1356 | + <length>-2</length> | ||
| 1357 | + <precision>-2</precision> | ||
| 1358 | + </field> <field> <name>carEnergyType</name> | ||
| 1359 | + <rename>远程_car_energy_type</rename> | ||
| 1360 | + <length>-2</length> | ||
| 1361 | + <precision>-2</precision> | ||
| 1362 | + </field> <field> <name>company</name> | ||
| 1363 | + <rename>本地_公司名称</rename> | ||
| 1364 | + <length>-2</length> | ||
| 1365 | + <precision>-2</precision> | ||
| 1366 | + </field> <field> <name>branche_company</name> | ||
| 1367 | + <rename>本地_分公司名称</rename> | ||
| 1368 | + <length>-2</length> | ||
| 1369 | + <precision>-2</precision> | ||
| 1370 | + </field> <field> <name>id</name> | ||
| 1371 | + <rename>本地_车辆Id</rename> | ||
| 1372 | + <length>-2</length> | ||
| 1373 | + <precision>-2</precision> | ||
| 1374 | + </field> <field> <name>xl</name> | ||
| 1375 | + <rename>本地_车辆最近配置线路Id</rename> | ||
| 1376 | + <length>-2</length> | ||
| 1377 | + <precision>-2</precision> | ||
| 1378 | + </field> <field> <name>name</name> | ||
| 1379 | + <rename>本地_车辆最近配置线路名字</rename> | ||
| 1380 | + <length>-2</length> | ||
| 1381 | + <precision>-2</precision> | ||
| 1382 | + </field> <field> <name>line_code</name> | ||
| 1383 | + <rename>本地_车辆最近配置线路编码</rename> | ||
| 1384 | + <length>-2</length> | ||
| 1385 | + <precision>-2</precision> | ||
| 1386 | + </field> <field> <name>equipment_code</name> | ||
| 1387 | + <rename>本地_车辆设备编号</rename> | ||
| 1388 | + <length>-2</length> | ||
| 1389 | + <precision>-2</precision> | ||
| 1390 | + </field> <field> <name>scrap_code</name> | ||
| 1391 | + <rename>本地_车辆报废号</rename> | ||
| 1392 | + <length>-2</length> | ||
| 1393 | + <precision>-2</precision> | ||
| 1394 | + </field> <field> <name>scrap_state</name> | ||
| 1395 | + <rename>本地_车辆是否报废</rename> | ||
| 1396 | + <length>-2</length> | ||
| 1397 | + <precision>-2</precision> | ||
| 1398 | + </field> <field> <name>scrap_date</name> | ||
| 1399 | + <rename>本地_车辆报废日期</rename> | ||
| 1400 | + <length>-2</length> | ||
| 1401 | + <precision>-2</precision> | ||
| 1402 | + </field> <field> <name>sfdc</name> | ||
| 1403 | + <rename>本地_是否电车</rename> | ||
| 1404 | + <length>-2</length> | ||
| 1405 | + <precision>-2</precision> | ||
| 1406 | + </field> <field> <name>sfmix</name> | ||
| 1407 | + <rename>本地_是否混合动力</rename> | ||
| 1408 | + <length>-2</length> | ||
| 1409 | + <precision>-2</precision> | ||
| 1410 | + </field> <field> <name>car_plate</name> | ||
| 1411 | + <rename>本地_车牌号</rename> | ||
| 1412 | + <length>-2</length> | ||
| 1413 | + <precision>-2</precision> | ||
| 1414 | + </field> <select_unspecified>N</select_unspecified> | ||
| 1415 | + </fields> <cluster_schema/> | ||
| 1416 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 1417 | + <xloc>196</xloc> | ||
| 1418 | + <yloc>585</yloc> | ||
| 1419 | + <draw>Y</draw> | ||
| 1420 | + </GUI> | ||
| 1421 | + </step> | ||
| 1422 | + | ||
| 1423 | + <step> | ||
| 1424 | + <name>待处理数据</name> | ||
| 1425 | + <type>Dummy</type> | ||
| 1426 | + <description/> | ||
| 1427 | + <distribute>Y</distribute> | ||
| 1428 | + <custom_distribution/> | ||
| 1429 | + <copies>1</copies> | ||
| 1430 | + <partitioning> | ||
| 1431 | + <method>none</method> | ||
| 1432 | + <schema_name/> | ||
| 1433 | + </partitioning> | ||
| 1434 | + <cluster_schema/> | ||
| 1435 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 1436 | + <xloc>336</xloc> | ||
| 1437 | + <yloc>221</yloc> | ||
| 1438 | + <draw>Y</draw> | ||
| 1439 | + </GUI> | ||
| 1440 | + </step> | ||
| 1441 | + | ||
| 1442 | + <step> | ||
| 1443 | + <name>待处理数据xls输出</name> | ||
| 1444 | + <type>ExcelOutput</type> | ||
| 1445 | + <description/> | ||
| 1446 | + <distribute>Y</distribute> | ||
| 1447 | + <custom_distribution/> | ||
| 1448 | + <copies>1</copies> | ||
| 1449 | + <partitioning> | ||
| 1450 | + <method>none</method> | ||
| 1451 | + <schema_name/> | ||
| 1452 | + </partitioning> | ||
| 1453 | + <header>Y</header> | ||
| 1454 | + <footer>N</footer> | ||
| 1455 | + <encoding/> | ||
| 1456 | + <append>N</append> | ||
| 1457 | + <add_to_result_filenames>Y</add_to_result_filenames> | ||
| 1458 | + <file> | ||
| 1459 | + <name>${file_prepare}</name> | ||
| 1460 | + <extention>xls</extention> | ||
| 1461 | + <do_not_open_newfile_init>N</do_not_open_newfile_init> | ||
| 1462 | + <create_parent_folder>N</create_parent_folder> | ||
| 1463 | + <split>N</split> | ||
| 1464 | + <add_date>N</add_date> | ||
| 1465 | + <add_time>N</add_time> | ||
| 1466 | + <SpecifyFormat>N</SpecifyFormat> | ||
| 1467 | + <date_time_format/> | ||
| 1468 | + <sheetname>Sheet1</sheetname> | ||
| 1469 | + <autosizecolums>N</autosizecolums> | ||
| 1470 | + <nullisblank>N</nullisblank> | ||
| 1471 | + <protect_sheet>N</protect_sheet> | ||
| 1472 | + <password>Encrypted </password> | ||
| 1473 | + <splitevery>0</splitevery> | ||
| 1474 | + <usetempfiles>N</usetempfiles> | ||
| 1475 | + <tempdirectory/> | ||
| 1476 | + </file> | ||
| 1477 | + <template> | ||
| 1478 | + <enabled>N</enabled> | ||
| 1479 | + <append>N</append> | ||
| 1480 | + <filename>template.xls</filename> | ||
| 1481 | + </template> | ||
| 1482 | + <fields> | ||
| 1483 | + <field> | ||
| 1484 | + <name>远程_公司名称</name> | ||
| 1485 | + <type>String</type> | ||
| 1486 | + <format/> | ||
| 1487 | + </field> | ||
| 1488 | + <field> | ||
| 1489 | + <name>远程_分公司名称</name> | ||
| 1490 | + <type>String</type> | ||
| 1491 | + <format/> | ||
| 1492 | + </field> | ||
| 1493 | + <field> | ||
| 1494 | + <name>远程_车辆自编号</name> | ||
| 1495 | + <type>String</type> | ||
| 1496 | + <format/> | ||
| 1497 | + </field> | ||
| 1498 | + <field> | ||
| 1499 | + <name>远程_车牌号</name> | ||
| 1500 | + <type>String</type> | ||
| 1501 | + <format/> | ||
| 1502 | + </field> | ||
| 1503 | + <field> | ||
| 1504 | + <name>远程_创建时间</name> | ||
| 1505 | + <type>String</type> | ||
| 1506 | + <format/> | ||
| 1507 | + </field> | ||
| 1508 | + <field> | ||
| 1509 | + <name>远程_更新时间</name> | ||
| 1510 | + <type>String</type> | ||
| 1511 | + <format/> | ||
| 1512 | + </field> | ||
| 1513 | + <field> | ||
| 1514 | + <name>远程_apply_scrap_type</name> | ||
| 1515 | + <type>String</type> | ||
| 1516 | + <format/> | ||
| 1517 | + </field> | ||
| 1518 | + <field> | ||
| 1519 | + <name>远程_car_state</name> | ||
| 1520 | + <type>String</type> | ||
| 1521 | + <format/> | ||
| 1522 | + </field> | ||
| 1523 | + <field> | ||
| 1524 | + <name>远程_cancel_date</name> | ||
| 1525 | + <type>String</type> | ||
| 1526 | + <format/> | ||
| 1527 | + </field> | ||
| 1528 | + <field> | ||
| 1529 | + <name>远程_car_energy_type</name> | ||
| 1530 | + <type>String</type> | ||
| 1531 | + <format/> | ||
| 1532 | + </field> | ||
| 1533 | + <field> | ||
| 1534 | + <name>本地_公司名称</name> | ||
| 1535 | + <type>String</type> | ||
| 1536 | + <format/> | ||
| 1537 | + </field> | ||
| 1538 | + <field> | ||
| 1539 | + <name>本地_分公司名称</name> | ||
| 1540 | + <type>String</type> | ||
| 1541 | + <format/> | ||
| 1542 | + </field> | ||
| 1543 | + <field> | ||
| 1544 | + <name>本地_车辆Id</name> | ||
| 1545 | + <type>Integer</type> | ||
| 1546 | + <format/> | ||
| 1547 | + </field> | ||
| 1548 | + <field> | ||
| 1549 | + <name>本地_车辆最近配置线路Id</name> | ||
| 1550 | + <type>Integer</type> | ||
| 1551 | + <format/> | ||
| 1552 | + </field> | ||
| 1553 | + <field> | ||
| 1554 | + <name>本地_车辆最近配置线路名字</name> | ||
| 1555 | + <type>String</type> | ||
| 1556 | + <format/> | ||
| 1557 | + </field> | ||
| 1558 | + <field> | ||
| 1559 | + <name>本地_车辆最近配置线路编码</name> | ||
| 1560 | + <type>String</type> | ||
| 1561 | + <format/> | ||
| 1562 | + </field> | ||
| 1563 | + <field> | ||
| 1564 | + <name>本地_车辆设备编号</name> | ||
| 1565 | + <type>String</type> | ||
| 1566 | + <format/> | ||
| 1567 | + </field> | ||
| 1568 | + <field> | ||
| 1569 | + <name>本地_车辆报废号</name> | ||
| 1570 | + <type>String</type> | ||
| 1571 | + <format/> | ||
| 1572 | + </field> | ||
| 1573 | + <field> | ||
| 1574 | + <name>本地_车辆是否报废</name> | ||
| 1575 | + <type>Boolean</type> | ||
| 1576 | + <format/> | ||
| 1577 | + </field> | ||
| 1578 | + <field> | ||
| 1579 | + <name>本地_车辆报废日期</name> | ||
| 1580 | + <type>Timestamp</type> | ||
| 1581 | + <format/> | ||
| 1582 | + </field> | ||
| 1583 | + <field> | ||
| 1584 | + <name>本地_是否电车</name> | ||
| 1585 | + <type>Boolean</type> | ||
| 1586 | + <format/> | ||
| 1587 | + </field> | ||
| 1588 | + <field> | ||
| 1589 | + <name>本地_是否混合动力</name> | ||
| 1590 | + <type>Boolean</type> | ||
| 1591 | + <format/> | ||
| 1592 | + </field> | ||
| 1593 | + <field> | ||
| 1594 | + <name>本地_车牌号</name> | ||
| 1595 | + <type>String</type> | ||
| 1596 | + <format/> | ||
| 1597 | + </field> | ||
| 1598 | + </fields> | ||
| 1599 | + <custom> | ||
| 1600 | + <header_font_name>arial</header_font_name> | ||
| 1601 | + <header_font_size>10</header_font_size> | ||
| 1602 | + <header_font_bold>N</header_font_bold> | ||
| 1603 | + <header_font_italic>N</header_font_italic> | ||
| 1604 | + <header_font_underline>no</header_font_underline> | ||
| 1605 | + <header_font_orientation>horizontal</header_font_orientation> | ||
| 1606 | + <header_font_color>black</header_font_color> | ||
| 1607 | + <header_background_color>none</header_background_color> | ||
| 1608 | + <header_row_height>255</header_row_height> | ||
| 1609 | + <header_alignment>left</header_alignment> | ||
| 1610 | + <header_image/> | ||
| 1611 | + <row_font_name>arial</row_font_name> | ||
| 1612 | + <row_font_size>10</row_font_size> | ||
| 1613 | + <row_font_color>black</row_font_color> | ||
| 1614 | + <row_background_color>none</row_background_color> | ||
| 1615 | + </custom> | ||
| 1616 | + <cluster_schema/> | ||
| 1617 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 1618 | + <xloc>65</xloc> | ||
| 1619 | + <yloc>585</yloc> | ||
| 1620 | + <draw>Y</draw> | ||
| 1621 | + </GUI> | ||
| 1622 | + </step> | ||
| 1623 | + | ||
| 1624 | + <step> | ||
| 1625 | + <name>待处理更新数据</name> | ||
| 1626 | + <type>Dummy</type> | ||
| 1627 | + <description/> | ||
| 1628 | + <distribute>N</distribute> | ||
| 1629 | + <custom_distribution/> | ||
| 1630 | + <copies>1</copies> | ||
| 1631 | + <partitioning> | ||
| 1632 | + <method>none</method> | ||
| 1633 | + <schema_name/> | ||
| 1634 | + </partitioning> | ||
| 1635 | + <cluster_schema/> | ||
| 1636 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 1637 | + <xloc>673</xloc> | ||
| 1638 | + <yloc>406</yloc> | ||
| 1639 | + <draw>Y</draw> | ||
| 1640 | + </GUI> | ||
| 1641 | + </step> | ||
| 1642 | + | ||
| 1643 | + <step> | ||
| 1644 | + <name>待新增数据</name> | ||
| 1645 | + <type>Dummy</type> | ||
| 1646 | + <description/> | ||
| 1647 | + <distribute>Y</distribute> | ||
| 1648 | + <custom_distribution/> | ||
| 1649 | + <copies>1</copies> | ||
| 1650 | + <partitioning> | ||
| 1651 | + <method>none</method> | ||
| 1652 | + <schema_name/> | ||
| 1653 | + </partitioning> | ||
| 1654 | + <cluster_schema/> | ||
| 1655 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 1656 | + <xloc>507</xloc> | ||
| 1657 | + <yloc>216</yloc> | ||
| 1658 | + <draw>Y</draw> | ||
| 1659 | + </GUI> | ||
| 1660 | + </step> | ||
| 1661 | + | ||
| 1662 | + <step> | ||
| 1663 | + <name>待更新数据</name> | ||
| 1664 | + <type>Dummy</type> | ||
| 1665 | + <description/> | ||
| 1666 | + <distribute>Y</distribute> | ||
| 1667 | + <custom_distribution/> | ||
| 1668 | + <copies>1</copies> | ||
| 1669 | + <partitioning> | ||
| 1670 | + <method>none</method> | ||
| 1671 | + <schema_name/> | ||
| 1672 | + </partitioning> | ||
| 1673 | + <cluster_schema/> | ||
| 1674 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 1675 | + <xloc>508</xloc> | ||
| 1676 | + <yloc>404</yloc> | ||
| 1677 | + <draw>Y</draw> | ||
| 1678 | + </GUI> | ||
| 1679 | + </step> | ||
| 1680 | + | ||
| 1681 | + <step> | ||
| 1682 | + <name>报废车辆管理设备数据处理</name> | ||
| 1683 | + <type>ScriptValueMod</type> | ||
| 1684 | + <description/> | ||
| 1685 | + <distribute>Y</distribute> | ||
| 1686 | + <custom_distribution/> | ||
| 1687 | + <copies>1</copies> | ||
| 1688 | + <partitioning> | ||
| 1689 | + <method>none</method> | ||
| 1690 | + <schema_name/> | ||
| 1691 | + </partitioning> | ||
| 1692 | + <compatible>N</compatible> | ||
| 1693 | + <optimizationLevel>9</optimizationLevel> | ||
| 1694 | + <jsScripts> <jsScript> <jsScript_type>0</jsScript_type> | ||
| 1695 | + <jsScript_name>Script 1</jsScript_name> | ||
| 1696 | + <jsScript_script>//Script here

//---------------- 车辆报废时需要向设备表添加一条记录 -------------//
// 注意:没有配置过线路的车辆报废时,线路Id,线路名字,线路编码为空

var device_gsName = gsmc; // 公司名称
var device_company = gsdm; // 公司代码
var device_branch_company = fgsdm; // 分公司代码
var device_cl = id; // 车辆Id
var device_clzbh = clzbh; // 车辆自编号
var device_old_no = equipment_code; // 之前的设备编码
var device_new_no = equipmentCode_update; // 新的设备编码
var device_is_cancel = 1; // 是否删除
var device_create_date = new Date(); // 创建时间
var device_update_date = new Date(); // 更新日期
var device_qyrq = new Date(); // 启用日期
var device_xl = xl; // 线路Id
var device_xlName = name; // 线路名字
var device_xlbm = line_code; // 线路编码</jsScript_script> | ||
| 1697 | + </jsScript> </jsScripts> <fields> <field> <name>device_gsName</name> | ||
| 1698 | + <rename>device_gsName</rename> | ||
| 1699 | + <type>String</type> | ||
| 1700 | + <length>-1</length> | ||
| 1701 | + <precision>-1</precision> | ||
| 1702 | + <replace>N</replace> | ||
| 1703 | + </field> <field> <name>device_company</name> | ||
| 1704 | + <rename>device_company</rename> | ||
| 1705 | + <type>String</type> | ||
| 1706 | + <length>-1</length> | ||
| 1707 | + <precision>-1</precision> | ||
| 1708 | + <replace>N</replace> | ||
| 1709 | + </field> <field> <name>device_branch_company</name> | ||
| 1710 | + <rename>device_branch_company</rename> | ||
| 1711 | + <type>String</type> | ||
| 1712 | + <length>-1</length> | ||
| 1713 | + <precision>-1</precision> | ||
| 1714 | + <replace>N</replace> | ||
| 1715 | + </field> <field> <name>device_cl</name> | ||
| 1716 | + <rename>device_cl</rename> | ||
| 1717 | + <type>String</type> | ||
| 1718 | + <length>-1</length> | ||
| 1719 | + <precision>-1</precision> | ||
| 1720 | + <replace>N</replace> | ||
| 1721 | + </field> <field> <name>device_clzbh</name> | ||
| 1722 | + <rename>device_clzbh</rename> | ||
| 1723 | + <type>String</type> | ||
| 1724 | + <length>-1</length> | ||
| 1725 | + <precision>-1</precision> | ||
| 1726 | + <replace>N</replace> | ||
| 1727 | + </field> <field> <name>device_old_no</name> | ||
| 1728 | + <rename>device_old_no</rename> | ||
| 1729 | + <type>String</type> | ||
| 1730 | + <length>-1</length> | ||
| 1731 | + <precision>-1</precision> | ||
| 1732 | + <replace>N</replace> | ||
| 1733 | + </field> <field> <name>device_new_no</name> | ||
| 1734 | + <rename>device_new_no</rename> | ||
| 1735 | + <type>String</type> | ||
| 1736 | + <length>-1</length> | ||
| 1737 | + <precision>-1</precision> | ||
| 1738 | + <replace>N</replace> | ||
| 1739 | + </field> <field> <name>device_is_cancel</name> | ||
| 1740 | + <rename>device_is_cancel</rename> | ||
| 1741 | + <type>Integer</type> | ||
| 1742 | + <length>-1</length> | ||
| 1743 | + <precision>-1</precision> | ||
| 1744 | + <replace>N</replace> | ||
| 1745 | + </field> <field> <name>device_create_date</name> | ||
| 1746 | + <rename>device_create_date</rename> | ||
| 1747 | + <type>Date</type> | ||
| 1748 | + <length>-1</length> | ||
| 1749 | + <precision>-1</precision> | ||
| 1750 | + <replace>N</replace> | ||
| 1751 | + </field> <field> <name>device_update_date</name> | ||
| 1752 | + <rename>device_update_date</rename> | ||
| 1753 | + <type>Date</type> | ||
| 1754 | + <length>-1</length> | ||
| 1755 | + <precision>-1</precision> | ||
| 1756 | + <replace>N</replace> | ||
| 1757 | + </field> <field> <name>device_qyrq</name> | ||
| 1758 | + <rename>device_qyrq</rename> | ||
| 1759 | + <type>Date</type> | ||
| 1760 | + <length>-1</length> | ||
| 1761 | + <precision>-1</precision> | ||
| 1762 | + <replace>N</replace> | ||
| 1763 | + </field> <field> <name>device_xl</name> | ||
| 1764 | + <rename>device_xl</rename> | ||
| 1765 | + <type>String</type> | ||
| 1766 | + <length>-1</length> | ||
| 1767 | + <precision>-1</precision> | ||
| 1768 | + <replace>N</replace> | ||
| 1769 | + </field> <field> <name>device_xlName</name> | ||
| 1770 | + <rename>device_xlName</rename> | ||
| 1771 | + <type>String</type> | ||
| 1772 | + <length>-1</length> | ||
| 1773 | + <precision>-1</precision> | ||
| 1774 | + <replace>N</replace> | ||
| 1775 | + </field> <field> <name>device_xlbm</name> | ||
| 1776 | + <rename>device_xlbm</rename> | ||
| 1777 | + <type>String</type> | ||
| 1778 | + <length>-1</length> | ||
| 1779 | + <precision>-1</precision> | ||
| 1780 | + <replace>N</replace> | ||
| 1781 | + </field> </fields> <cluster_schema/> | ||
| 1782 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 1783 | + <xloc>674</xloc> | ||
| 1784 | + <yloc>583</yloc> | ||
| 1785 | + <draw>Y</draw> | ||
| 1786 | + </GUI> | ||
| 1787 | + </step> | ||
| 1788 | + | ||
| 1789 | + <step> | ||
| 1790 | + <name>数据检验</name> | ||
| 1791 | + <type>Validator</type> | ||
| 1792 | + <description/> | ||
| 1793 | + <distribute>Y</distribute> | ||
| 1794 | + <custom_distribution/> | ||
| 1795 | + <copies>1</copies> | ||
| 1796 | + <partitioning> | ||
| 1797 | + <method>none</method> | ||
| 1798 | + <schema_name/> | ||
| 1799 | + </partitioning> | ||
| 1800 | +<validate_all>Y</validate_all> | ||
| 1801 | +<concat_errors>Y</concat_errors> | ||
| 1802 | +<concat_separator>|</concat_separator> | ||
| 1803 | + <validator_field><name>clzbh</name> | ||
| 1804 | +<validation_name>车辆自编号不为空</validation_name> | ||
| 1805 | +<max_length/> | ||
| 1806 | +<min_length/> | ||
| 1807 | +<null_allowed>N</null_allowed> | ||
| 1808 | +<only_null_allowed>N</only_null_allowed> | ||
| 1809 | +<only_numeric_allowed>N</only_numeric_allowed> | ||
| 1810 | +<data_type>String</data_type> | ||
| 1811 | +<data_type_verified>N</data_type_verified> | ||
| 1812 | +<conversion_mask/> | ||
| 1813 | +<decimal_symbol/> | ||
| 1814 | +<grouping_symbol/> | ||
| 1815 | +<max_value/> | ||
| 1816 | +<min_value/> | ||
| 1817 | +<start_string/> | ||
| 1818 | +<end_string/> | ||
| 1819 | +<start_string_not_allowed/> | ||
| 1820 | +<end_string_not_allowed/> | ||
| 1821 | +<regular_expression/> | ||
| 1822 | +<regular_expression_not_allowed/> | ||
| 1823 | +<error_code/> | ||
| 1824 | +<error_description/> | ||
| 1825 | +<is_sourcing_values>N</is_sourcing_values> | ||
| 1826 | +<sourcing_step/> | ||
| 1827 | +<sourcing_field/> | ||
| 1828 | +<allowed_value></allowed_value></validator_field> | ||
| 1829 | + <validator_field><name>cph</name> | ||
| 1830 | +<validation_name>车牌号不能为空</validation_name> | ||
| 1831 | +<max_length/> | ||
| 1832 | +<min_length/> | ||
| 1833 | +<null_allowed>N</null_allowed> | ||
| 1834 | +<only_null_allowed>N</only_null_allowed> | ||
| 1835 | +<only_numeric_allowed>N</only_numeric_allowed> | ||
| 1836 | +<data_type>String</data_type> | ||
| 1837 | +<data_type_verified>N</data_type_verified> | ||
| 1838 | +<conversion_mask/> | ||
| 1839 | +<decimal_symbol/> | ||
| 1840 | +<grouping_symbol/> | ||
| 1841 | +<max_value/> | ||
| 1842 | +<min_value/> | ||
| 1843 | +<start_string/> | ||
| 1844 | +<end_string/> | ||
| 1845 | +<start_string_not_allowed/> | ||
| 1846 | +<end_string_not_allowed/> | ||
| 1847 | +<regular_expression/> | ||
| 1848 | +<regular_expression_not_allowed/> | ||
| 1849 | +<error_code/> | ||
| 1850 | +<error_description/> | ||
| 1851 | +<is_sourcing_values>N</is_sourcing_values> | ||
| 1852 | +<sourcing_step/> | ||
| 1853 | +<sourcing_field/> | ||
| 1854 | +<allowed_value></allowed_value></validator_field> | ||
| 1855 | + <validator_field><name>allgsmc</name> | ||
| 1856 | +<validation_name>公司分公司名称匹配</validation_name> | ||
| 1857 | +<max_length/> | ||
| 1858 | +<min_length/> | ||
| 1859 | +<null_allowed>N</null_allowed> | ||
| 1860 | +<only_null_allowed>N</only_null_allowed> | ||
| 1861 | +<only_numeric_allowed>N</only_numeric_allowed> | ||
| 1862 | +<data_type>String</data_type> | ||
| 1863 | +<data_type_verified>N</data_type_verified> | ||
| 1864 | +<conversion_mask/> | ||
| 1865 | +<decimal_symbol/> | ||
| 1866 | +<grouping_symbol/> | ||
| 1867 | +<max_value/> | ||
| 1868 | +<min_value/> | ||
| 1869 | +<start_string/> | ||
| 1870 | +<end_string/> | ||
| 1871 | +<start_string_not_allowed/> | ||
| 1872 | +<end_string_not_allowed/> | ||
| 1873 | +<regular_expression/> | ||
| 1874 | +<regular_expression_not_allowed/> | ||
| 1875 | +<error_code/> | ||
| 1876 | +<error_description/> | ||
| 1877 | +<is_sourcing_values>Y</is_sourcing_values> | ||
| 1878 | +<sourcing_step>公司,分公司名称代码数据</sourcing_step> | ||
| 1879 | +<sourcing_field>allmc</sourcing_field> | ||
| 1880 | +<allowed_value></allowed_value></validator_field> | ||
| 1881 | + <cluster_schema/> | ||
| 1882 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 1883 | + <xloc>335</xloc> | ||
| 1884 | + <yloc>124</yloc> | ||
| 1885 | + <draw>Y</draw> | ||
| 1886 | + </GUI> | ||
| 1887 | + </step> | ||
| 1888 | + | ||
| 1889 | + <step> | ||
| 1890 | + <name>数据检验错误输出</name> | ||
| 1891 | + <type>ExcelOutput</type> | ||
| 1892 | + <description/> | ||
| 1893 | + <distribute>Y</distribute> | ||
| 1894 | + <custom_distribution/> | ||
| 1895 | + <copies>1</copies> | ||
| 1896 | + <partitioning> | ||
| 1897 | + <method>none</method> | ||
| 1898 | + <schema_name/> | ||
| 1899 | + </partitioning> | ||
| 1900 | + <header>Y</header> | ||
| 1901 | + <footer>N</footer> | ||
| 1902 | + <encoding/> | ||
| 1903 | + <append>N</append> | ||
| 1904 | + <add_to_result_filenames>Y</add_to_result_filenames> | ||
| 1905 | + <file> | ||
| 1906 | + <name>${file_validate_error}</name> | ||
| 1907 | + <extention>xls</extention> | ||
| 1908 | + <do_not_open_newfile_init>N</do_not_open_newfile_init> | ||
| 1909 | + <create_parent_folder>N</create_parent_folder> | ||
| 1910 | + <split>N</split> | ||
| 1911 | + <add_date>N</add_date> | ||
| 1912 | + <add_time>N</add_time> | ||
| 1913 | + <SpecifyFormat>N</SpecifyFormat> | ||
| 1914 | + <date_time_format/> | ||
| 1915 | + <sheetname>Sheet1</sheetname> | ||
| 1916 | + <autosizecolums>N</autosizecolums> | ||
| 1917 | + <nullisblank>N</nullisblank> | ||
| 1918 | + <protect_sheet>N</protect_sheet> | ||
| 1919 | + <password>Encrypted </password> | ||
| 1920 | + <splitevery>0</splitevery> | ||
| 1921 | + <usetempfiles>N</usetempfiles> | ||
| 1922 | + <tempdirectory/> | ||
| 1923 | + </file> | ||
| 1924 | + <template> | ||
| 1925 | + <enabled>N</enabled> | ||
| 1926 | + <append>N</append> | ||
| 1927 | + <filename>template.xls</filename> | ||
| 1928 | + </template> | ||
| 1929 | + <fields> | ||
| 1930 | + <field> | ||
| 1931 | + <name>clzbh</name> | ||
| 1932 | + <type>String</type> | ||
| 1933 | + <format/> | ||
| 1934 | + </field> | ||
| 1935 | + <field> | ||
| 1936 | + <name>gsmc</name> | ||
| 1937 | + <type>None</type> | ||
| 1938 | + <format/> | ||
| 1939 | + </field> | ||
| 1940 | + <field> | ||
| 1941 | + <name>fgsmc</name> | ||
| 1942 | + <type>String</type> | ||
| 1943 | + <format/> | ||
| 1944 | + </field> | ||
| 1945 | + <field> | ||
| 1946 | + <name>allgsmc</name> | ||
| 1947 | + <type>String</type> | ||
| 1948 | + <format/> | ||
| 1949 | + </field> | ||
| 1950 | + <field> | ||
| 1951 | + <name>NrErrors</name> | ||
| 1952 | + <type>Integer</type> | ||
| 1953 | + <format/> | ||
| 1954 | + </field> | ||
| 1955 | + <field> | ||
| 1956 | + <name>ErrorDescription</name> | ||
| 1957 | + <type>String</type> | ||
| 1958 | + <format/> | ||
| 1959 | + </field> | ||
| 1960 | + <field> | ||
| 1961 | + <name>ErrorFields</name> | ||
| 1962 | + <type>String</type> | ||
| 1963 | + <format/> | ||
| 1964 | + </field> | ||
| 1965 | + <field> | ||
| 1966 | + <name>ErrorCodes</name> | ||
| 1967 | + <type>String</type> | ||
| 1968 | + <format/> | ||
| 1969 | + </field> | ||
| 1970 | + </fields> | ||
| 1971 | + <custom> | ||
| 1972 | + <header_font_name>arial</header_font_name> | ||
| 1973 | + <header_font_size>10</header_font_size> | ||
| 1974 | + <header_font_bold>N</header_font_bold> | ||
| 1975 | + <header_font_italic>N</header_font_italic> | ||
| 1976 | + <header_font_underline>no</header_font_underline> | ||
| 1977 | + <header_font_orientation>horizontal</header_font_orientation> | ||
| 1978 | + <header_font_color>black</header_font_color> | ||
| 1979 | + <header_background_color>none</header_background_color> | ||
| 1980 | + <header_row_height>255</header_row_height> | ||
| 1981 | + <header_alignment>left</header_alignment> | ||
| 1982 | + <header_image/> | ||
| 1983 | + <row_font_name>arial</row_font_name> | ||
| 1984 | + <row_font_size>10</row_font_size> | ||
| 1985 | + <row_font_color>black</row_font_color> | ||
| 1986 | + <row_background_color>none</row_background_color> | ||
| 1987 | + </custom> | ||
| 1988 | + <cluster_schema/> | ||
| 1989 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 1990 | + <xloc>175</xloc> | ||
| 1991 | + <yloc>122</yloc> | ||
| 1992 | + <draw>Y</draw> | ||
| 1993 | + </GUI> | ||
| 1994 | + </step> | ||
| 1995 | + | ||
| 1996 | + <step> | ||
| 1997 | + <name>新增数据处理</name> | ||
| 1998 | + <type>ScriptValueMod</type> | ||
| 1999 | + <description/> | ||
| 2000 | + <distribute>Y</distribute> | ||
| 2001 | + <custom_distribution/> | ||
| 2002 | + <copies>1</copies> | ||
| 2003 | + <partitioning> | ||
| 2004 | + <method>none</method> | ||
| 2005 | + <schema_name/> | ||
| 2006 | + </partitioning> | ||
| 2007 | + <compatible>N</compatible> | ||
| 2008 | + <optimizationLevel>9</optimizationLevel> | ||
| 2009 | + <jsScripts> <jsScript> <jsScript_type>0</jsScript_type> | ||
| 2010 | + <jsScript_name>Script 1</jsScript_name> | ||
| 2011 | + <jsScript_script>//Script here

//---------------- 新增用的字段重新命名(方便后续操作)-----------//
var insideCode_add = clzbh; // 车辆自编号
var carPlate_add = cph; // 车牌号
var carCode_add = clzbh; // 车辆编码(初始使用自编号代替)
var supplierName_add = "1"; // 供应商名称(字典:1=巴士拓华)
var businessCode_add = gsdm; // 公司代码
var company_add = gsmc; // 公司名称
var brancheCompanyCode_add = fgsdm; // 分公司代码
var brancheCompany_add = fgsmc; // 分公司名称
var equipmentCode_add = gsdm + clzbh.replace(/-/g, ""); // 设备编号(初始使用公司代码+车辆自编号去除中间-,如:S0I-039 -> 22S0I039)
var scrapState_add = 0; // 是否报废
var scrapDate_add; // 报废日期
var scrapCode_add; // 报废号
var sfdc_add; // 是否纯电车
var sfmix_add; // 是否混合动力
if (carState == '3' || scrapType == '1') {
 scrapState_add = 1;
 scrapDate_add = scrapDate == null ? null : str2date(scrapDate, 'yyyy-MM-dd');
 equipmentCode_add = 'BF-' + equipmentCode_add;
 scrapCode_add = 'BF-' + equipmentCode_add;
}
if (carEnergyType == '纯电动' || carEnergyType == '双电式纯电动' || carEnergyType == '快充式纯电动' || carEnergyType == '超级电容') {
 sfdc_add = 1;
} else {
 sfdc_add = 0;
}
if (carEnergyType == '插电式混合动力' || carEnergyType == '混合动力') {
 sfmix_add = 1;
} else {
 sfmix_add = 0;
}
var createDate_add = new Date(); // 创建时间
var updateDate_add = createDate_add; // 更新时间</jsScript_script> | ||
| 2012 | + </jsScript> </jsScripts> <fields> <field> <name>insideCode_add</name> | ||
| 2013 | + <rename>insideCode_add</rename> | ||
| 2014 | + <type>String</type> | ||
| 2015 | + <length>-1</length> | ||
| 2016 | + <precision>-1</precision> | ||
| 2017 | + <replace>N</replace> | ||
| 2018 | + </field> <field> <name>carPlate_add</name> | ||
| 2019 | + <rename>carPlate_add</rename> | ||
| 2020 | + <type>String</type> | ||
| 2021 | + <length>-1</length> | ||
| 2022 | + <precision>-1</precision> | ||
| 2023 | + <replace>N</replace> | ||
| 2024 | + </field> <field> <name>carCode_add</name> | ||
| 2025 | + <rename>carCode_add</rename> | ||
| 2026 | + <type>String</type> | ||
| 2027 | + <length>-1</length> | ||
| 2028 | + <precision>-1</precision> | ||
| 2029 | + <replace>N</replace> | ||
| 2030 | + </field> <field> <name>supplierName_add</name> | ||
| 2031 | + <rename>supplierName_add</rename> | ||
| 2032 | + <type>String</type> | ||
| 2033 | + <length>-1</length> | ||
| 2034 | + <precision>-1</precision> | ||
| 2035 | + <replace>N</replace> | ||
| 2036 | + </field> <field> <name>businessCode_add</name> | ||
| 2037 | + <rename>businessCode_add</rename> | ||
| 2038 | + <type>String</type> | ||
| 2039 | + <length>-1</length> | ||
| 2040 | + <precision>-1</precision> | ||
| 2041 | + <replace>N</replace> | ||
| 2042 | + </field> <field> <name>company_add</name> | ||
| 2043 | + <rename>company_add</rename> | ||
| 2044 | + <type>String</type> | ||
| 2045 | + <length>-1</length> | ||
| 2046 | + <precision>-1</precision> | ||
| 2047 | + <replace>N</replace> | ||
| 2048 | + </field> <field> <name>brancheCompanyCode_add</name> | ||
| 2049 | + <rename>brancheCompanyCode_add</rename> | ||
| 2050 | + <type>String</type> | ||
| 2051 | + <length>-1</length> | ||
| 2052 | + <precision>-1</precision> | ||
| 2053 | + <replace>N</replace> | ||
| 2054 | + </field> <field> <name>brancheCompany_add</name> | ||
| 2055 | + <rename>brancheCompany_add</rename> | ||
| 2056 | + <type>String</type> | ||
| 2057 | + <length>-1</length> | ||
| 2058 | + <precision>-1</precision> | ||
| 2059 | + <replace>N</replace> | ||
| 2060 | + </field> <field> <name>equipmentCode_add</name> | ||
| 2061 | + <rename>equipmentCode_add</rename> | ||
| 2062 | + <type>String</type> | ||
| 2063 | + <length>-1</length> | ||
| 2064 | + <precision>-1</precision> | ||
| 2065 | + <replace>N</replace> | ||
| 2066 | + </field> <field> <name>scrapState_add</name> | ||
| 2067 | + <rename>scrapState_add</rename> | ||
| 2068 | + <type>Integer</type> | ||
| 2069 | + <length>-1</length> | ||
| 2070 | + <precision>-1</precision> | ||
| 2071 | + <replace>N</replace> | ||
| 2072 | + </field> <field> <name>scrapDate_add</name> | ||
| 2073 | + <rename>scrapDate_add</rename> | ||
| 2074 | + <type>Date</type> | ||
| 2075 | + <length>-1</length> | ||
| 2076 | + <precision>-1</precision> | ||
| 2077 | + <replace>N</replace> | ||
| 2078 | + </field> <field> <name>scrapCode_add</name> | ||
| 2079 | + <rename>scrapCode_add</rename> | ||
| 2080 | + <type>String</type> | ||
| 2081 | + <length>-1</length> | ||
| 2082 | + <precision>-1</precision> | ||
| 2083 | + <replace>N</replace> | ||
| 2084 | + </field> <field> <name>sfdc_add</name> | ||
| 2085 | + <rename>sfdc_add</rename> | ||
| 2086 | + <type>Integer</type> | ||
| 2087 | + <length>-1</length> | ||
| 2088 | + <precision>-1</precision> | ||
| 2089 | + <replace>N</replace> | ||
| 2090 | + </field> <field> <name>sfmix_add</name> | ||
| 2091 | + <rename>sfmix_add</rename> | ||
| 2092 | + <type>Integer</type> | ||
| 2093 | + <length>-1</length> | ||
| 2094 | + <precision>-1</precision> | ||
| 2095 | + <replace>N</replace> | ||
| 2096 | + </field> <field> <name>createDate_add</name> | ||
| 2097 | + <rename>createDate_add</rename> | ||
| 2098 | + <type>Date</type> | ||
| 2099 | + <length>-1</length> | ||
| 2100 | + <precision>-1</precision> | ||
| 2101 | + <replace>N</replace> | ||
| 2102 | + </field> <field> <name>updateDate_add</name> | ||
| 2103 | + <rename>updateDate_add</rename> | ||
| 2104 | + <type>Date</type> | ||
| 2105 | + <length>-1</length> | ||
| 2106 | + <precision>-1</precision> | ||
| 2107 | + <replace>N</replace> | ||
| 2108 | + </field> </fields> <cluster_schema/> | ||
| 2109 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 2110 | + <xloc>673</xloc> | ||
| 2111 | + <yloc>215</yloc> | ||
| 2112 | + <draw>Y</draw> | ||
| 2113 | + </GUI> | ||
| 2114 | + </step> | ||
| 2115 | + | ||
| 2116 | + <step> | ||
| 2117 | + <name>新增车辆数据输出</name> | ||
| 2118 | + <type>TableOutput</type> | ||
| 2119 | + <description/> | ||
| 2120 | + <distribute>Y</distribute> | ||
| 2121 | + <custom_distribution/> | ||
| 2122 | + <copies>1</copies> | ||
| 2123 | + <partitioning> | ||
| 2124 | + <method>none</method> | ||
| 2125 | + <schema_name/> | ||
| 2126 | + </partitioning> | ||
| 2127 | + <connection>control_jndi</connection> | ||
| 2128 | + <schema/> | ||
| 2129 | + <table>bsth_c_cars</table> | ||
| 2130 | + <commit>1000</commit> | ||
| 2131 | + <truncate>N</truncate> | ||
| 2132 | + <ignore_errors>N</ignore_errors> | ||
| 2133 | + <use_batch>Y</use_batch> | ||
| 2134 | + <specify_fields>Y</specify_fields> | ||
| 2135 | + <partitioning_enabled>N</partitioning_enabled> | ||
| 2136 | + <partitioning_field/> | ||
| 2137 | + <partitioning_daily>N</partitioning_daily> | ||
| 2138 | + <partitioning_monthly>Y</partitioning_monthly> | ||
| 2139 | + <tablename_in_field>N</tablename_in_field> | ||
| 2140 | + <tablename_field/> | ||
| 2141 | + <tablename_in_table>Y</tablename_in_table> | ||
| 2142 | + <return_keys>N</return_keys> | ||
| 2143 | + <return_field/> | ||
| 2144 | + <fields> | ||
| 2145 | + <field> | ||
| 2146 | + <column_name>inside_code</column_name> | ||
| 2147 | + <stream_name>insideCode_add</stream_name> | ||
| 2148 | + </field> | ||
| 2149 | + <field> | ||
| 2150 | + <column_name>car_plate</column_name> | ||
| 2151 | + <stream_name>carPlate_add</stream_name> | ||
| 2152 | + </field> | ||
| 2153 | + <field> | ||
| 2154 | + <column_name>car_code</column_name> | ||
| 2155 | + <stream_name>carCode_add</stream_name> | ||
| 2156 | + </field> | ||
| 2157 | + <field> | ||
| 2158 | + <column_name>supplier_name</column_name> | ||
| 2159 | + <stream_name>supplierName_add</stream_name> | ||
| 2160 | + </field> | ||
| 2161 | + <field> | ||
| 2162 | + <column_name>business_code</column_name> | ||
| 2163 | + <stream_name>businessCode_add</stream_name> | ||
| 2164 | + </field> | ||
| 2165 | + <field> | ||
| 2166 | + <column_name>company</column_name> | ||
| 2167 | + <stream_name>company_add</stream_name> | ||
| 2168 | + </field> | ||
| 2169 | + <field> | ||
| 2170 | + <column_name>branche_company_code</column_name> | ||
| 2171 | + <stream_name>brancheCompanyCode_add</stream_name> | ||
| 2172 | + </field> | ||
| 2173 | + <field> | ||
| 2174 | + <column_name>branche_company</column_name> | ||
| 2175 | + <stream_name>brancheCompany_add</stream_name> | ||
| 2176 | + </field> | ||
| 2177 | + <field> | ||
| 2178 | + <column_name>equipment_code</column_name> | ||
| 2179 | + <stream_name>equipmentCode_add</stream_name> | ||
| 2180 | + </field> | ||
| 2181 | + <field> | ||
| 2182 | + <column_name>scrap_state</column_name> | ||
| 2183 | + <stream_name>scrapState_add</stream_name> | ||
| 2184 | + </field> | ||
| 2185 | + <field> | ||
| 2186 | + <column_name>scrap_date</column_name> | ||
| 2187 | + <stream_name>scrapDate_add</stream_name> | ||
| 2188 | + </field> | ||
| 2189 | + <field> | ||
| 2190 | + <column_name>scrap_code</column_name> | ||
| 2191 | + <stream_name>scrapCode_add</stream_name> | ||
| 2192 | + </field> | ||
| 2193 | + <field> | ||
| 2194 | + <column_name>sfdc</column_name> | ||
| 2195 | + <stream_name>sfdc_add</stream_name> | ||
| 2196 | + </field> | ||
| 2197 | + <field> | ||
| 2198 | + <column_name>sfmix</column_name> | ||
| 2199 | + <stream_name>sfmix_add</stream_name> | ||
| 2200 | + </field> | ||
| 2201 | + <field> | ||
| 2202 | + <column_name>create_date</column_name> | ||
| 2203 | + <stream_name>createDate_add</stream_name> | ||
| 2204 | + </field> | ||
| 2205 | + <field> | ||
| 2206 | + <column_name>update_date</column_name> | ||
| 2207 | + <stream_name>updateDate_add</stream_name> | ||
| 2208 | + </field> | ||
| 2209 | + </fields> | ||
| 2210 | + <cluster_schema/> | ||
| 2211 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 2212 | + <xloc>819</xloc> | ||
| 2213 | + <yloc>213</yloc> | ||
| 2214 | + <draw>Y</draw> | ||
| 2215 | + </GUI> | ||
| 2216 | + </step> | ||
| 2217 | + | ||
| 2218 | + <step> | ||
| 2219 | + <name>新增车辆设备数据输出</name> | ||
| 2220 | + <type>TableOutput</type> | ||
| 2221 | + <description/> | ||
| 2222 | + <distribute>Y</distribute> | ||
| 2223 | + <custom_distribution/> | ||
| 2224 | + <copies>1</copies> | ||
| 2225 | + <partitioning> | ||
| 2226 | + <method>none</method> | ||
| 2227 | + <schema_name/> | ||
| 2228 | + </partitioning> | ||
| 2229 | + <connection>control_jndi</connection> | ||
| 2230 | + <schema/> | ||
| 2231 | + <table>bsth_c_car_device</table> | ||
| 2232 | + <commit>1000</commit> | ||
| 2233 | + <truncate>N</truncate> | ||
| 2234 | + <ignore_errors>N</ignore_errors> | ||
| 2235 | + <use_batch>Y</use_batch> | ||
| 2236 | + <specify_fields>Y</specify_fields> | ||
| 2237 | + <partitioning_enabled>N</partitioning_enabled> | ||
| 2238 | + <partitioning_field/> | ||
| 2239 | + <partitioning_daily>N</partitioning_daily> | ||
| 2240 | + <partitioning_monthly>Y</partitioning_monthly> | ||
| 2241 | + <tablename_in_field>N</tablename_in_field> | ||
| 2242 | + <tablename_field/> | ||
| 2243 | + <tablename_in_table>Y</tablename_in_table> | ||
| 2244 | + <return_keys>N</return_keys> | ||
| 2245 | + <return_field/> | ||
| 2246 | + <fields> | ||
| 2247 | + <field> | ||
| 2248 | + <column_name>gs_name</column_name> | ||
| 2249 | + <stream_name>device_gsName</stream_name> | ||
| 2250 | + </field> | ||
| 2251 | + <field> | ||
| 2252 | + <column_name>company</column_name> | ||
| 2253 | + <stream_name>device_company</stream_name> | ||
| 2254 | + </field> | ||
| 2255 | + <field> | ||
| 2256 | + <column_name>branche_company</column_name> | ||
| 2257 | + <stream_name>device_branch_company</stream_name> | ||
| 2258 | + </field> | ||
| 2259 | + <field> | ||
| 2260 | + <column_name>cl</column_name> | ||
| 2261 | + <stream_name>device_cl</stream_name> | ||
| 2262 | + </field> | ||
| 2263 | + <field> | ||
| 2264 | + <column_name>cl_zbh</column_name> | ||
| 2265 | + <stream_name>device_clzbh</stream_name> | ||
| 2266 | + </field> | ||
| 2267 | + <field> | ||
| 2268 | + <column_name>old_device_no</column_name> | ||
| 2269 | + <stream_name>device_old_no</stream_name> | ||
| 2270 | + </field> | ||
| 2271 | + <field> | ||
| 2272 | + <column_name>new_device_no</column_name> | ||
| 2273 | + <stream_name>device_new_no</stream_name> | ||
| 2274 | + </field> | ||
| 2275 | + <field> | ||
| 2276 | + <column_name>is_cancel</column_name> | ||
| 2277 | + <stream_name>device_is_cancel</stream_name> | ||
| 2278 | + </field> | ||
| 2279 | + <field> | ||
| 2280 | + <column_name>create_date</column_name> | ||
| 2281 | + <stream_name>device_create_date</stream_name> | ||
| 2282 | + </field> | ||
| 2283 | + <field> | ||
| 2284 | + <column_name>update_date</column_name> | ||
| 2285 | + <stream_name>device_update_date</stream_name> | ||
| 2286 | + </field> | ||
| 2287 | + <field> | ||
| 2288 | + <column_name>qyrq</column_name> | ||
| 2289 | + <stream_name>device_qyrq</stream_name> | ||
| 2290 | + </field> | ||
| 2291 | + <field> | ||
| 2292 | + <column_name>xl</column_name> | ||
| 2293 | + <stream_name>device_xl</stream_name> | ||
| 2294 | + </field> | ||
| 2295 | + <field> | ||
| 2296 | + <column_name>xl_name</column_name> | ||
| 2297 | + <stream_name>device_xlName</stream_name> | ||
| 2298 | + </field> | ||
| 2299 | + <field> | ||
| 2300 | + <column_name>xl_bm</column_name> | ||
| 2301 | + <stream_name>device_xlbm</stream_name> | ||
| 2302 | + </field> | ||
| 2303 | + </fields> | ||
| 2304 | + <cluster_schema/> | ||
| 2305 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 2306 | + <xloc>828</xloc> | ||
| 2307 | + <yloc>584</yloc> | ||
| 2308 | + <draw>Y</draw> | ||
| 2309 | + </GUI> | ||
| 2310 | + </step> | ||
| 2311 | + | ||
| 2312 | + <step> | ||
| 2313 | + <name>新增错误数据文件</name> | ||
| 2314 | + <type>ExcelOutput</type> | ||
| 2315 | + <description/> | ||
| 2316 | + <distribute>Y</distribute> | ||
| 2317 | + <custom_distribution/> | ||
| 2318 | + <copies>1</copies> | ||
| 2319 | + <partitioning> | ||
| 2320 | + <method>none</method> | ||
| 2321 | + <schema_name/> | ||
| 2322 | + </partitioning> | ||
| 2323 | + <header>Y</header> | ||
| 2324 | + <footer>N</footer> | ||
| 2325 | + <encoding/> | ||
| 2326 | + <append>N</append> | ||
| 2327 | + <add_to_result_filenames>Y</add_to_result_filenames> | ||
| 2328 | + <file> | ||
| 2329 | + <name>${file_add_error}</name> | ||
| 2330 | + <extention>xls</extention> | ||
| 2331 | + <do_not_open_newfile_init>N</do_not_open_newfile_init> | ||
| 2332 | + <create_parent_folder>N</create_parent_folder> | ||
| 2333 | + <split>N</split> | ||
| 2334 | + <add_date>N</add_date> | ||
| 2335 | + <add_time>N</add_time> | ||
| 2336 | + <SpecifyFormat>N</SpecifyFormat> | ||
| 2337 | + <date_time_format/> | ||
| 2338 | + <sheetname>Sheet1</sheetname> | ||
| 2339 | + <autosizecolums>N</autosizecolums> | ||
| 2340 | + <nullisblank>N</nullisblank> | ||
| 2341 | + <protect_sheet>N</protect_sheet> | ||
| 2342 | + <password>Encrypted </password> | ||
| 2343 | + <splitevery>0</splitevery> | ||
| 2344 | + <usetempfiles>N</usetempfiles> | ||
| 2345 | + <tempdirectory/> | ||
| 2346 | + </file> | ||
| 2347 | + <template> | ||
| 2348 | + <enabled>N</enabled> | ||
| 2349 | + <append>N</append> | ||
| 2350 | + <filename>template.xls</filename> | ||
| 2351 | + </template> | ||
| 2352 | + <fields> | ||
| 2353 | + <field> | ||
| 2354 | + <name>insideCode_add</name> | ||
| 2355 | + <type>String</type> | ||
| 2356 | + <format/> | ||
| 2357 | + </field> | ||
| 2358 | + <field> | ||
| 2359 | + <name>carPlate_add</name> | ||
| 2360 | + <type>String</type> | ||
| 2361 | + <format/> | ||
| 2362 | + </field> | ||
| 2363 | + <field> | ||
| 2364 | + <name>carCode_add</name> | ||
| 2365 | + <type>String</type> | ||
| 2366 | + <format/> | ||
| 2367 | + </field> | ||
| 2368 | + <field> | ||
| 2369 | + <name>supplierName_add</name> | ||
| 2370 | + <type>String</type> | ||
| 2371 | + <format/> | ||
| 2372 | + </field> | ||
| 2373 | + <field> | ||
| 2374 | + <name>businessCode_add</name> | ||
| 2375 | + <type>String</type> | ||
| 2376 | + <format/> | ||
| 2377 | + </field> | ||
| 2378 | + <field> | ||
| 2379 | + <name>company_add</name> | ||
| 2380 | + <type>String</type> | ||
| 2381 | + <format/> | ||
| 2382 | + </field> | ||
| 2383 | + <field> | ||
| 2384 | + <name>brancheCompanyCode_add</name> | ||
| 2385 | + <type>String</type> | ||
| 2386 | + <format/> | ||
| 2387 | + </field> | ||
| 2388 | + <field> | ||
| 2389 | + <name>brancheCompany_add</name> | ||
| 2390 | + <type>String</type> | ||
| 2391 | + <format/> | ||
| 2392 | + </field> | ||
| 2393 | + <field> | ||
| 2394 | + <name>equipmentCode_add</name> | ||
| 2395 | + <type>String</type> | ||
| 2396 | + <format/> | ||
| 2397 | + </field> | ||
| 2398 | + <field> | ||
| 2399 | + <name>scrapState_add</name> | ||
| 2400 | + <type>Integer</type> | ||
| 2401 | + <format/> | ||
| 2402 | + </field> | ||
| 2403 | + <field> | ||
| 2404 | + <name>scrapDate_add</name> | ||
| 2405 | + <type>Date</type> | ||
| 2406 | + <format/> | ||
| 2407 | + </field> | ||
| 2408 | + <field> | ||
| 2409 | + <name>scrapCode_add</name> | ||
| 2410 | + <type>String</type> | ||
| 2411 | + <format/> | ||
| 2412 | + </field> | ||
| 2413 | + <field> | ||
| 2414 | + <name>createDate_add</name> | ||
| 2415 | + <type>Date</type> | ||
| 2416 | + <format/> | ||
| 2417 | + </field> | ||
| 2418 | + <field> | ||
| 2419 | + <name>updateDate_add</name> | ||
| 2420 | + <type>Date</type> | ||
| 2421 | + <format/> | ||
| 2422 | + </field> | ||
| 2423 | + <field> | ||
| 2424 | + <name>sfdc_add</name> | ||
| 2425 | + <type>Integer</type> | ||
| 2426 | + <format/> | ||
| 2427 | + </field> | ||
| 2428 | + <field> | ||
| 2429 | + <name>sfmix_add</name> | ||
| 2430 | + <type>Integer</type> | ||
| 2431 | + <format/> | ||
| 2432 | + </field> | ||
| 2433 | + <field> | ||
| 2434 | + <name>NrErrors</name> | ||
| 2435 | + <type>Integer</type> | ||
| 2436 | + <format/> | ||
| 2437 | + </field> | ||
| 2438 | + <field> | ||
| 2439 | + <name>ErrorDescription</name> | ||
| 2440 | + <type>String</type> | ||
| 2441 | + <format/> | ||
| 2442 | + </field> | ||
| 2443 | + <field> | ||
| 2444 | + <name>ErrorFields</name> | ||
| 2445 | + <type>String</type> | ||
| 2446 | + <format/> | ||
| 2447 | + </field> | ||
| 2448 | + <field> | ||
| 2449 | + <name>ErrorCodes</name> | ||
| 2450 | + <type>String</type> | ||
| 2451 | + <format/> | ||
| 2452 | + </field> | ||
| 2453 | + </fields> | ||
| 2454 | + <custom> | ||
| 2455 | + <header_font_name>arial</header_font_name> | ||
| 2456 | + <header_font_size>10</header_font_size> | ||
| 2457 | + <header_font_bold>N</header_font_bold> | ||
| 2458 | + <header_font_italic>N</header_font_italic> | ||
| 2459 | + <header_font_underline>no</header_font_underline> | ||
| 2460 | + <header_font_orientation>horizontal</header_font_orientation> | ||
| 2461 | + <header_font_color>black</header_font_color> | ||
| 2462 | + <header_background_color>none</header_background_color> | ||
| 2463 | + <header_row_height>255</header_row_height> | ||
| 2464 | + <header_alignment>left</header_alignment> | ||
| 2465 | + <header_image/> | ||
| 2466 | + <row_font_name>arial</row_font_name> | ||
| 2467 | + <row_font_size>10</row_font_size> | ||
| 2468 | + <row_font_color>black</row_font_color> | ||
| 2469 | + <row_background_color>none</row_background_color> | ||
| 2470 | + </custom> | ||
| 2471 | + <cluster_schema/> | ||
| 2472 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 2473 | + <xloc>968</xloc> | ||
| 2474 | + <yloc>215</yloc> | ||
| 2475 | + <draw>Y</draw> | ||
| 2476 | + </GUI> | ||
| 2477 | + </step> | ||
| 2478 | + | ||
| 2479 | + <step> | ||
| 2480 | + <name>更新数据处理</name> | ||
| 2481 | + <type>ScriptValueMod</type> | ||
| 2482 | + <description/> | ||
| 2483 | + <distribute>Y</distribute> | ||
| 2484 | + <custom_distribution/> | ||
| 2485 | + <copies>1</copies> | ||
| 2486 | + <partitioning> | ||
| 2487 | + <method>none</method> | ||
| 2488 | + <schema_name/> | ||
| 2489 | + </partitioning> | ||
| 2490 | + <compatible>N</compatible> | ||
| 2491 | + <optimizationLevel>9</optimizationLevel> | ||
| 2492 | + <jsScripts> <jsScript> <jsScript_type>0</jsScript_type> | ||
| 2493 | + <jsScript_name>Script 1</jsScript_name> | ||
| 2494 | + <jsScript_script>//Script here

//---------------- 更新用的字段重新命名(方便后续操作)-----------//
// TODO:后面还有更多的更新字段

var update_date = new Date();

//------------ 1、公司分公司相关字段 -----------//
var company_update = gsmc; // 公司名称
var branche_company_update = fgsmc; // 分公司名称
var business_code_update = gsdm; // 公司代码
var branch_company_code_update = fgsdm; // 分公司代码
var isGsUpdate = false; // 是否更新
if (!company_update.equals(company)) {
 isGsUpdate = true;
}
if (!branche_company_update.equals(branche_company)) {
 isGsUpdate = true;
}

//------------- 2、报废相关字段 ------------//
var equipmentCode_update = equipment_code; // 设备编号
var scrapCode_update = scrap_code; // 报废号
var scrapState_update = (scrap_state == true ? 1 : 0); // 报废状态
var scrapState_update_b = scrap_state; // 报废状态
var scrapDate_update = scrap_date; // 报废日期
var isScrapUpdate = false; // 是否更新
if (carState == '3' || scrapType == '1') {
 scrapState_update_b = true;
 scrapState_update = 1;
 // 使用车辆库的报废时间
 scrapDate_update = scrapDate == null ? null : str2date(scrapDate, 'yyyy-MM-dd');
 // 车辆库报废时间为空,再使用当前时间
 if (scrapDate_update == null) {
 scrapDate_update = new Date(); // 报废日期设定位当前日期
 }
 equipmentCode_update = 'BF-' + equipmentCode_update;
 scrapCode_update = 'BF-' + equipmentCode_update;
}
if (scrapState_update_b != scrap_state) {
 isScrapUpdate = true;
}
//-------------- 3-1、是否纯电车相关字段 ------------//
var sfdc_update = 0; // 是否纯电车(待更新)
if (carEnergyType == '纯电动' || carEnergyType == '双电式纯电动' || carEnergyType == '快充式纯电动' || carEnergyType == '超级电容') {
 sfdc_update = 1;
}
var sfdc_update_b = 0; // 是否纯电车(原始数据)
if (sfdc == null) { 
 sfdc_update_b = null;
} else {
 sfdc_update_b = (sfdc == true ? 1 : 0);
}
var isSfdcUpdate = false; // 是否更新 
if (sfdc_update_b != sfdc_update) { 
 isSfdcUpdate = true;
}

//-------------- 3-2、是否混合动力相关字段 ------------//
var sfmix_update = 0; // 是否混合动力(待更新)
if (carEnergyType == '插电式混合动力' || carEnergyType == '混合动力') {
 sfmix_update = 1;
}
var sfmix_update_b = 0; // 是否混合动力(原始数据)
if (sfmix == null) {
 sfmix_update_b = null;
} else {
 sfmix_update_b = (sfmix == true ? 1 : 0);
}
var isSfmixUpdate = false; // 是否更新
if (sfmix_update_b != sfmix_update) { 
 isSfmixUpdate = true;
}

//--------------- 4、车牌号相关字段 ---------------//
var cph_update = cph; // 待更新车牌号
var isChpUpdate = false; // 是否更新
if (!cph_update.equals(car_plate)) {
 isChpUpdate = true;
}
</jsScript_script> | ||
| 2495 | + </jsScript> </jsScripts> <fields> <field> <name>update_date</name> | ||
| 2496 | + <rename>update_date</rename> | ||
| 2497 | + <type>Date</type> | ||
| 2498 | + <length>-1</length> | ||
| 2499 | + <precision>-1</precision> | ||
| 2500 | + <replace>N</replace> | ||
| 2501 | + </field> <field> <name>company_update</name> | ||
| 2502 | + <rename>company_update</rename> | ||
| 2503 | + <type>String</type> | ||
| 2504 | + <length>-1</length> | ||
| 2505 | + <precision>-1</precision> | ||
| 2506 | + <replace>N</replace> | ||
| 2507 | + </field> <field> <name>branche_company_update</name> | ||
| 2508 | + <rename>branche_company_update</rename> | ||
| 2509 | + <type>String</type> | ||
| 2510 | + <length>-1</length> | ||
| 2511 | + <precision>-1</precision> | ||
| 2512 | + <replace>N</replace> | ||
| 2513 | + </field> <field> <name>business_code_update</name> | ||
| 2514 | + <rename>business_code_update</rename> | ||
| 2515 | + <type>String</type> | ||
| 2516 | + <length>-1</length> | ||
| 2517 | + <precision>-1</precision> | ||
| 2518 | + <replace>N</replace> | ||
| 2519 | + </field> <field> <name>branch_company_code_update</name> | ||
| 2520 | + <rename>branch_company_code_update</rename> | ||
| 2521 | + <type>String</type> | ||
| 2522 | + <length>-1</length> | ||
| 2523 | + <precision>-1</precision> | ||
| 2524 | + <replace>N</replace> | ||
| 2525 | + </field> <field> <name>isGsUpdate</name> | ||
| 2526 | + <rename>isGsUpdate</rename> | ||
| 2527 | + <type>Boolean</type> | ||
| 2528 | + <length>-1</length> | ||
| 2529 | + <precision>-1</precision> | ||
| 2530 | + <replace>N</replace> | ||
| 2531 | + </field> <field> <name>equipmentCode_update</name> | ||
| 2532 | + <rename>equipmentCode_update</rename> | ||
| 2533 | + <type>String</type> | ||
| 2534 | + <length>-1</length> | ||
| 2535 | + <precision>-1</precision> | ||
| 2536 | + <replace>N</replace> | ||
| 2537 | + </field> <field> <name>scrapCode_update</name> | ||
| 2538 | + <rename>scrapCode_update</rename> | ||
| 2539 | + <type>String</type> | ||
| 2540 | + <length>-1</length> | ||
| 2541 | + <precision>-1</precision> | ||
| 2542 | + <replace>N</replace> | ||
| 2543 | + </field> <field> <name>scrapState_update</name> | ||
| 2544 | + <rename>scrapState_update</rename> | ||
| 2545 | + <type>Integer</type> | ||
| 2546 | + <length>-1</length> | ||
| 2547 | + <precision>-1</precision> | ||
| 2548 | + <replace>N</replace> | ||
| 2549 | + </field> <field> <name>scrapState_update_b</name> | ||
| 2550 | + <rename>scrapState_update_b</rename> | ||
| 2551 | + <type>Boolean</type> | ||
| 2552 | + <length>-1</length> | ||
| 2553 | + <precision>-1</precision> | ||
| 2554 | + <replace>N</replace> | ||
| 2555 | + </field> <field> <name>scrapDate_update</name> | ||
| 2556 | + <rename>scrapDate_update</rename> | ||
| 2557 | + <type>Date</type> | ||
| 2558 | + <length>-1</length> | ||
| 2559 | + <precision>-1</precision> | ||
| 2560 | + <replace>N</replace> | ||
| 2561 | + </field> <field> <name>isScrapUpdate</name> | ||
| 2562 | + <rename>isScrapUpdate</rename> | ||
| 2563 | + <type>Boolean</type> | ||
| 2564 | + <length>-1</length> | ||
| 2565 | + <precision>-1</precision> | ||
| 2566 | + <replace>N</replace> | ||
| 2567 | + </field> <field> <name>sfdc_update</name> | ||
| 2568 | + <rename>sfdc_update</rename> | ||
| 2569 | + <type>Integer</type> | ||
| 2570 | + <length>-1</length> | ||
| 2571 | + <precision>-1</precision> | ||
| 2572 | + <replace>N</replace> | ||
| 2573 | + </field> <field> <name>sfdc_update_b</name> | ||
| 2574 | + <rename>sfdc_update_b</rename> | ||
| 2575 | + <type>Boolean</type> | ||
| 2576 | + <length>-1</length> | ||
| 2577 | + <precision>-1</precision> | ||
| 2578 | + <replace>N</replace> | ||
| 2579 | + </field> <field> <name>isSfdcUpdate</name> | ||
| 2580 | + <rename>isSfdcUpdate</rename> | ||
| 2581 | + <type>Boolean</type> | ||
| 2582 | + <length>-1</length> | ||
| 2583 | + <precision>-1</precision> | ||
| 2584 | + <replace>N</replace> | ||
| 2585 | + </field> <field> <name>sfmix_update</name> | ||
| 2586 | + <rename>sfmix_update</rename> | ||
| 2587 | + <type>Integer</type> | ||
| 2588 | + <length>-1</length> | ||
| 2589 | + <precision>-1</precision> | ||
| 2590 | + <replace>N</replace> | ||
| 2591 | + </field> <field> <name>isSfmixUpdate</name> | ||
| 2592 | + <rename>isSfmixUpdate</rename> | ||
| 2593 | + <type>Boolean</type> | ||
| 2594 | + <length>-1</length> | ||
| 2595 | + <precision>-1</precision> | ||
| 2596 | + <replace>N</replace> | ||
| 2597 | + </field> <field> <name>cph_update</name> | ||
| 2598 | + <rename>cph_update</rename> | ||
| 2599 | + <type>String</type> | ||
| 2600 | + <length>-1</length> | ||
| 2601 | + <precision>-1</precision> | ||
| 2602 | + <replace>N</replace> | ||
| 2603 | + </field> <field> <name>isChpUpdate</name> | ||
| 2604 | + <rename>isChpUpdate</rename> | ||
| 2605 | + <type>Boolean</type> | ||
| 2606 | + <length>-1</length> | ||
| 2607 | + <precision>-1</precision> | ||
| 2608 | + <replace>N</replace> | ||
| 2609 | + </field> </fields> <cluster_schema/> | ||
| 2610 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 2611 | + <xloc>670</xloc> | ||
| 2612 | + <yloc>309</yloc> | ||
| 2613 | + <draw>Y</draw> | ||
| 2614 | + </GUI> | ||
| 2615 | + </step> | ||
| 2616 | + | ||
| 2617 | + <step> | ||
| 2618 | + <name>更新车辆数据输出</name> | ||
| 2619 | + <type>Update</type> | ||
| 2620 | + <description/> | ||
| 2621 | + <distribute>Y</distribute> | ||
| 2622 | + <custom_distribution/> | ||
| 2623 | + <copies>1</copies> | ||
| 2624 | + <partitioning> | ||
| 2625 | + <method>none</method> | ||
| 2626 | + <schema_name/> | ||
| 2627 | + </partitioning> | ||
| 2628 | + <connection>control_jndi</connection> | ||
| 2629 | + <skip_lookup>N</skip_lookup> | ||
| 2630 | + <commit>100</commit> | ||
| 2631 | + <use_batch>N</use_batch> | ||
| 2632 | + <error_ignored>N</error_ignored> | ||
| 2633 | + <ignore_flag_field/> | ||
| 2634 | + <lookup> | ||
| 2635 | + <schema/> | ||
| 2636 | + <table>bsth_c_cars</table> | ||
| 2637 | + <key> | ||
| 2638 | + <name>id</name> | ||
| 2639 | + <field>id</field> | ||
| 2640 | + <condition>=</condition> | ||
| 2641 | + <name2/> | ||
| 2642 | + </key> | ||
| 2643 | + <value> | ||
| 2644 | + <name>equipment_code</name> | ||
| 2645 | + <rename>equipmentCode_update</rename> | ||
| 2646 | + </value> | ||
| 2647 | + <value> | ||
| 2648 | + <name>scrap_code</name> | ||
| 2649 | + <rename>scrapCode_update</rename> | ||
| 2650 | + </value> | ||
| 2651 | + <value> | ||
| 2652 | + <name>scrap_date</name> | ||
| 2653 | + <rename>scrapDate_update</rename> | ||
| 2654 | + </value> | ||
| 2655 | + <value> | ||
| 2656 | + <name>scrap_state</name> | ||
| 2657 | + <rename>scrapState_update</rename> | ||
| 2658 | + </value> | ||
| 2659 | + <value> | ||
| 2660 | + <name>company</name> | ||
| 2661 | + <rename>company_update</rename> | ||
| 2662 | + </value> | ||
| 2663 | + <value> | ||
| 2664 | + <name>business_code</name> | ||
| 2665 | + <rename>business_code_update</rename> | ||
| 2666 | + </value> | ||
| 2667 | + <value> | ||
| 2668 | + <name>branche_company</name> | ||
| 2669 | + <rename>branche_company_update</rename> | ||
| 2670 | + </value> | ||
| 2671 | + <value> | ||
| 2672 | + <name>branche_company_code</name> | ||
| 2673 | + <rename>branch_company_code_update</rename> | ||
| 2674 | + </value> | ||
| 2675 | + <value> | ||
| 2676 | + <name>sfdc</name> | ||
| 2677 | + <rename>sfdc_update</rename> | ||
| 2678 | + </value> | ||
| 2679 | + <value> | ||
| 2680 | + <name>sfmix</name> | ||
| 2681 | + <rename>sfmix_update</rename> | ||
| 2682 | + </value> | ||
| 2683 | + <value> | ||
| 2684 | + <name>car_plate</name> | ||
| 2685 | + <rename>cph_update</rename> | ||
| 2686 | + </value> | ||
| 2687 | + <value> | ||
| 2688 | + <name>update_date</name> | ||
| 2689 | + <rename>update_date</rename> | ||
| 2690 | + </value> | ||
| 2691 | + </lookup> | ||
| 2692 | + <cluster_schema/> | ||
| 2693 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 2694 | + <xloc>820</xloc> | ||
| 2695 | + <yloc>404</yloc> | ||
| 2696 | + <draw>Y</draw> | ||
| 2697 | + </GUI> | ||
| 2698 | + </step> | ||
| 2699 | + | ||
| 2700 | + <step> | ||
| 2701 | + <name>更新错误数据文件</name> | ||
| 2702 | + <type>ExcelOutput</type> | ||
| 2703 | + <description/> | ||
| 2704 | + <distribute>Y</distribute> | ||
| 2705 | + <custom_distribution/> | ||
| 2706 | + <copies>1</copies> | ||
| 2707 | + <partitioning> | ||
| 2708 | + <method>none</method> | ||
| 2709 | + <schema_name/> | ||
| 2710 | + </partitioning> | ||
| 2711 | + <header>Y</header> | ||
| 2712 | + <footer>N</footer> | ||
| 2713 | + <encoding/> | ||
| 2714 | + <append>N</append> | ||
| 2715 | + <add_to_result_filenames>Y</add_to_result_filenames> | ||
| 2716 | + <file> | ||
| 2717 | + <name>${file_update_error}</name> | ||
| 2718 | + <extention>xls</extention> | ||
| 2719 | + <do_not_open_newfile_init>N</do_not_open_newfile_init> | ||
| 2720 | + <create_parent_folder>N</create_parent_folder> | ||
| 2721 | + <split>N</split> | ||
| 2722 | + <add_date>N</add_date> | ||
| 2723 | + <add_time>N</add_time> | ||
| 2724 | + <SpecifyFormat>N</SpecifyFormat> | ||
| 2725 | + <date_time_format/> | ||
| 2726 | + <sheetname>Sheet1</sheetname> | ||
| 2727 | + <autosizecolums>N</autosizecolums> | ||
| 2728 | + <nullisblank>N</nullisblank> | ||
| 2729 | + <protect_sheet>N</protect_sheet> | ||
| 2730 | + <password>Encrypted </password> | ||
| 2731 | + <splitevery>0</splitevery> | ||
| 2732 | + <usetempfiles>N</usetempfiles> | ||
| 2733 | + <tempdirectory/> | ||
| 2734 | + </file> | ||
| 2735 | + <template> | ||
| 2736 | + <enabled>N</enabled> | ||
| 2737 | + <append>N</append> | ||
| 2738 | + <filename>template.xls</filename> | ||
| 2739 | + </template> | ||
| 2740 | + <fields> | ||
| 2741 | + <field> | ||
| 2742 | + <name>clzbh</name> | ||
| 2743 | + <type>String</type> | ||
| 2744 | + <format/> | ||
| 2745 | + </field> | ||
| 2746 | + <field> | ||
| 2747 | + <name>id</name> | ||
| 2748 | + <type>Integer</type> | ||
| 2749 | + <format/> | ||
| 2750 | + </field> | ||
| 2751 | + <field> | ||
| 2752 | + <name>company_update</name> | ||
| 2753 | + <type>String</type> | ||
| 2754 | + <format/> | ||
| 2755 | + </field> | ||
| 2756 | + <field> | ||
| 2757 | + <name>branche_company_update</name> | ||
| 2758 | + <type>String</type> | ||
| 2759 | + <format/> | ||
| 2760 | + </field> | ||
| 2761 | + <field> | ||
| 2762 | + <name>business_code_update</name> | ||
| 2763 | + <type>String</type> | ||
| 2764 | + <format/> | ||
| 2765 | + </field> | ||
| 2766 | + <field> | ||
| 2767 | + <name>branch_company_code_update</name> | ||
| 2768 | + <type>String</type> | ||
| 2769 | + <format/> | ||
| 2770 | + </field> | ||
| 2771 | + <field> | ||
| 2772 | + <name>equipmentCode_update</name> | ||
| 2773 | + <type>String</type> | ||
| 2774 | + <format/> | ||
| 2775 | + </field> | ||
| 2776 | + <field> | ||
| 2777 | + <name>scrapCode_update</name> | ||
| 2778 | + <type>String</type> | ||
| 2779 | + <format/> | ||
| 2780 | + </field> | ||
| 2781 | + <field> | ||
| 2782 | + <name>scrapState_update</name> | ||
| 2783 | + <type>Integer</type> | ||
| 2784 | + <format/> | ||
| 2785 | + </field> | ||
| 2786 | + <field> | ||
| 2787 | + <name>scrapDate_update</name> | ||
| 2788 | + <type>String</type> | ||
| 2789 | + <format/> | ||
| 2790 | + </field> | ||
| 2791 | + <field> | ||
| 2792 | + <name>sfdc_update</name> | ||
| 2793 | + <type>Integer</type> | ||
| 2794 | + <format/> | ||
| 2795 | + </field> | ||
| 2796 | + <field> | ||
| 2797 | + <name>sfmix_update</name> | ||
| 2798 | + <type>Integer</type> | ||
| 2799 | + <format/> | ||
| 2800 | + </field> | ||
| 2801 | + <field> | ||
| 2802 | + <name>cph_update</name> | ||
| 2803 | + <type>String</type> | ||
| 2804 | + <format/> | ||
| 2805 | + </field> | ||
| 2806 | + <field> | ||
| 2807 | + <name>NrErrors</name> | ||
| 2808 | + <type>Integer</type> | ||
| 2809 | + <format/> | ||
| 2810 | + </field> | ||
| 2811 | + <field> | ||
| 2812 | + <name>ErrorDescription</name> | ||
| 2813 | + <type>String</type> | ||
| 2814 | + <format/> | ||
| 2815 | + </field> | ||
| 2816 | + <field> | ||
| 2817 | + <name>ErrorFields</name> | ||
| 2818 | + <type>String</type> | ||
| 2819 | + <format/> | ||
| 2820 | + </field> | ||
| 2821 | + <field> | ||
| 2822 | + <name>ErrorCodes</name> | ||
| 2823 | + <type>String</type> | ||
| 2824 | + <format/> | ||
| 2825 | + </field> | ||
| 2826 | + </fields> | ||
| 2827 | + <custom> | ||
| 2828 | + <header_font_name>arial</header_font_name> | ||
| 2829 | + <header_font_size>10</header_font_size> | ||
| 2830 | + <header_font_bold>N</header_font_bold> | ||
| 2831 | + <header_font_italic>N</header_font_italic> | ||
| 2832 | + <header_font_underline>no</header_font_underline> | ||
| 2833 | + <header_font_orientation>horizontal</header_font_orientation> | ||
| 2834 | + <header_font_color>black</header_font_color> | ||
| 2835 | + <header_background_color>none</header_background_color> | ||
| 2836 | + <header_row_height>255</header_row_height> | ||
| 2837 | + <header_alignment>left</header_alignment> | ||
| 2838 | + <header_image/> | ||
| 2839 | + <row_font_name>arial</row_font_name> | ||
| 2840 | + <row_font_size>10</row_font_size> | ||
| 2841 | + <row_font_color>black</row_font_color> | ||
| 2842 | + <row_background_color>none</row_background_color> | ||
| 2843 | + </custom> | ||
| 2844 | + <cluster_schema/> | ||
| 2845 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 2846 | + <xloc>972</xloc> | ||
| 2847 | + <yloc>404</yloc> | ||
| 2848 | + <draw>Y</draw> | ||
| 2849 | + </GUI> | ||
| 2850 | + </step> | ||
| 2851 | + | ||
| 2852 | + <step> | ||
| 2853 | + <name>本地线路信息查询</name> | ||
| 2854 | + <type>DBLookup</type> | ||
| 2855 | + <description/> | ||
| 2856 | + <distribute>N</distribute> | ||
| 2857 | + <custom_distribution/> | ||
| 2858 | + <copies>1</copies> | ||
| 2859 | + <partitioning> | ||
| 2860 | + <method>none</method> | ||
| 2861 | + <schema_name/> | ||
| 2862 | + </partitioning> | ||
| 2863 | + <connection>control_jndi</connection> | ||
| 2864 | + <cache>Y</cache> | ||
| 2865 | + <cache_load_all>Y</cache_load_all> | ||
| 2866 | + <cache_size>0</cache_size> | ||
| 2867 | + <lookup> | ||
| 2868 | + <schema/> | ||
| 2869 | + <table>bsth_c_line</table> | ||
| 2870 | + <orderby/> | ||
| 2871 | + <fail_on_multiple>N</fail_on_multiple> | ||
| 2872 | + <eat_row_on_failure>N</eat_row_on_failure> | ||
| 2873 | + <key> | ||
| 2874 | + <name>xl</name> | ||
| 2875 | + <field>id</field> | ||
| 2876 | + <condition>=</condition> | ||
| 2877 | + <name2/> | ||
| 2878 | + </key> | ||
| 2879 | + <value> | ||
| 2880 | + <name>line_code</name> | ||
| 2881 | + <rename>line_code</rename> | ||
| 2882 | + <default/> | ||
| 2883 | + <type>None</type> | ||
| 2884 | + </value> | ||
| 2885 | + <value> | ||
| 2886 | + <name>name</name> | ||
| 2887 | + <rename>name</rename> | ||
| 2888 | + <default/> | ||
| 2889 | + <type>None</type> | ||
| 2890 | + </value> | ||
| 2891 | + </lookup> | ||
| 2892 | + <cluster_schema/> | ||
| 2893 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 2894 | + <xloc>340</xloc> | ||
| 2895 | + <yloc>582</yloc> | ||
| 2896 | + <draw>Y</draw> | ||
| 2897 | + </GUI> | ||
| 2898 | + </step> | ||
| 2899 | + | ||
| 2900 | + <step> | ||
| 2901 | + <name>本地车辆信息查询 </name> | ||
| 2902 | + <type>DBLookup</type> | ||
| 2903 | + <description/> | ||
| 2904 | + <distribute>Y</distribute> | ||
| 2905 | + <custom_distribution/> | ||
| 2906 | + <copies>1</copies> | ||
| 2907 | + <partitioning> | ||
| 2908 | + <method>none</method> | ||
| 2909 | + <schema_name/> | ||
| 2910 | + </partitioning> | ||
| 2911 | + <connection>control_jndi</connection> | ||
| 2912 | + <cache>Y</cache> | ||
| 2913 | + <cache_load_all>Y</cache_load_all> | ||
| 2914 | + <cache_size>0</cache_size> | ||
| 2915 | + <lookup> | ||
| 2916 | + <schema/> | ||
| 2917 | + <table>bsth_c_cars</table> | ||
| 2918 | + <orderby>update_date desc</orderby> | ||
| 2919 | + <fail_on_multiple>N</fail_on_multiple> | ||
| 2920 | + <eat_row_on_failure>N</eat_row_on_failure> | ||
| 2921 | + <key> | ||
| 2922 | + <name>clzbh</name> | ||
| 2923 | + <field>inside_code</field> | ||
| 2924 | + <condition>=</condition> | ||
| 2925 | + <name2/> | ||
| 2926 | + </key> | ||
| 2927 | + <value> | ||
| 2928 | + <name>id</name> | ||
| 2929 | + <rename>id</rename> | ||
| 2930 | + <default/> | ||
| 2931 | + <type>Integer</type> | ||
| 2932 | + </value> | ||
| 2933 | + <value> | ||
| 2934 | + <name>equipment_code</name> | ||
| 2935 | + <rename>equipment_code</rename> | ||
| 2936 | + <default/> | ||
| 2937 | + <type>String</type> | ||
| 2938 | + </value> | ||
| 2939 | + <value> | ||
| 2940 | + <name>scrap_code</name> | ||
| 2941 | + <rename>scrap_code</rename> | ||
| 2942 | + <default/> | ||
| 2943 | + <type>String</type> | ||
| 2944 | + </value> | ||
| 2945 | + <value> | ||
| 2946 | + <name>scrap_state</name> | ||
| 2947 | + <rename>scrap_state</rename> | ||
| 2948 | + <default/> | ||
| 2949 | + <type>Integer</type> | ||
| 2950 | + </value> | ||
| 2951 | + <value> | ||
| 2952 | + <name>scrap_date</name> | ||
| 2953 | + <rename>scrap_date</rename> | ||
| 2954 | + <default/> | ||
| 2955 | + <type>Date</type> | ||
| 2956 | + </value> | ||
| 2957 | + <value> | ||
| 2958 | + <name>company</name> | ||
| 2959 | + <rename>company</rename> | ||
| 2960 | + <default/> | ||
| 2961 | + <type>String</type> | ||
| 2962 | + </value> | ||
| 2963 | + <value> | ||
| 2964 | + <name>branche_company</name> | ||
| 2965 | + <rename>branche_company</rename> | ||
| 2966 | + <default/> | ||
| 2967 | + <type>String</type> | ||
| 2968 | + </value> | ||
| 2969 | + <value> | ||
| 2970 | + <name>sfdc</name> | ||
| 2971 | + <rename>sfdc</rename> | ||
| 2972 | + <default/> | ||
| 2973 | + <type>Integer</type> | ||
| 2974 | + </value> | ||
| 2975 | + <value> | ||
| 2976 | + <name>sfmix</name> | ||
| 2977 | + <rename>sfmix</rename> | ||
| 2978 | + <default/> | ||
| 2979 | + <type>Integer</type> | ||
| 2980 | + </value> | ||
| 2981 | + <value> | ||
| 2982 | + <name>car_plate</name> | ||
| 2983 | + <rename>car_plate</rename> | ||
| 2984 | + <default/> | ||
| 2985 | + <type>String</type> | ||
| 2986 | + </value> | ||
| 2987 | + </lookup> | ||
| 2988 | + <cluster_schema/> | ||
| 2989 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 2990 | + <xloc>337</xloc> | ||
| 2991 | + <yloc>396</yloc> | ||
| 2992 | + <draw>Y</draw> | ||
| 2993 | + </GUI> | ||
| 2994 | + </step> | ||
| 2995 | + | ||
| 2996 | + <step> | ||
| 2997 | + <name>本地车辆配置信息查询</name> | ||
| 2998 | + <type>DBLookup</type> | ||
| 2999 | + <description/> | ||
| 3000 | + <distribute>Y</distribute> | ||
| 3001 | + <custom_distribution/> | ||
| 3002 | + <copies>1</copies> | ||
| 3003 | + <partitioning> | ||
| 3004 | + <method>none</method> | ||
| 3005 | + <schema_name/> | ||
| 3006 | + </partitioning> | ||
| 3007 | + <connection>control_jndi</connection> | ||
| 3008 | + <cache>Y</cache> | ||
| 3009 | + <cache_load_all>Y</cache_load_all> | ||
| 3010 | + <cache_size>0</cache_size> | ||
| 3011 | + <lookup> | ||
| 3012 | + <schema/> | ||
| 3013 | + <table>bsth_c_s_ccinfo</table> | ||
| 3014 | + <orderby>update_date desc</orderby> | ||
| 3015 | + <fail_on_multiple>N</fail_on_multiple> | ||
| 3016 | + <eat_row_on_failure>N</eat_row_on_failure> | ||
| 3017 | + <key> | ||
| 3018 | + <name>id</name> | ||
| 3019 | + <field>cl</field> | ||
| 3020 | + <condition>=</condition> | ||
| 3021 | + <name2/> | ||
| 3022 | + </key> | ||
| 3023 | + <value> | ||
| 3024 | + <name>xl</name> | ||
| 3025 | + <rename>xl</rename> | ||
| 3026 | + <default/> | ||
| 3027 | + <type>None</type> | ||
| 3028 | + </value> | ||
| 3029 | + </lookup> | ||
| 3030 | + <cluster_schema/> | ||
| 3031 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 3032 | + <xloc>338</xloc> | ||
| 3033 | + <yloc>486</yloc> | ||
| 3034 | + <draw>Y</draw> | ||
| 3035 | + </GUI> | ||
| 3036 | + </step> | ||
| 3037 | + | ||
| 3038 | + <step> | ||
| 3039 | + <name>添加车辆设备错误数据文件</name> | ||
| 3040 | + <type>ExcelOutput</type> | ||
| 3041 | + <description/> | ||
| 3042 | + <distribute>Y</distribute> | ||
| 3043 | + <custom_distribution/> | ||
| 3044 | + <copies>1</copies> | ||
| 3045 | + <partitioning> | ||
| 3046 | + <method>none</method> | ||
| 3047 | + <schema_name/> | ||
| 3048 | + </partitioning> | ||
| 3049 | + <header>Y</header> | ||
| 3050 | + <footer>N</footer> | ||
| 3051 | + <encoding/> | ||
| 3052 | + <append>N</append> | ||
| 3053 | + <add_to_result_filenames>Y</add_to_result_filenames> | ||
| 3054 | + <file> | ||
| 3055 | + <name>${file_deivce_add_error}</name> | ||
| 3056 | + <extention>xls</extention> | ||
| 3057 | + <do_not_open_newfile_init>N</do_not_open_newfile_init> | ||
| 3058 | + <create_parent_folder>N</create_parent_folder> | ||
| 3059 | + <split>N</split> | ||
| 3060 | + <add_date>N</add_date> | ||
| 3061 | + <add_time>N</add_time> | ||
| 3062 | + <SpecifyFormat>N</SpecifyFormat> | ||
| 3063 | + <date_time_format/> | ||
| 3064 | + <sheetname>Sheet1</sheetname> | ||
| 3065 | + <autosizecolums>N</autosizecolums> | ||
| 3066 | + <nullisblank>N</nullisblank> | ||
| 3067 | + <protect_sheet>N</protect_sheet> | ||
| 3068 | + <password>Encrypted </password> | ||
| 3069 | + <splitevery>0</splitevery> | ||
| 3070 | + <usetempfiles>N</usetempfiles> | ||
| 3071 | + <tempdirectory/> | ||
| 3072 | + </file> | ||
| 3073 | + <template> | ||
| 3074 | + <enabled>N</enabled> | ||
| 3075 | + <append>N</append> | ||
| 3076 | + <filename>template.xls</filename> | ||
| 3077 | + </template> | ||
| 3078 | + <fields> | ||
| 3079 | + <field> | ||
| 3080 | + <name>device_gsName</name> | ||
| 3081 | + <type>String</type> | ||
| 3082 | + <format/> | ||
| 3083 | + </field> | ||
| 3084 | + <field> | ||
| 3085 | + <name>device_company</name> | ||
| 3086 | + <type>String</type> | ||
| 3087 | + <format/> | ||
| 3088 | + </field> | ||
| 3089 | + <field> | ||
| 3090 | + <name>device_branch_company</name> | ||
| 3091 | + <type>String</type> | ||
| 3092 | + <format/> | ||
| 3093 | + </field> | ||
| 3094 | + <field> | ||
| 3095 | + <name>device_cl</name> | ||
| 3096 | + <type>String</type> | ||
| 3097 | + <format/> | ||
| 3098 | + </field> | ||
| 3099 | + <field> | ||
| 3100 | + <name>device_clzbh</name> | ||
| 3101 | + <type>String</type> | ||
| 3102 | + <format/> | ||
| 3103 | + </field> | ||
| 3104 | + <field> | ||
| 3105 | + <name>device_old_no</name> | ||
| 3106 | + <type>String</type> | ||
| 3107 | + <format/> | ||
| 3108 | + </field> | ||
| 3109 | + <field> | ||
| 3110 | + <name>device_new_no</name> | ||
| 3111 | + <type>String</type> | ||
| 3112 | + <format/> | ||
| 3113 | + </field> | ||
| 3114 | + <field> | ||
| 3115 | + <name>device_is_cancel</name> | ||
| 3116 | + <type>Integer</type> | ||
| 3117 | + <format/> | ||
| 3118 | + </field> | ||
| 3119 | + <field> | ||
| 3120 | + <name>device_create_date</name> | ||
| 3121 | + <type>Date</type> | ||
| 3122 | + <format/> | ||
| 3123 | + </field> | ||
| 3124 | + <field> | ||
| 3125 | + <name>device_update_date</name> | ||
| 3126 | + <type>Date</type> | ||
| 3127 | + <format/> | ||
| 3128 | + </field> | ||
| 3129 | + <field> | ||
| 3130 | + <name>device_qyrq</name> | ||
| 3131 | + <type>Date</type> | ||
| 3132 | + <format/> | ||
| 3133 | + </field> | ||
| 3134 | + <field> | ||
| 3135 | + <name>device_xl</name> | ||
| 3136 | + <type>String</type> | ||
| 3137 | + <format/> | ||
| 3138 | + </field> | ||
| 3139 | + <field> | ||
| 3140 | + <name>device_xlName</name> | ||
| 3141 | + <type>String</type> | ||
| 3142 | + <format/> | ||
| 3143 | + </field> | ||
| 3144 | + <field> | ||
| 3145 | + <name>device_xlbm</name> | ||
| 3146 | + <type>String</type> | ||
| 3147 | + <format/> | ||
| 3148 | + </field> | ||
| 3149 | + <field> | ||
| 3150 | + <name>NrErrors</name> | ||
| 3151 | + <type>Integer</type> | ||
| 3152 | + <format/> | ||
| 3153 | + </field> | ||
| 3154 | + <field> | ||
| 3155 | + <name>ErrorDescription</name> | ||
| 3156 | + <type>String</type> | ||
| 3157 | + <format/> | ||
| 3158 | + </field> | ||
| 3159 | + <field> | ||
| 3160 | + <name>ErrorFields</name> | ||
| 3161 | + <type>String</type> | ||
| 3162 | + <format/> | ||
| 3163 | + </field> | ||
| 3164 | + <field> | ||
| 3165 | + <name>ErrorCodes</name> | ||
| 3166 | + <type>String</type> | ||
| 3167 | + <format/> | ||
| 3168 | + </field> | ||
| 3169 | + </fields> | ||
| 3170 | + <custom> | ||
| 3171 | + <header_font_name>arial</header_font_name> | ||
| 3172 | + <header_font_size>10</header_font_size> | ||
| 3173 | + <header_font_bold>N</header_font_bold> | ||
| 3174 | + <header_font_italic>N</header_font_italic> | ||
| 3175 | + <header_font_underline>no</header_font_underline> | ||
| 3176 | + <header_font_orientation>horizontal</header_font_orientation> | ||
| 3177 | + <header_font_color>black</header_font_color> | ||
| 3178 | + <header_background_color>none</header_background_color> | ||
| 3179 | + <header_row_height>255</header_row_height> | ||
| 3180 | + <header_alignment>left</header_alignment> | ||
| 3181 | + <header_image/> | ||
| 3182 | + <row_font_name>arial</row_font_name> | ||
| 3183 | + <row_font_size>10</row_font_size> | ||
| 3184 | + <row_font_color>black</row_font_color> | ||
| 3185 | + <row_background_color>none</row_background_color> | ||
| 3186 | + </custom> | ||
| 3187 | + <cluster_schema/> | ||
| 3188 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 3189 | + <xloc>981</xloc> | ||
| 3190 | + <yloc>585</yloc> | ||
| 3191 | + <draw>Y</draw> | ||
| 3192 | + </GUI> | ||
| 3193 | + </step> | ||
| 3194 | + | ||
| 3195 | + <step> | ||
| 3196 | + <name>获取公司分公司编码</name> | ||
| 3197 | + <type>StreamLookup</type> | ||
| 3198 | + <description/> | ||
| 3199 | + <distribute>Y</distribute> | ||
| 3200 | + <custom_distribution/> | ||
| 3201 | + <copies>1</copies> | ||
| 3202 | + <partitioning> | ||
| 3203 | + <method>none</method> | ||
| 3204 | + <schema_name/> | ||
| 3205 | + </partitioning> | ||
| 3206 | + <from>公司,分公司名称代码数据</from> | ||
| 3207 | + <input_sorted>N</input_sorted> | ||
| 3208 | + <preserve_memory>Y</preserve_memory> | ||
| 3209 | + <sorted_list>N</sorted_list> | ||
| 3210 | + <integer_pair>N</integer_pair> | ||
| 3211 | + <lookup> | ||
| 3212 | + <key> | ||
| 3213 | + <name>allgsmc</name> | ||
| 3214 | + <field>allmc</field> | ||
| 3215 | + </key> | ||
| 3216 | + <value> | ||
| 3217 | + <name>gsdm</name> | ||
| 3218 | + <rename>gsdm</rename> | ||
| 3219 | + <default/> | ||
| 3220 | + <type>None</type> | ||
| 3221 | + </value> | ||
| 3222 | + <value> | ||
| 3223 | + <name>fgsdm</name> | ||
| 3224 | + <rename>fgsdm</rename> | ||
| 3225 | + <default/> | ||
| 3226 | + <type>None</type> | ||
| 3227 | + </value> | ||
| 3228 | + </lookup> | ||
| 3229 | + <cluster_schema/> | ||
| 3230 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 3231 | + <xloc>337</xloc> | ||
| 3232 | + <yloc>312</yloc> | ||
| 3233 | + <draw>Y</draw> | ||
| 3234 | + </GUI> | ||
| 3235 | + </step> | ||
| 3236 | + | ||
| 3237 | + <step> | ||
| 3238 | + <name>获取参数</name> | ||
| 3239 | + <type>GetVariable</type> | ||
| 3240 | + <description/> | ||
| 3241 | + <distribute>Y</distribute> | ||
| 3242 | + <custom_distribution/> | ||
| 3243 | + <copies>1</copies> | ||
| 3244 | + <partitioning> | ||
| 3245 | + <method>none</method> | ||
| 3246 | + <schema_name/> | ||
| 3247 | + </partitioning> | ||
| 3248 | + <fields> | ||
| 3249 | + <field> | ||
| 3250 | + <name>password</name> | ||
| 3251 | + <variable>${password}</variable> | ||
| 3252 | + <type>String</type> | ||
| 3253 | + <format/> | ||
| 3254 | + <currency/> | ||
| 3255 | + <decimal/> | ||
| 3256 | + <group/> | ||
| 3257 | + <length>-1</length> | ||
| 3258 | + <precision>-1</precision> | ||
| 3259 | + <trim_type>none</trim_type> | ||
| 3260 | + </field> | ||
| 3261 | + <field> | ||
| 3262 | + <name>url</name> | ||
| 3263 | + <variable>${url}</variable> | ||
| 3264 | + <type>String</type> | ||
| 3265 | + <format/> | ||
| 3266 | + <currency/> | ||
| 3267 | + <decimal/> | ||
| 3268 | + <group/> | ||
| 3269 | + <length>-1</length> | ||
| 3270 | + <precision>-1</precision> | ||
| 3271 | + <trim_type>none</trim_type> | ||
| 3272 | + </field> | ||
| 3273 | + <field> | ||
| 3274 | + <name>paramClzbh</name> | ||
| 3275 | + <variable>${paramClzbh}</variable> | ||
| 3276 | + <type>String</type> | ||
| 3277 | + <format/> | ||
| 3278 | + <currency/> | ||
| 3279 | + <decimal/> | ||
| 3280 | + <group/> | ||
| 3281 | + <length>-1</length> | ||
| 3282 | + <precision>-1</precision> | ||
| 3283 | + <trim_type>both</trim_type> | ||
| 3284 | + </field> | ||
| 3285 | + <field> | ||
| 3286 | + <name>paramFrom</name> | ||
| 3287 | + <variable>${paramFrom}</variable> | ||
| 3288 | + <type>String</type> | ||
| 3289 | + <format/> | ||
| 3290 | + <currency/> | ||
| 3291 | + <decimal/> | ||
| 3292 | + <group/> | ||
| 3293 | + <length>-1</length> | ||
| 3294 | + <precision>-1</precision> | ||
| 3295 | + <trim_type>both</trim_type> | ||
| 3296 | + </field> | ||
| 3297 | + <field> | ||
| 3298 | + <name>paramTo</name> | ||
| 3299 | + <variable>${paramTo}</variable> | ||
| 3300 | + <type>String</type> | ||
| 3301 | + <format/> | ||
| 3302 | + <currency/> | ||
| 3303 | + <decimal/> | ||
| 3304 | + <group/> | ||
| 3305 | + <length>-1</length> | ||
| 3306 | + <precision>-1</precision> | ||
| 3307 | + <trim_type>both</trim_type> | ||
| 3308 | + </field> | ||
| 3309 | + </fields> | ||
| 3310 | + <cluster_schema/> | ||
| 3311 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 3312 | + <xloc>55</xloc> | ||
| 3313 | + <yloc>27</yloc> | ||
| 3314 | + <draw>Y</draw> | ||
| 3315 | + </GUI> | ||
| 3316 | + </step> | ||
| 3317 | + | ||
| 3318 | + <step> | ||
| 3319 | + <name>设置url和password</name> | ||
| 3320 | + <type>SetValueConstant</type> | ||
| 3321 | + <description/> | ||
| 3322 | + <distribute>N</distribute> | ||
| 3323 | + <custom_distribution/> | ||
| 3324 | + <copies>1</copies> | ||
| 3325 | + <partitioning> | ||
| 3326 | + <method>none</method> | ||
| 3327 | + <schema_name/> | ||
| 3328 | + </partitioning> | ||
| 3329 | + <usevar>N</usevar> | ||
| 3330 | + <fields> | ||
| 3331 | + <field> | ||
| 3332 | + <name>url</name> | ||
| 3333 | + <value>http://192.170.101.132:8075/cars/getAllMeasuredBusData</value> | ||
| 3334 | + <mask/> | ||
| 3335 | + <set_empty_string>N</set_empty_string> | ||
| 3336 | + </field> | ||
| 3337 | + <field> | ||
| 3338 | + <name>password</name> | ||
| 3339 | + <value>13q64164a86001t7</value> | ||
| 3340 | + <mask/> | ||
| 3341 | + <set_empty_string>N</set_empty_string> | ||
| 3342 | + </field> | ||
| 3343 | + </fields> | ||
| 3344 | + <cluster_schema/> | ||
| 3345 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 3346 | + <xloc>57</xloc> | ||
| 3347 | + <yloc>122</yloc> | ||
| 3348 | + <draw>Y</draw> | ||
| 3349 | + </GUI> | ||
| 3350 | + </step> | ||
| 3351 | + | ||
| 3352 | + <step_error_handling> | ||
| 3353 | + <error> | ||
| 3354 | + <source_step>JavaScript解析json生成数据</source_step> | ||
| 3355 | + <target_step/> | ||
| 3356 | + <is_enabled>Y</is_enabled> | ||
| 3357 | + <nr_valuename/> | ||
| 3358 | + <descriptions_valuename/> | ||
| 3359 | + <fields_valuename/> | ||
| 3360 | + <codes_valuename/> | ||
| 3361 | + <max_errors/> | ||
| 3362 | + <max_pct_errors/> | ||
| 3363 | + <min_pct_rows/> | ||
| 3364 | + </error> | ||
| 3365 | + <error> | ||
| 3366 | + <source_step>数据检验</source_step> | ||
| 3367 | + <target_step>数据检验错误输出</target_step> | ||
| 3368 | + <is_enabled>Y</is_enabled> | ||
| 3369 | + <nr_valuename>NrErrors</nr_valuename> | ||
| 3370 | + <descriptions_valuename>ErrorDescription</descriptions_valuename> | ||
| 3371 | + <fields_valuename>ErrorFields</fields_valuename> | ||
| 3372 | + <codes_valuename>ErrorCodes</codes_valuename> | ||
| 3373 | + <max_errors>-1</max_errors> | ||
| 3374 | + <max_pct_errors>-1</max_pct_errors> | ||
| 3375 | + <min_pct_rows>-1</min_pct_rows> | ||
| 3376 | + </error> | ||
| 3377 | + <error> | ||
| 3378 | + <source_step>新增车辆数据输出</source_step> | ||
| 3379 | + <target_step>新增错误数据文件</target_step> | ||
| 3380 | + <is_enabled>Y</is_enabled> | ||
| 3381 | + <nr_valuename>NrErrors</nr_valuename> | ||
| 3382 | + <descriptions_valuename>ErrorDescription</descriptions_valuename> | ||
| 3383 | + <fields_valuename>ErrorFields</fields_valuename> | ||
| 3384 | + <codes_valuename>ErrorCodes</codes_valuename> | ||
| 3385 | + <max_errors>-1</max_errors> | ||
| 3386 | + <max_pct_errors>-1</max_pct_errors> | ||
| 3387 | + <min_pct_rows>-1</min_pct_rows> | ||
| 3388 | + </error> | ||
| 3389 | + <error> | ||
| 3390 | + <source_step>新增车辆设备数据输出</source_step> | ||
| 3391 | + <target_step>添加车辆设备错误数据文件</target_step> | ||
| 3392 | + <is_enabled>Y</is_enabled> | ||
| 3393 | + <nr_valuename>NrErrors</nr_valuename> | ||
| 3394 | + <descriptions_valuename>ErrorDescription</descriptions_valuename> | ||
| 3395 | + <fields_valuename>ErrorFields</fields_valuename> | ||
| 3396 | + <codes_valuename>ErrorCodes</codes_valuename> | ||
| 3397 | + <max_errors>-1</max_errors> | ||
| 3398 | + <max_pct_errors>-1</max_pct_errors> | ||
| 3399 | + <min_pct_rows>-1</min_pct_rows> | ||
| 3400 | + </error> | ||
| 3401 | + <error> | ||
| 3402 | + <source_step>更新车辆数据输出</source_step> | ||
| 3403 | + <target_step>更新错误数据文件</target_step> | ||
| 3404 | + <is_enabled>Y</is_enabled> | ||
| 3405 | + <nr_valuename>NrErrors</nr_valuename> | ||
| 3406 | + <descriptions_valuename>ErrorDescription</descriptions_valuename> | ||
| 3407 | + <fields_valuename>ErrorFields</fields_valuename> | ||
| 3408 | + <codes_valuename>ErrorCodes</codes_valuename> | ||
| 3409 | + <max_errors>-1</max_errors> | ||
| 3410 | + <max_pct_errors>-1</max_pct_errors> | ||
| 3411 | + <min_pct_rows>-1</min_pct_rows> | ||
| 3412 | + </error> | ||
| 3413 | + </step_error_handling> | ||
| 3414 | + <slave-step-copy-partition-distribution> | ||
| 3415 | +</slave-step-copy-partition-distribution> | ||
| 3416 | + <slave_transformation>N</slave_transformation> | ||
| 3417 | + | ||
| 3418 | +</transformation> |