Commit 558a646edba93d6b412bee9f3289e9a261d25601
1 parent
c3209b2f
1、修改vehicleDataSync.ktr,解析json数据时,将application_scrap_type改成apply_scarp_type,具体参看相关javascript步骤
Showing
1 changed file
with
5 additions
and
515 deletions
src/main/resources/datatools/ktrs/vehicleDataSync.ktr
| ... | ... | @@ -128,8 +128,8 @@ |
| 128 | 128 | <note>1、json输入step处理太慢,使用javascript模拟代替
2、待处理数据xls输出中已经包含了远程和本地的对比车辆数据(不需要输出整个车辆基础信息xls),
 如果以后添加更多的更新字段,这个步骤要改的
3、注意:命名参数paramClzbh的默认值不要写,否则在进行时间范围同步的时候永远按照paramClzbh默认值同步了,
 TODO:之后会考虑使用新的命名参数paramType区别不同的同步类型</note> |
| 129 | 129 | <xloc>463</xloc> |
| 130 | 130 | <yloc>36</yloc> |
| 131 | - <width>649</width> | |
| 132 | - <heigth>90</heigth> | |
| 131 | + <width>1246</width> | |
| 132 | + <heigth>130</heigth> | |
| 133 | 133 | <fontname>YaHei Consolas Hybrid</fontname> |
| 134 | 134 | <fontsize>12</fontsize> |
| 135 | 135 | <fontbold>N</fontbold> |
| ... | ... | @@ -147,112 +147,6 @@ |
| 147 | 147 | </notepad> |
| 148 | 148 | </notepads> |
| 149 | 149 | <connection> |
| 150 | - <name>192.168.168.1_jwgl_dw</name> | |
| 151 | - <server>192.168.168.1</server> | |
| 152 | - <type>ORACLE</type> | |
| 153 | - <access>Native</access> | |
| 154 | - <database>orcl</database> | |
| 155 | - <port>1521</port> | |
| 156 | - <username>jwgl_dw</username> | |
| 157 | - <password>Encrypted 2be98afc86aa7f2e4cb13b977d2adabcd</password> | |
| 158 | - <servername/> | |
| 159 | - <data_tablespace/> | |
| 160 | - <index_tablespace/> | |
| 161 | - <attributes> | |
| 162 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | |
| 163 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | |
| 164 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | |
| 165 | - <attribute><code>PORT_NUMBER</code><attribute>1521</attribute></attribute> | |
| 166 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | |
| 167 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | |
| 168 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | |
| 169 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | |
| 170 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | |
| 171 | - </attributes> | |
| 172 | - </connection> | |
| 173 | - <connection> | |
| 174 | - <name>bus_control_variable</name> | |
| 175 | - <server>${v_db_ip}</server> | |
| 176 | - <type>MYSQL</type> | |
| 177 | - <access>Native</access> | |
| 178 | - <database>${v_db_dname}</database> | |
| 179 | - <port>3306</port> | |
| 180 | - <username>${v_db_uname}</username> | |
| 181 | - <password>${v_db_pwd}</password> | |
| 182 | - <servername/> | |
| 183 | - <data_tablespace/> | |
| 184 | - <index_tablespace/> | |
| 185 | - <attributes> | |
| 186 | - <attribute><code>EXTRA_OPTION_MYSQL.characterEncoding</code><attribute>utf8</attribute></attribute> | |
| 187 | - <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | |
| 188 | - <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | |
| 189 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | |
| 190 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | |
| 191 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | |
| 192 | - <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute> | |
| 193 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | |
| 194 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | |
| 195 | - <attribute><code>STREAM_RESULTS</code><attribute>N</attribute></attribute> | |
| 196 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | |
| 197 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | |
| 198 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | |
| 199 | - </attributes> | |
| 200 | - </connection> | |
| 201 | - <connection> | |
| 202 | - <name>bus_control_公司_201</name> | |
| 203 | - <server>localhost</server> | |
| 204 | - <type>MYSQL</type> | |
| 205 | - <access>Native</access> | |
| 206 | - <database>control</database> | |
| 207 | - <port>3306</port> | |
| 208 | - <username>root</username> | |
| 209 | - <password>Encrypted </password> | |
| 210 | - <servername/> | |
| 211 | - <data_tablespace/> | |
| 212 | - <index_tablespace/> | |
| 213 | - <attributes> | |
| 214 | - <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | |
| 215 | - <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | |
| 216 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | |
| 217 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | |
| 218 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | |
| 219 | - <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute> | |
| 220 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | |
| 221 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | |
| 222 | - <attribute><code>STREAM_RESULTS</code><attribute>N</attribute></attribute> | |
| 223 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | |
| 224 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | |
| 225 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | |
| 226 | - </attributes> | |
| 227 | - </connection> | |
| 228 | - <connection> | |
| 229 | - <name>bus_control_本机</name> | |
| 230 | - <server>localhost</server> | |
| 231 | - <type>MYSQL</type> | |
| 232 | - <access>Native</access> | |
| 233 | - <database>control</database> | |
| 234 | - <port>3306</port> | |
| 235 | - <username>root</username> | |
| 236 | - <password>Encrypted </password> | |
| 237 | - <servername/> | |
| 238 | - <data_tablespace/> | |
| 239 | - <index_tablespace/> | |
| 240 | - <attributes> | |
| 241 | - <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | |
| 242 | - <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | |
| 243 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | |
| 244 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | |
| 245 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | |
| 246 | - <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute> | |
| 247 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | |
| 248 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | |
| 249 | - <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | |
| 250 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | |
| 251 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | |
| 252 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | |
| 253 | - </attributes> | |
| 254 | - </connection> | |
| 255 | - <connection> | |
| 256 | 150 | <name>control_jndi</name> |
| 257 | 151 | <server/> |
| 258 | 152 | <type>MYSQL</type> |
| ... | ... | @@ -277,410 +171,6 @@ |
| 277 | 171 | <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> |
| 278 | 172 | </attributes> |
| 279 | 173 | </connection> |
| 280 | - <connection> | |
| 281 | - <name>JGJW_VM</name> | |
| 282 | - <server>192.168.198.240</server> | |
| 283 | - <type>ORACLE</type> | |
| 284 | - <access>Native</access> | |
| 285 | - <database>orcl</database> | |
| 286 | - <port>1521</port> | |
| 287 | - <username>jwgl</username> | |
| 288 | - <password>Encrypted 2be98afc86aa7f2e4cb79ce10d485a8d6</password> | |
| 289 | - <servername/> | |
| 290 | - <data_tablespace/> | |
| 291 | - <index_tablespace/> | |
| 292 | - <attributes> | |
| 293 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | |
| 294 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | |
| 295 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | |
| 296 | - <attribute><code>PORT_NUMBER</code><attribute>1521</attribute></attribute> | |
| 297 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | |
| 298 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | |
| 299 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | |
| 300 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | |
| 301 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | |
| 302 | - </attributes> | |
| 303 | - </connection> | |
| 304 | - <connection> | |
| 305 | - <name>NHJW_VM</name> | |
| 306 | - <server>192.168.198.240</server> | |
| 307 | - <type>ORACLE</type> | |
| 308 | - <access>Native</access> | |
| 309 | - <database>orcl</database> | |
| 310 | - <port>1521</port> | |
| 311 | - <username>nhjw</username> | |
| 312 | - <password>Encrypted 2be98afc86aa7f2e4cb79ce10d09aa5cd</password> | |
| 313 | - <servername/> | |
| 314 | - <data_tablespace/> | |
| 315 | - <index_tablespace/> | |
| 316 | - <attributes> | |
| 317 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | |
| 318 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | |
| 319 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | |
| 320 | - <attribute><code>PORT_NUMBER</code><attribute>1521</attribute></attribute> | |
| 321 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | |
| 322 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | |
| 323 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | |
| 324 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | |
| 325 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | |
| 326 | - </attributes> | |
| 327 | - </connection> | |
| 328 | - <connection> | |
| 329 | - <name>PDGJ_VM</name> | |
| 330 | - <server>192.168.198.240</server> | |
| 331 | - <type>ORACLE</type> | |
| 332 | - <access>Native</access> | |
| 333 | - <database>orcl</database> | |
| 334 | - <port>1521</port> | |
| 335 | - <username>pdgj</username> | |
| 336 | - <password>Encrypted 2be98afc86aa7f2e4cb79ce10ce96a8d0</password> | |
| 337 | - <servername/> | |
| 338 | - <data_tablespace/> | |
| 339 | - <index_tablespace/> | |
| 340 | - <attributes> | |
| 341 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | |
| 342 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | |
| 343 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | |
| 344 | - <attribute><code>PORT_NUMBER</code><attribute>1521</attribute></attribute> | |
| 345 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | |
| 346 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | |
| 347 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | |
| 348 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | |
| 349 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | |
| 350 | - </attributes> | |
| 351 | - </connection> | |
| 352 | - <connection> | |
| 353 | - <name>repair_dw_mysql_jndi</name> | |
| 354 | - <server/> | |
| 355 | - <type>MYSQL</type> | |
| 356 | - <access>JNDI</access> | |
| 357 | - <database>repair_dw_mysql</database> | |
| 358 | - <port>1521</port> | |
| 359 | - <username/> | |
| 360 | - <password>Encrypted </password> | |
| 361 | - <servername/> | |
| 362 | - <data_tablespace/> | |
| 363 | - <index_tablespace/> | |
| 364 | - <attributes> | |
| 365 | - <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | |
| 366 | - <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | |
| 367 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | |
| 368 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | |
| 369 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | |
| 370 | - <attribute><code>PORT_NUMBER</code><attribute>1521</attribute></attribute> | |
| 371 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | |
| 372 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | |
| 373 | - <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | |
| 374 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | |
| 375 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | |
| 376 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | |
| 377 | - </attributes> | |
| 378 | - </connection> | |
| 379 | - <connection> | |
| 380 | - <name>repair_dw(本机)</name> | |
| 381 | - <server>localhost</server> | |
| 382 | - <type>MYSQL</type> | |
| 383 | - <access>Native</access> | |
| 384 | - <database>ruoyi-vue-3.5</database> | |
| 385 | - <port>3306</port> | |
| 386 | - <username>root</username> | |
| 387 | - <password>Encrypted </password> | |
| 388 | - <servername/> | |
| 389 | - <data_tablespace/> | |
| 390 | - <index_tablespace/> | |
| 391 | - <attributes> | |
| 392 | - <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | |
| 393 | - <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | |
| 394 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | |
| 395 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | |
| 396 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | |
| 397 | - <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute> | |
| 398 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | |
| 399 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | |
| 400 | - <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | |
| 401 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | |
| 402 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | |
| 403 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | |
| 404 | - </attributes> | |
| 405 | - </connection> | |
| 406 | - <connection> | |
| 407 | - <name>repair_real_h2</name> | |
| 408 | - <server/> | |
| 409 | - <type>H2</type> | |
| 410 | - <access>JNDI</access> | |
| 411 | - <database>repair_real_h2</database> | |
| 412 | - <port>1521</port> | |
| 413 | - <username/> | |
| 414 | - <password>Encrypted </password> | |
| 415 | - <servername/> | |
| 416 | - <data_tablespace/> | |
| 417 | - <index_tablespace/> | |
| 418 | - <attributes> | |
| 419 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | |
| 420 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | |
| 421 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | |
| 422 | - <attribute><code>PORT_NUMBER</code><attribute>1521</attribute></attribute> | |
| 423 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | |
| 424 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | |
| 425 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | |
| 426 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | |
| 427 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | |
| 428 | - </attributes> | |
| 429 | - </connection> | |
| 430 | - <connection> | |
| 431 | - <name>SNJW_VM</name> | |
| 432 | - <server>192.168.198.240</server> | |
| 433 | - <type>ORACLE</type> | |
| 434 | - <access>Native</access> | |
| 435 | - <database>orcl</database> | |
| 436 | - <port>1521</port> | |
| 437 | - <username>snjw</username> | |
| 438 | - <password>Encrypted 2be98afc86aa7f2e4cb79ce10cd9ca5cd</password> | |
| 439 | - <servername/> | |
| 440 | - <data_tablespace/> | |
| 441 | - <index_tablespace/> | |
| 442 | - <attributes> | |
| 443 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | |
| 444 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | |
| 445 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | |
| 446 | - <attribute><code>PORT_NUMBER</code><attribute>1521</attribute></attribute> | |
| 447 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | |
| 448 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | |
| 449 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | |
| 450 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | |
| 451 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | |
| 452 | - </attributes> | |
| 453 | - </connection> | |
| 454 | - <connection> | |
| 455 | - <name>test_control_local</name> | |
| 456 | - <server>localhost</server> | |
| 457 | - <type>MYSQL</type> | |
| 458 | - <access>Native</access> | |
| 459 | - <database>test_control</database> | |
| 460 | - <port>3306</port> | |
| 461 | - <username>root</username> | |
| 462 | - <password>Encrypted </password> | |
| 463 | - <servername/> | |
| 464 | - <data_tablespace/> | |
| 465 | - <index_tablespace/> | |
| 466 | - <attributes> | |
| 467 | - <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | |
| 468 | - <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | |
| 469 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | |
| 470 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | |
| 471 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | |
| 472 | - <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute> | |
| 473 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | |
| 474 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | |
| 475 | - <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | |
| 476 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | |
| 477 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | |
| 478 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | |
| 479 | - </attributes> | |
| 480 | - </connection> | |
| 481 | - <connection> | |
| 482 | - <name>test_control(本机)</name> | |
| 483 | - <server>127.0.0.1</server> | |
| 484 | - <type>MYSQL</type> | |
| 485 | - <access>Native</access> | |
| 486 | - <database>test_control</database> | |
| 487 | - <port>3306</port> | |
| 488 | - <username>root</username> | |
| 489 | - <password>Encrypted </password> | |
| 490 | - <servername/> | |
| 491 | - <data_tablespace/> | |
| 492 | - <index_tablespace/> | |
| 493 | - <attributes> | |
| 494 | - <attribute><code>EXTRA_OPTION_MYSQL.characterEncoding</code><attribute>utf8</attribute></attribute> | |
| 495 | - <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | |
| 496 | - <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | |
| 497 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | |
| 498 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | |
| 499 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | |
| 500 | - <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute> | |
| 501 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | |
| 502 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | |
| 503 | - <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | |
| 504 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | |
| 505 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | |
| 506 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | |
| 507 | - </attributes> | |
| 508 | - </connection> | |
| 509 | - <connection> | |
| 510 | - <name>xlab_mysql_youle</name> | |
| 511 | - <server>101.231.124.8</server> | |
| 512 | - <type>MYSQL</type> | |
| 513 | - <access>Native</access> | |
| 514 | - <database>xlab_youle</database> | |
| 515 | - <port>45687</port> | |
| 516 | - <username>xlab-youle</username> | |
| 517 | - <password>Encrypted 2be98afc86aa78a88aa1be369d187a3df</password> | |
| 518 | - <servername/> | |
| 519 | - <data_tablespace/> | |
| 520 | - <index_tablespace/> | |
| 521 | - <attributes> | |
| 522 | - <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | |
| 523 | - <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | |
| 524 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | |
| 525 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | |
| 526 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | |
| 527 | - <attribute><code>PORT_NUMBER</code><attribute>45687</attribute></attribute> | |
| 528 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | |
| 529 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | |
| 530 | - <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | |
| 531 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>N</attribute></attribute> | |
| 532 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>N</attribute></attribute> | |
| 533 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | |
| 534 | - </attributes> | |
| 535 | - </connection> | |
| 536 | - <connection> | |
| 537 | - <name>xlab_mysql_youle(本机)</name> | |
| 538 | - <server>localhost</server> | |
| 539 | - <type>MYSQL</type> | |
| 540 | - <access>Native</access> | |
| 541 | - <database>xlab_youle</database> | |
| 542 | - <port>3306</port> | |
| 543 | - <username>root</username> | |
| 544 | - <password>Encrypted </password> | |
| 545 | - <servername/> | |
| 546 | - <data_tablespace/> | |
| 547 | - <index_tablespace/> | |
| 548 | - <attributes> | |
| 549 | - <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | |
| 550 | - <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | |
| 551 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | |
| 552 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | |
| 553 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | |
| 554 | - <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute> | |
| 555 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | |
| 556 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | |
| 557 | - <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | |
| 558 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>N</attribute></attribute> | |
| 559 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>N</attribute></attribute> | |
| 560 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | |
| 561 | - </attributes> | |
| 562 | - </connection> | |
| 563 | - <connection> | |
| 564 | - <name>xlab_youle</name> | |
| 565 | - <server/> | |
| 566 | - <type>MYSQL</type> | |
| 567 | - <access>JNDI</access> | |
| 568 | - <database>xlab_youle</database> | |
| 569 | - <port>1521</port> | |
| 570 | - <username/> | |
| 571 | - <password>Encrypted </password> | |
| 572 | - <servername/> | |
| 573 | - <data_tablespace/> | |
| 574 | - <index_tablespace/> | |
| 575 | - <attributes> | |
| 576 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | |
| 577 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | |
| 578 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | |
| 579 | - <attribute><code>PORT_NUMBER</code><attribute>1521</attribute></attribute> | |
| 580 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | |
| 581 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | |
| 582 | - <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | |
| 583 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | |
| 584 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | |
| 585 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | |
| 586 | - </attributes> | |
| 587 | - </connection> | |
| 588 | - <connection> | |
| 589 | - <name>YGJW_VM</name> | |
| 590 | - <server>192.168.198.240</server> | |
| 591 | - <type>ORACLE</type> | |
| 592 | - <access>Native</access> | |
| 593 | - <database>orcl</database> | |
| 594 | - <port>1521</port> | |
| 595 | - <username>ygjw</username> | |
| 596 | - <password>Encrypted 2be98afc86aa7f2e4cb79ce10c795a5cd</password> | |
| 597 | - <servername/> | |
| 598 | - <data_tablespace/> | |
| 599 | - <index_tablespace/> | |
| 600 | - <attributes> | |
| 601 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | |
| 602 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | |
| 603 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | |
| 604 | - <attribute><code>PORT_NUMBER</code><attribute>1521</attribute></attribute> | |
| 605 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | |
| 606 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | |
| 607 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | |
| 608 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | |
| 609 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | |
| 610 | - </attributes> | |
| 611 | - </connection> | |
| 612 | - <connection> | |
| 613 | - <name>公司jgjw</name> | |
| 614 | - <server>192.168.168.1</server> | |
| 615 | - <type>ORACLE</type> | |
| 616 | - <access>Native</access> | |
| 617 | - <database>orcl</database> | |
| 618 | - <port>1521</port> | |
| 619 | - <username>jwgl</username> | |
| 620 | - <password>Encrypted 2be98afc86aa7f2e4cb79ce10d485a8d6</password> | |
| 621 | - <servername/> | |
| 622 | - <data_tablespace/> | |
| 623 | - <index_tablespace/> | |
| 624 | - <attributes> | |
| 625 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | |
| 626 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | |
| 627 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | |
| 628 | - <attribute><code>PORT_NUMBER</code><attribute>1521</attribute></attribute> | |
| 629 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | |
| 630 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | |
| 631 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | |
| 632 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | |
| 633 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | |
| 634 | - </attributes> | |
| 635 | - </connection> | |
| 636 | - <connection> | |
| 637 | - <name>公司snjw</name> | |
| 638 | - <server>192.168.168.1</server> | |
| 639 | - <type>ORACLE</type> | |
| 640 | - <access>Native</access> | |
| 641 | - <database>orcl</database> | |
| 642 | - <port>1521</port> | |
| 643 | - <username>snjw</username> | |
| 644 | - <password>Encrypted 2be98afc86aa7f2e4cb79ce10cd9ca5cd</password> | |
| 645 | - <servername/> | |
| 646 | - <data_tablespace/> | |
| 647 | - <index_tablespace/> | |
| 648 | - <attributes> | |
| 649 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | |
| 650 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | |
| 651 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | |
| 652 | - <attribute><code>PORT_NUMBER</code><attribute>1521</attribute></attribute> | |
| 653 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | |
| 654 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | |
| 655 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | |
| 656 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | |
| 657 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | |
| 658 | - </attributes> | |
| 659 | - </connection> | |
| 660 | - <connection> | |
| 661 | - <name>公司ygjw</name> | |
| 662 | - <server>192.168.168.1</server> | |
| 663 | - <type>ORACLE</type> | |
| 664 | - <access>Native</access> | |
| 665 | - <database>orcl</database> | |
| 666 | - <port>1521</port> | |
| 667 | - <username>ygjw</username> | |
| 668 | - <password>Encrypted 2be98afc86aa7f2e4cb79ce10c795a5cd</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>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | |
| 680 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | |
| 681 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | |
| 682 | - </attributes> | |
| 683 | - </connection> | |
| 684 | 174 | <order> |
| 685 | 175 | <hop> <from>http接口调用</from><to>JavaScript解析json生成数据</to><enabled>Y</enabled> </hop> |
| 686 | 176 | <hop> <from>获取参数</from><to>http接口调用</to><enabled>Y</enabled> </hop> |
| ... | ... | @@ -728,7 +218,7 @@ |
| 728 | 218 | <optimizationLevel>9</optimizationLevel> |
| 729 | 219 | <jsScripts> <jsScript> <jsScript_type>0</jsScript_type> |
| 730 | 220 | <jsScript_name>Script 1</jsScript_name> |
| 731 | - <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].car_state || null; // 车辆状态
 newRow[rowIndex ++] = jsonlist[i].cancel_date || 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;</jsScript_script> | |
| 221 | + <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; // 报废日期
 
 // 处理行数据
 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;</jsScript_script> | |
| 732 | 222 | </jsScript> </jsScripts> <fields> <field> <name>gsmc</name> |
| 733 | 223 | <rename>gsmc</rename> |
| 734 | 224 | <type>String</type> |
| ... | ... | @@ -1102,7 +592,7 @@ |
| 1102 | 592 | <length>-2</length> |
| 1103 | 593 | <precision>-2</precision> |
| 1104 | 594 | </field> <field> <name>scrapType</name> |
| 1105 | - <rename>远程_application_scrap_type</rename> | |
| 595 | + <rename>远程_apply_scrap_type</rename> | |
| 1106 | 596 | <length>-2</length> |
| 1107 | 597 | <precision>-2</precision> |
| 1108 | 598 | </field> <field> <name>carState</name> |
| ... | ... | @@ -1253,7 +743,7 @@ |
| 1253 | 743 | <format/> |
| 1254 | 744 | </field> |
| 1255 | 745 | <field> |
| 1256 | - <name>远程_application_scrap_type</name> | |
| 746 | + <name>远程_apply_scrap_type</name> | |
| 1257 | 747 | <type>String</type> |
| 1258 | 748 | <format/> |
| 1259 | 749 | </field> | ... | ... |