Commit e870d02836f5ead4f6d94ca4e2bce44065a7176a

Authored by 徐烜
1 parent 8ab42a07

Update

src/main/java/com/bsth/entity/schedule/SchedulePlan.java
... ... @@ -41,6 +41,13 @@ public class SchedulePlan extends BEntity {
41 41 /** 使用的时刻表id列表(用逗号连接) */
42 42 private String ttInfoIds;
43 43  
  44 + /** 是否 排班计划优先 */
  45 + private Boolean isHistoryPlanFirst;
  46 +
  47 + /** 每次排班的结果数据(错误,正确提示都在这里) */
  48 + @Column(length = 2000)
  49 + private String planResult;
  50 +
44 51 @JsonIgnore
45 52 /** 使用中间表的一对多关联 明细信息 */
46 53 @OneToMany(mappedBy = "schedulePlan", cascade = CascadeType.ALL, fetch = FetchType.LAZY)
... ... @@ -101,4 +108,20 @@ public class SchedulePlan extends BEntity {
101 108 public void setTtInfoIds(String ttInfoIds) {
102 109 this.ttInfoIds = ttInfoIds;
103 110 }
  111 +
  112 + public Boolean getIsHistoryPlanFirst() {
  113 + return isHistoryPlanFirst;
  114 + }
  115 +
  116 + public void setIsHistoryPlanFirst(Boolean isHistoryPlanFirst) {
  117 + this.isHistoryPlanFirst = isHistoryPlanFirst;
  118 + }
  119 +
  120 + public String getPlanResult() {
  121 + return planResult;
  122 + }
  123 +
  124 + public void setPlanResult(String planResult) {
  125 + this.planResult = planResult;
  126 + }
104 127 }
... ...
src/main/java/com/bsth/service/schedule/rules/ttinfo/MinRuleQyrqFunction.java
... ... @@ -21,6 +21,7 @@ public class MinRuleQyrqFunction implements AccumulateFunction {
21 21  
22 22 protected static class MinRuleQyrqData implements Externalizable {
23 23 public DateTime min;
  24 + public DateTime maxMin = new DateTime(2014,1,1,0,0); // 最大的最小值,比它小的不计算
24 25  
25 26 public MinRuleQyrqData() {}
26 27  
... ... @@ -42,7 +43,7 @@ public class MinRuleQyrqFunction implements AccumulateFunction {
42 43  
43 44 @Override
44 45 public void init(Serializable context) throws Exception {
45   - // TODO:
  46 + MinRuleQyrqData minRuleQyrqData = (MinRuleQyrqData) context;
46 47 }
47 48  
48 49 @Override
... ... @@ -50,11 +51,14 @@ public class MinRuleQyrqFunction implements AccumulateFunction {
50 51 MinRuleQyrqData minRuleQyrqData = (MinRuleQyrqData) context;
51 52 ScheduleRule_input scheduleRule_input = (ScheduleRule_input) value;
52 53  
53   - if (minRuleQyrqData.min == null) {
54   - minRuleQyrqData.min = scheduleRule_input.getQyrq();
55   - } else if (scheduleRule_input.getQyrq().isBefore(minRuleQyrqData.min)) {
56   - minRuleQyrqData.min = scheduleRule_input.getQyrq();
  54 + if (scheduleRule_input.getQyrq().isAfter(minRuleQyrqData.maxMin)) {
  55 + if (minRuleQyrqData.min == null) {
  56 + minRuleQyrqData.min = scheduleRule_input.getQyrq();
  57 + } else if (scheduleRule_input.getQyrq().isBefore(minRuleQyrqData.min)) {
  58 + minRuleQyrqData.min = scheduleRule_input.getQyrq();
  59 + }
57 60 }
  61 +
58 62 }
59 63  
60 64 @Override
... ...
src/main/resources/datatools/ktrs/carsDataInput.ktr
... ... @@ -433,12 +433,6 @@
433 433 <schema/>
434 434 <table>bsth_c_cars</table>
435 435 <key>
436   - <name>&#x6240;&#x5c5e;&#x516c;&#x53f8;&#x4ee3;&#x7801;</name>
437   - <field>business_code</field>
438   - <condition>&#x3d;</condition>
439   - <name2/>
440   - </key>
441   - <key>
442 436 <name>&#x5185;&#x90e8;&#x7f16;&#x7801;</name>
443 437 <field>inside_code</field>
444 438 <condition>&#x3d;</condition>
... ...
src/main/resources/datatools/ktrs/employeesDataInput.ktr
... ... @@ -254,6 +254,36 @@
254 254 <hop> <from>JavaScript&#x4ee3;&#x7801;</from><to>&#x63d2;&#x5165;&#x2f;&#x66f4;&#x65b0;bsth_c_personnel</to><enabled>Y</enabled> </hop>
255 255 </order>
256 256 <step>
  257 + <name>JavaScript&#x4ee3;&#x7801;</name>
  258 + <type>ScriptValueMod</type>
  259 + <description/>
  260 + <distribute>Y</distribute>
  261 + <custom_distribution/>
  262 + <copies>1</copies>
  263 + <partitioning>
  264 + <method>none</method>
  265 + <schema_name/>
  266 + </partitioning>
  267 + <compatible>N</compatible>
  268 + <optimizationLevel>9</optimizationLevel>
  269 + <jsScripts> <jsScript> <jsScript_type>0</jsScript_type>
  270 + <jsScript_name>Script 1</jsScript_name>
  271 + <jsScript_script>&#x2f;&#x2f;Script here&#xa;&#xa;var gh_calcu &#x3d; &#x6240;&#x5c5e;&#x516c;&#x53f8;&#x4ee3;&#x7801; &#x2b; &#x22;-&#x22; &#x2b; &#x5de5;&#x53f7;&#x3b;</jsScript_script>
  272 + </jsScript> </jsScripts> <fields> <field> <name>gh_calcu</name>
  273 + <rename>gh_calcu</rename>
  274 + <type>String</type>
  275 + <length>-1</length>
  276 + <precision>-1</precision>
  277 + <replace>N</replace>
  278 + </field> </fields> <cluster_schema/>
  279 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  280 + <xloc>362</xloc>
  281 + <yloc>190</yloc>
  282 + <draw>Y</draw>
  283 + </GUI>
  284 + </step>
  285 +
  286 + <step>
257 287 <name>&#x539f;&#x59cb;&#x7cfb;&#x7edf;&#x5bfc;&#x51fa;&#x7684;Excel&#x8f93;&#x5165;</name>
258 288 <type>ExcelInput</type>
259 289 <description/>
... ... @@ -411,12 +441,6 @@
411 441 <schema/>
412 442 <table>bsth_c_personnel</table>
413 443 <key>
414   - <name>&#x6240;&#x5c5e;&#x516c;&#x53f8;&#x4ee3;&#x7801;</name>
415   - <field>company_code</field>
416   - <condition>&#x3d;</condition>
417   - <name2/>
418   - </key>
419   - <key>
420 444 <name>gh_calcu</name>
421 445 <field>job_code</field>
422 446 <condition>&#x3d;</condition>
... ... @@ -462,6 +486,92 @@
462 486 </step>
463 487  
464 488 <step>
  489 + <name>&#x83b7;&#x53d6;&#x53d8;&#x91cf;</name>
  490 + <type>GetVariable</type>
  491 + <description/>
  492 + <distribute>Y</distribute>
  493 + <custom_distribution/>
  494 + <copies>1</copies>
  495 + <partitioning>
  496 + <method>none</method>
  497 + <schema_name/>
  498 + </partitioning>
  499 + <fields>
  500 + <field>
  501 + <name>filepath_</name>
  502 + <variable>&#x24;&#x7b;filepath&#x7d;</variable>
  503 + <type>String</type>
  504 + <format/>
  505 + <currency/>
  506 + <decimal/>
  507 + <group/>
  508 + <length>-1</length>
  509 + <precision>-1</precision>
  510 + <trim_type>none</trim_type>
  511 + </field>
  512 + <field>
  513 + <name>erroroutputdir_</name>
  514 + <variable>&#x24;&#x7b;erroroutputdir&#x7d;</variable>
  515 + <type>String</type>
  516 + <format/>
  517 + <currency/>
  518 + <decimal/>
  519 + <group/>
  520 + <length>-1</length>
  521 + <precision>-1</precision>
  522 + <trim_type>none</trim_type>
  523 + </field>
  524 + </fields>
  525 + <cluster_schema/>
  526 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  527 + <xloc>90</xloc>
  528 + <yloc>148</yloc>
  529 + <draw>Y</draw>
  530 + </GUI>
  531 + </step>
  532 +
  533 + <step>
  534 + <name>&#x8fc7;&#x6ee4;&#x8bb0;&#x5f55;</name>
  535 + <type>FilterRows</type>
  536 + <description/>
  537 + <distribute>Y</distribute>
  538 + <custom_distribution/>
  539 + <copies>1</copies>
  540 + <partitioning>
  541 + <method>none</method>
  542 + <schema_name/>
  543 + </partitioning>
  544 +<send_true_to/>
  545 +<send_false_to/>
  546 + <compare>
  547 +<condition>
  548 + <negated>N</negated>
  549 + <conditions>
  550 + <condition>
  551 + <negated>N</negated>
  552 + <leftvalue>&#x5de5;&#x53f7;</leftvalue>
  553 + <function>IS NOT NULL</function>
  554 + <rightvalue/>
  555 + </condition>
  556 + <condition>
  557 + <negated>N</negated>
  558 + <operator>AND</operator>
  559 + <leftvalue>&#x6240;&#x5c5e;&#x516c;&#x53f8;&#x4ee3;&#x7801;</leftvalue>
  560 + <function>IS NOT NULL</function>
  561 + <rightvalue/>
  562 + </condition>
  563 + </conditions>
  564 + </condition>
  565 + </compare>
  566 + <cluster_schema/>
  567 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  568 + <xloc>358</xloc>
  569 + <yloc>57</yloc>
  570 + <draw>Y</draw>
  571 + </GUI>
  572 + </step>
  573 +
  574 + <step>
465 575 <name>&#x9519;&#x8bef;&#x8f93;&#x51fa;</name>
466 576 <type>ExcelOutput</type>
467 577 <description/>
... ... @@ -583,122 +693,6 @@
583 693 </GUI>
584 694 </step>
585 695  
586   - <step>
587   - <name>&#x83b7;&#x53d6;&#x53d8;&#x91cf;</name>
588   - <type>GetVariable</type>
589   - <description/>
590   - <distribute>Y</distribute>
591   - <custom_distribution/>
592   - <copies>1</copies>
593   - <partitioning>
594   - <method>none</method>
595   - <schema_name/>
596   - </partitioning>
597   - <fields>
598   - <field>
599   - <name>filepath_</name>
600   - <variable>&#x24;&#x7b;filepath&#x7d;</variable>
601   - <type>String</type>
602   - <format/>
603   - <currency/>
604   - <decimal/>
605   - <group/>
606   - <length>-1</length>
607   - <precision>-1</precision>
608   - <trim_type>none</trim_type>
609   - </field>
610   - <field>
611   - <name>erroroutputdir_</name>
612   - <variable>&#x24;&#x7b;erroroutputdir&#x7d;</variable>
613   - <type>String</type>
614   - <format/>
615   - <currency/>
616   - <decimal/>
617   - <group/>
618   - <length>-1</length>
619   - <precision>-1</precision>
620   - <trim_type>none</trim_type>
621   - </field>
622   - </fields>
623   - <cluster_schema/>
624   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
625   - <xloc>90</xloc>
626   - <yloc>148</yloc>
627   - <draw>Y</draw>
628   - </GUI>
629   - </step>
630   -
631   - <step>
632   - <name>&#x8fc7;&#x6ee4;&#x8bb0;&#x5f55;</name>
633   - <type>FilterRows</type>
634   - <description/>
635   - <distribute>Y</distribute>
636   - <custom_distribution/>
637   - <copies>1</copies>
638   - <partitioning>
639   - <method>none</method>
640   - <schema_name/>
641   - </partitioning>
642   -<send_true_to/>
643   -<send_false_to/>
644   - <compare>
645   -<condition>
646   - <negated>N</negated>
647   - <conditions>
648   - <condition>
649   - <negated>N</negated>
650   - <leftvalue>&#x5de5;&#x53f7;</leftvalue>
651   - <function>IS NOT NULL</function>
652   - <rightvalue/>
653   - </condition>
654   - <condition>
655   - <negated>N</negated>
656   - <operator>AND</operator>
657   - <leftvalue>&#x6240;&#x5c5e;&#x516c;&#x53f8;&#x4ee3;&#x7801;</leftvalue>
658   - <function>IS NOT NULL</function>
659   - <rightvalue/>
660   - </condition>
661   - </conditions>
662   - </condition>
663   - </compare>
664   - <cluster_schema/>
665   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
666   - <xloc>358</xloc>
667   - <yloc>57</yloc>
668   - <draw>Y</draw>
669   - </GUI>
670   - </step>
671   -
672   - <step>
673   - <name>JavaScript&#x4ee3;&#x7801;</name>
674   - <type>ScriptValueMod</type>
675   - <description/>
676   - <distribute>Y</distribute>
677   - <custom_distribution/>
678   - <copies>1</copies>
679   - <partitioning>
680   - <method>none</method>
681   - <schema_name/>
682   - </partitioning>
683   - <compatible>N</compatible>
684   - <optimizationLevel>9</optimizationLevel>
685   - <jsScripts> <jsScript> <jsScript_type>0</jsScript_type>
686   - <jsScript_name>Script 1</jsScript_name>
687   - <jsScript_script>&#x2f;&#x2f;Script here&#xa;&#xa;var gh_calcu &#x3d; &#x6240;&#x5c5e;&#x516c;&#x53f8;&#x4ee3;&#x7801; &#x2b; &#x22;-&#x22; &#x2b; &#x5de5;&#x53f7;&#x3b;</jsScript_script>
688   - </jsScript> </jsScripts> <fields> <field> <name>gh_calcu</name>
689   - <rename>gh_calcu</rename>
690   - <type>String</type>
691   - <length>-1</length>
692   - <precision>-1</precision>
693   - <replace>N</replace>
694   - </field> </fields> <cluster_schema/>
695   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
696   - <xloc>362</xloc>
697   - <yloc>190</yloc>
698   - <draw>Y</draw>
699   - </GUI>
700   - </step>
701   -
702 696 <step_error_handling>
703 697 <error>
704 698 <source_step>&#x63d2;&#x5165;&#x2f;&#x66f4;&#x65b0;bsth_c_personnel</source_step>
... ...
src/main/resources/datatools/ktrs/scheduleRuleDataInput.ktr
1   -<?xml version="1.0" encoding="UTF-8"?>
2   -<transformation>
3   - <info>
4   - <name>&#x6392;&#x73ed;&#x89c4;&#x5219;&#x4fe1;&#x606f;&#x5bfc;&#x5165;</name>
5   - <description/>
6   - <extended_description/>
7   - <trans_version/>
8   - <trans_type>Normal</trans_type>
9   - <trans_status>0</trans_status>
10   - <directory>&#x2f;</directory>
11   - <parameters>
12   - <parameter>
13   - <name>erroroutputdir</name>
14   - <default_value>&#x2f;Users&#x2f;xu&#x2f;resource&#x2f;project_code&#x2f;bsth_project&#x2f;bsth_control_etl&#x2f;&#x5bfc;&#x5165;&#x5bfc;&#x51fa;1</default_value>
15   - <description>ktr step&#x914d;&#x7f6e;&#x7684;&#x9519;&#x8bef;&#x8f93;&#x51fa;&#x76ee;&#x5f55;</description>
16   - </parameter>
17   - <parameter>
18   - <name>filepath</name>
19   - <default_value>&#x2f;Users&#x2f;xu&#x2f;resource&#x2f;project_code&#x2f;bsth_project&#x2f;bsth_control_etl&#x2f;&#x5bfc;&#x5165;&#x5bfc;&#x51fa;1&#x2f;&#x6392;&#x7248;&#x89c4;&#x5219;&#x4fe1;&#x606f;.xls</default_value>
20   - <description>&#x5f85;&#x5904;&#x7406;&#x5bfc;&#x5165;&#x7684;excel&#x6587;&#x4ef6;</description>
21   - </parameter>
22   - </parameters>
23   - <log>
24   -<trans-log-table><connection/>
25   -<schema/>
26   -<table/>
27   -<size_limit_lines/>
28   -<interval/>
29   -<timeout_days/>
30   -<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>
31   -<perf-log-table><connection/>
32   -<schema/>
33   -<table/>
34   -<interval/>
35   -<timeout_days/>
36   -<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>
37   -<channel-log-table><connection/>
38   -<schema/>
39   -<table/>
40   -<timeout_days/>
41   -<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>
42   -<step-log-table><connection/>
43   -<schema/>
44   -<table/>
45   -<timeout_days/>
46   -<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>
47   -<metrics-log-table><connection/>
48   -<schema/>
49   -<table/>
50   -<timeout_days/>
51   -<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>
52   - </log>
53   - <maxdate>
54   - <connection/>
55   - <table/>
56   - <field/>
57   - <offset>0.0</offset>
58   - <maxdiff>0.0</maxdiff>
59   - </maxdate>
60   - <size_rowset>10000</size_rowset>
61   - <sleep_time_empty>50</sleep_time_empty>
62   - <sleep_time_full>50</sleep_time_full>
63   - <unique_connections>N</unique_connections>
64   - <feedback_shown>Y</feedback_shown>
65   - <feedback_size>50000</feedback_size>
66   - <using_thread_priorities>Y</using_thread_priorities>
67   - <shared_objects_file/>
68   - <capture_step_performance>N</capture_step_performance>
69   - <step_performance_capturing_delay>1000</step_performance_capturing_delay>
70   - <step_performance_capturing_size_limit>100</step_performance_capturing_size_limit>
71   - <dependencies>
72   - </dependencies>
73   - <partitionschemas>
74   - </partitionschemas>
75   - <slaveservers>
76   - </slaveservers>
77   - <clusterschemas>
78   - </clusterschemas>
79   - <created_user>-</created_user>
80   - <created_date>2017&#x2f;01&#x2f;09 10&#x3a;10&#x3a;36.915</created_date>
81   - <modified_user>-</modified_user>
82   - <modified_date>2017&#x2f;01&#x2f;09 10&#x3a;10&#x3a;36.915</modified_date>
83   - <key_for_session_key>H4sIAAAAAAAAAAMAAAAAAAAAAAA&#x3d;</key_for_session_key>
84   - <is_key_private>N</is_key_private>
85   - </info>
86   - <notepads>
87   - <notepad>
88   - <note>&#x8fd9;&#x91cc;&#x6709;&#x4e9b;&#x95ee;&#x9898;&#xa;&#x5728;window2012&#x7684;&#x73af;&#x5883;&#x4e0b;&#xff0c;&#xa;MySql&#x6570;&#x636e;&#x5e93;&#x67e5;&#x8be2;&#x4e2d;&#x5982;&#x679c;&#x8fd4;&#x56de;&#x4e2d;&#x6587;&#x5185;&#x5bb9;&#x7684;&#x5b57;&#x6bb5;&#xff0c;&#x8fd9;&#x4e2a;&#x5185;&#x5bb9;&#x4e71;&#x7801;&#xa;&#x89e3;&#x51b3;&#x529e;&#x6cd5;&#xff0c;&#x5c31;&#x662f;&#x6570;&#x636e;&#x5e93;&#x67e5;&#x8be2;&#x5168;&#x90e8;&#x7f13;&#x5b58;&#xff0c;&#x5c31;&#x4e0d;&#x4e71;&#x7801;&#xa;linux&#x73af;&#x5883;&#x4e0b;&#x6ca1;&#x95ee;&#x9898;</note>
89   - <xloc>41</xloc>
90   - <yloc>315</yloc>
91   - <width>333</width>
92   - <heigth>90</heigth>
93   - <fontname>YaHei Consolas Hybrid</fontname>
94   - <fontsize>12</fontsize>
95   - <fontbold>N</fontbold>
96   - <fontitalic>N</fontitalic>
97   - <fontcolorred>0</fontcolorred>
98   - <fontcolorgreen>0</fontcolorgreen>
99   - <fontcolorblue>0</fontcolorblue>
100   - <backgroundcolorred>255</backgroundcolorred>
101   - <backgroundcolorgreen>205</backgroundcolorgreen>
102   - <backgroundcolorblue>112</backgroundcolorblue>
103   - <bordercolorred>100</bordercolorred>
104   - <bordercolorgreen>100</bordercolorgreen>
105   - <bordercolorblue>100</bordercolorblue>
106   - <drawshadow>Y</drawshadow>
107   - </notepad>
108   - </notepads>
109   - <connection>
110   - <name>bus_control_variable</name>
111   - <server>&#x24;&#x7b;v_db_ip&#x7d;</server>
112   - <type>MYSQL</type>
113   - <access>Native</access>
114   - <database>&#x24;&#x7b;v_db_dname&#x7d;</database>
115   - <port>3306</port>
116   - <username>&#x24;&#x7b;v_db_uname&#x7d;</username>
117   - <password>&#x24;&#x7b;v_db_pwd&#x7d;</password>
118   - <servername/>
119   - <data_tablespace/>
120   - <index_tablespace/>
121   - <attributes>
122   - <attribute><code>EXTRA_OPTION_MYSQL.characterEncoding</code><attribute>utf8</attribute></attribute>
123   - <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute>
124   - <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute>
125   - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute>
126   - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute>
127   - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute>
128   - <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute>
129   - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute>
130   - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute>
131   - <attribute><code>STREAM_RESULTS</code><attribute>N</attribute></attribute>
132   - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute>
133   - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute>
134   - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute>
135   - </attributes>
136   - </connection>
137   - <connection>
138   - <name>bus_control_&#x516c;&#x53f8;_201</name>
139   - <server>localhost</server>
140   - <type>MYSQL</type>
141   - <access>Native</access>
142   - <database>control</database>
143   - <port>3306</port>
144   - <username>root</username>
145   - <password>Encrypted </password>
146   - <servername/>
147   - <data_tablespace/>
148   - <index_tablespace/>
149   - <attributes>
150   - <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute>
151   - <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute>
152   - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute>
153   - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute>
154   - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute>
155   - <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute>
156   - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute>
157   - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute>
158   - <attribute><code>STREAM_RESULTS</code><attribute>N</attribute></attribute>
159   - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute>
160   - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute>
161   - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute>
162   - </attributes>
163   - </connection>
164   - <connection>
165   - <name>bus_control_&#x672c;&#x673a;</name>
166   - <server>localhost</server>
167   - <type>MYSQL</type>
168   - <access>Native</access>
169   - <database>control</database>
170   - <port>3306</port>
171   - <username>root</username>
172   - <password>Encrypted </password>
173   - <servername/>
174   - <data_tablespace/>
175   - <index_tablespace/>
176   - <attributes>
177   - <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute>
178   - <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute>
179   - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute>
180   - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute>
181   - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute>
182   - <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute>
183   - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute>
184   - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute>
185   - <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute>
186   - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute>
187   - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute>
188   - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute>
189   - </attributes>
190   - </connection>
191   - <connection>
192   - <name>xlab_mysql_youle</name>
193   - <server>101.231.124.8</server>
194   - <type>MYSQL</type>
195   - <access>Native</access>
196   - <database>xlab_youle</database>
197   - <port>45687</port>
198   - <username>xlab-youle</username>
199   - <password>Encrypted 2be98afc86aa78a88aa1be369d187a3df</password>
200   - <servername/>
201   - <data_tablespace/>
202   - <index_tablespace/>
203   - <attributes>
204   - <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute>
205   - <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute>
206   - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute>
207   - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute>
208   - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute>
209   - <attribute><code>PORT_NUMBER</code><attribute>45687</attribute></attribute>
210   - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute>
211   - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute>
212   - <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute>
213   - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>N</attribute></attribute>
214   - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>N</attribute></attribute>
215   - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute>
216   - </attributes>
217   - </connection>
218   - <connection>
219   - <name>xlab_mysql_youle&#xff08;&#x672c;&#x673a;&#xff09;</name>
220   - <server>localhost</server>
221   - <type>MYSQL</type>
222   - <access>Native</access>
223   - <database>xlab_youle</database>
224   - <port>3306</port>
225   - <username>root</username>
226   - <password>Encrypted </password>
227   - <servername/>
228   - <data_tablespace/>
229   - <index_tablespace/>
230   - <attributes>
231   - <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute>
232   - <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute>
233   - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute>
234   - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute>
235   - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute>
236   - <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute>
237   - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute>
238   - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute>
239   - <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute>
240   - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>N</attribute></attribute>
241   - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>N</attribute></attribute>
242   - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute>
243   - </attributes>
244   - </connection>
245   - <connection>
246   - <name>xlab_youle</name>
247   - <server/>
248   - <type>MYSQL</type>
249   - <access>JNDI</access>
250   - <database>xlab_youle</database>
251   - <port>1521</port>
252   - <username/>
253   - <password>Encrypted </password>
254   - <servername/>
255   - <data_tablespace/>
256   - <index_tablespace/>
257   - <attributes>
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>1521</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>Y</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   - <order>
271   - <hop> <from>&#x83b7;&#x53d6;&#x53d8;&#x91cf;</from><to>&#x539f;&#x59cb;&#x7cfb;&#x7edf;&#x5bfc;&#x51fa;&#x7684;Excel&#x8f93;&#x5165;</to><enabled>Y</enabled> </hop>
272   - <hop> <from>&#x539f;&#x59cb;&#x7cfb;&#x7edf;&#x5bfc;&#x51fa;&#x7684;Excel&#x8f93;&#x5165;</from><to>&#x542f;&#x7528;&#x88ab;&#x6570;&#x636e;flag</to><enabled>Y</enabled> </hop>
273   - <hop> <from>&#x62c6;&#x5206;&#x8def;&#x724c;&#x8303;&#x56f4;</from><to>&#x8def;&#x724c;id&#x67e5;&#x8be2;</to><enabled>Y</enabled> </hop>
274   - <hop> <from>&#x6392;&#x5e8f;&#x8bb0;&#x5f55;</from><to>&#x5206;&#x7ec4;&#x5408;&#x5e76;&#x8def;&#x724c;id</to><enabled>Y</enabled> </hop>
275   - <hop> <from>&#x5206;&#x7ec4;&#x5408;&#x5e76;&#x8def;&#x724c;id</from><to>&#x62c6;&#x5206;&#x4eba;&#x5458;&#x8303;&#x56f4;</to><enabled>Y</enabled> </hop>
276   - <hop> <from>&#x62c6;&#x5206;&#x4eba;&#x5458;&#x8303;&#x56f4;</from><to>&#x62c6;&#x5206;&#x5206;&#x73ed;&#x642d;&#x73ed;&#x7f16;&#x7801;&#x5b57;&#x6bb5;</to><enabled>Y</enabled> </hop>
277   - <hop> <from>&#x62c6;&#x5206;&#x5206;&#x73ed;&#x642d;&#x73ed;&#x7f16;&#x7801;&#x5b57;&#x6bb5;</from><to>&#x4eba;&#x5458;&#x914d;&#x7f6e;id&#x67e5;&#x8be2;</to><enabled>Y</enabled> </hop>
278   - <hop> <from>&#x4eba;&#x5458;&#x914d;&#x7f6e;id&#x67e5;&#x8be2;</from><to>&#x4eba;&#x5458;&#x914d;&#x7f6e;id&#x67e5;&#x8be2; 2</to><enabled>Y</enabled> </hop>
279   - <hop> <from>&#x542f;&#x7528;&#x88ab;&#x6570;&#x636e;flag</from><to>&#x7ebf;&#x8def;id&#x67e5;&#x8be2;</to><enabled>Y</enabled> </hop>
280   - <hop> <from>&#x7ebf;&#x8def;id&#x67e5;&#x8be2;</from><to>&#x8fc7;&#x6ee4;&#x7ebf;&#x8def;id&#x4e3a;&#x7a7a;&#x8bb0;&#x5f55;</to><enabled>Y</enabled> </hop>
281   - <hop> <from>&#x8fc7;&#x6ee4;&#x7ebf;&#x8def;id&#x4e3a;&#x7a7a;&#x8bb0;&#x5f55;</from><to>&#x8f66;&#x8f86;&#x914d;&#x7f6e;id&#x67e5;&#x8be2;</to><enabled>Y</enabled> </hop>
282   - <hop> <from>&#x8f66;&#x8f86;&#x914d;&#x7f6e;id&#x67e5;&#x8be2;</from><to>&#x8fc7;&#x6ee4;&#x8f66;&#x8f86;&#x914d;&#x7f6e;id&#x4e3a;&#x7a7a;&#x8bb0;&#x5f55;</to><enabled>Y</enabled> </hop>
283   - <hop> <from>&#x8fc7;&#x6ee4;&#x8f66;&#x8f86;&#x914d;&#x7f6e;id&#x4e3a;&#x7a7a;&#x8bb0;&#x5f55;</from><to>&#x62c6;&#x5206;&#x8def;&#x724c;&#x8303;&#x56f4;</to><enabled>Y</enabled> </hop>
284   - <hop> <from>&#x8def;&#x724c;id&#x67e5;&#x8be2;</from><to>&#x8fc7;&#x6ee4;&#x8def;&#x724c;id&#x4e3a;&#x7a7a;&#x8bb0;&#x5f55;</to><enabled>Y</enabled> </hop>
285   - <hop> <from>&#x8fc7;&#x6ee4;&#x8def;&#x724c;id&#x4e3a;&#x7a7a;&#x8bb0;&#x5f55;</from><to>&#x6392;&#x5e8f;&#x8bb0;&#x5f55;</to><enabled>Y</enabled> </hop>
286   - <hop> <from>&#x4eba;&#x5458;&#x914d;&#x7f6e;id&#x67e5;&#x8be2; 2</from><to>&#x8fc7;&#x6ee4;&#x4eba;&#x5458;&#x914d;&#x7f6e;id&#x4e3a;&#x7a7a;&#x8bb0;&#x5f55;</to><enabled>Y</enabled> </hop>
287   - <hop> <from>&#x8fc7;&#x6ee4;&#x4eba;&#x5458;&#x914d;&#x7f6e;id&#x4e3a;&#x7a7a;&#x8bb0;&#x5f55;</from><to>&#x5408;&#x5e76;&#x5206;&#x73ed;&#x4eba;&#x5458;&#x914d;&#x7f6e;id</to><enabled>Y</enabled> </hop>
288   - <hop> <from>&#x5408;&#x5e76;&#x5206;&#x73ed;&#x4eba;&#x5458;&#x914d;&#x7f6e;id</from><to>&#x6392;&#x5e8f;&#x8bb0;&#x5f55; 2</to><enabled>Y</enabled> </hop>
289   - <hop> <from>&#x6392;&#x5e8f;&#x8bb0;&#x5f55; 2</from><to>&#x5206;&#x7ec4;&#x5408;&#x5e76;&#x4eba;&#x5458;&#x914d;&#x7f6e;id</to><enabled>Y</enabled> </hop>
290   - <hop> <from>&#x63d2;&#x5165; &#x2f; &#x66f4;&#x65b0;bsth_c_s_sr1_flat</from><to>&#x9519;&#x8bef;&#x8f93;&#x51fa; 2</to><enabled>Y</enabled> </hop>
291   - <hop> <from>&#x5206;&#x7ec4;&#x5408;&#x5e76;&#x4eba;&#x5458;&#x914d;&#x7f6e;id</from><to>&#x542f;&#x7528;&#x65e5;&#x671f;&#x8f6c;&#x6362;</to><enabled>Y</enabled> </hop>
292   - <hop> <from>&#x542f;&#x7528;&#x65e5;&#x671f;&#x8f6c;&#x6362;</from><to>&#x63d2;&#x5165; &#x2f; &#x66f4;&#x65b0;bsth_c_s_sr1_flat</to><enabled>Y</enabled> </hop>
293   - </order>
294   - <step>
295   - <name>&#x4eba;&#x5458;&#x914d;&#x7f6e;id&#x67e5;&#x8be2;</name>
296   - <type>DBLookup</type>
297   - <description/>
298   - <distribute>Y</distribute>
299   - <custom_distribution/>
300   - <copies>1</copies>
301   - <partitioning>
302   - <method>none</method>
303   - <schema_name/>
304   - </partitioning>
305   - <connection>bus_control_variable</connection>
306   - <cache>Y</cache>
307   - <cache_load_all>Y</cache_load_all>
308   - <cache_size>0</cache_size>
309   - <lookup>
310   - <schema/>
311   - <table>bsth_c_s_ecinfo</table>
312   - <orderby/>
313   - <fail_on_multiple>N</fail_on_multiple>
314   - <eat_row_on_failure>N</eat_row_on_failure>
315   - <key>
316   - <name>xlid</name>
317   - <field>xl</field>
318   - <condition>&#x3d;</condition>
319   - <name2/>
320   - </key>
321   - <key>
322   - <name>dbbm1</name>
323   - <field>dbbm</field>
324   - <condition>&#x3d;</condition>
325   - <name2/>
326   - </key>
327   - <key>
328   - <name>isCancel</name>
329   - <field>is_cancel</field>
330   - <condition>&#x3d;</condition>
331   - <name2/>
332   - </key>
333   - <value>
334   - <name>id</name>
335   - <rename>rycid1</rename>
336   - <default/>
337   - <type>Integer</type>
338   - </value>
339   - </lookup>
340   - <cluster_schema/>
341   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
342   - <xloc>904</xloc>
343   - <yloc>101</yloc>
344   - <draw>Y</draw>
345   - </GUI>
346   - </step>
347   -
348   - <step>
349   - <name>&#x4eba;&#x5458;&#x914d;&#x7f6e;id&#x67e5;&#x8be2; 2</name>
350   - <type>DBLookup</type>
351   - <description/>
352   - <distribute>Y</distribute>
353   - <custom_distribution/>
354   - <copies>1</copies>
355   - <partitioning>
356   - <method>none</method>
357   - <schema_name/>
358   - </partitioning>
359   - <connection>bus_control_variable</connection>
360   - <cache>Y</cache>
361   - <cache_load_all>Y</cache_load_all>
362   - <cache_size>0</cache_size>
363   - <lookup>
364   - <schema/>
365   - <table>bsth_c_s_ecinfo</table>
366   - <orderby/>
367   - <fail_on_multiple>N</fail_on_multiple>
368   - <eat_row_on_failure>N</eat_row_on_failure>
369   - <key>
370   - <name>xlid</name>
371   - <field>xl</field>
372   - <condition>&#x3d;</condition>
373   - <name2/>
374   - </key>
375   - <key>
376   - <name>dbbm2</name>
377   - <field>dbbm</field>
378   - <condition>&#x3d;</condition>
379   - <name2/>
380   - </key>
381   - <key>
382   - <name>isCancel</name>
383   - <field>is_cancel</field>
384   - <condition>&#x3d;</condition>
385   - <name2/>
386   - </key>
387   - <value>
388   - <name>id</name>
389   - <rename>rycid2</rename>
390   - <default/>
391   - <type>Integer</type>
392   - </value>
393   - </lookup>
394   - <cluster_schema/>
395   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
396   - <xloc>778</xloc>
397   - <yloc>103</yloc>
398   - <draw>Y</draw>
399   - </GUI>
400   - </step>
401   -
402   - <step>
403   - <name>&#x5206;&#x7ec4;&#x5408;&#x5e76;&#x4eba;&#x5458;&#x914d;&#x7f6e;id</name>
404   - <type>GroupBy</type>
405   - <description/>
406   - <distribute>Y</distribute>
407   - <custom_distribution/>
408   - <copies>1</copies>
409   - <partitioning>
410   - <method>none</method>
411   - <schema_name/>
412   - </partitioning>
413   - <all_rows>N</all_rows>
414   - <ignore_aggregate>N</ignore_aggregate>
415   - <field_ignore/>
416   - <directory>&#x25;&#x25;java.io.tmpdir&#x25;&#x25;</directory>
417   - <prefix>grp</prefix>
418   - <add_linenr>N</add_linenr>
419   - <linenr_fieldname/>
420   - <give_back_row>N</give_back_row>
421   - <group>
422   - <field>
423   - <name>xlid</name>
424   - </field>
425   - <field>
426   - <name>cid</name>
427   - </field>
428   - <field>
429   - <name>&#x8def;&#x724c;&#x8303;&#x56f4;</name>
430   - </field>
431   - <field>
432   - <name>lpids</name>
433   - </field>
434   - <field>
435   - <name>&#x8d77;&#x59cb;&#x8def;&#x724c;</name>
436   - </field>
437   - <field>
438   - <name>&#x8d77;&#x59cb;&#x4eba;&#x5458;</name>
439   - </field>
440   - <field>
441   - <name>&#x4eba;&#x5458;&#x8303;&#x56f4;</name>
442   - </field>
443   - <field>
444   - <name>&#x542f;&#x7528;&#x65e5;&#x671f;</name>
445   - </field>
446   - <field>
447   - <name>&#x7ffb;&#x73ed;&#x683c;&#x5f0f;</name>
448   - </field>
449   - <field>
450   - <name>isCancel</name>
451   - </field>
452   - </group>
453   - <fields>
454   - <field>
455   - <aggregate>rycids</aggregate>
456   - <subject>rycid</subject>
457   - <type>CONCAT_STRING</type>
458   - <valuefield>,</valuefield>
459   - </field>
460   - </fields>
461   - <cluster_schema/>
462   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
463   - <xloc>780</xloc>
464   - <yloc>291</yloc>
465   - <draw>Y</draw>
466   - </GUI>
467   - </step>
468   -
469   - <step>
470   - <name>&#x5206;&#x7ec4;&#x5408;&#x5e76;&#x8def;&#x724c;id</name>
471   - <type>GroupBy</type>
472   - <description/>
473   - <distribute>Y</distribute>
474   - <custom_distribution/>
475   - <copies>1</copies>
476   - <partitioning>
477   - <method>none</method>
478   - <schema_name/>
479   - </partitioning>
480   - <all_rows>N</all_rows>
481   - <ignore_aggregate>N</ignore_aggregate>
482   - <field_ignore/>
483   - <directory>&#x25;&#x25;java.io.tmpdir&#x25;&#x25;</directory>
484   - <prefix>grp</prefix>
485   - <add_linenr>N</add_linenr>
486   - <linenr_fieldname/>
487   - <give_back_row>N</give_back_row>
488   - <group>
489   - <field>
490   - <name>xlid</name>
491   - </field>
492   - <field>
493   - <name>cid</name>
494   - </field>
495   - <field>
496   - <name>&#x8def;&#x724c;&#x8303;&#x56f4;</name>
497   - </field>
498   - <field>
499   - <name>&#x8d77;&#x59cb;&#x8def;&#x724c;</name>
500   - </field>
501   - <field>
502   - <name>&#x8d77;&#x59cb;&#x4eba;&#x5458;</name>
503   - </field>
504   - <field>
505   - <name>&#x4eba;&#x5458;&#x8303;&#x56f4;</name>
506   - </field>
507   - <field>
508   - <name>&#x542f;&#x7528;&#x65e5;&#x671f;</name>
509   - </field>
510   - <field>
511   - <name>&#x7ffb;&#x73ed;&#x683c;&#x5f0f;</name>
512   - </field>
513   - <field>
514   - <name>isCancel</name>
515   - </field>
516   - </group>
517   - <fields>
518   - <field>
519   - <aggregate>lpids</aggregate>
520   - <subject>lpid</subject>
521   - <type>CONCAT_STRING</type>
522   - <valuefield>,</valuefield>
523   - </field>
524   - </fields>
525   - <cluster_schema/>
526   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
527   - <xloc>653</xloc>
528   - <yloc>119</yloc>
529   - <draw>Y</draw>
530   - </GUI>
531   - </step>
532   -
533   - <step>
534   - <name>&#x539f;&#x59cb;&#x7cfb;&#x7edf;&#x5bfc;&#x51fa;&#x7684;Excel&#x8f93;&#x5165;</name>
535   - <type>ExcelInput</type>
536   - <description/>
537   - <distribute>Y</distribute>
538   - <custom_distribution/>
539   - <copies>1</copies>
540   - <partitioning>
541   - <method>none</method>
542   - <schema_name/>
543   - </partitioning>
544   - <header>Y</header>
545   - <noempty>Y</noempty>
546   - <stoponempty>N</stoponempty>
547   - <filefield/>
548   - <sheetfield/>
549   - <sheetrownumfield/>
550   - <rownumfield/>
551   - <sheetfield/>
552   - <filefield/>
553   - <limit>0</limit>
554   - <encoding/>
555   - <add_to_result_filenames>Y</add_to_result_filenames>
556   - <accept_filenames>Y</accept_filenames>
557   - <accept_field>filepath_</accept_field>
558   - <accept_stepname>&#x83b7;&#x53d6;&#x53d8;&#x91cf;</accept_stepname>
559   - <file>
560   - <name/>
561   - <filemask/>
562   - <exclude_filemask/>
563   - <file_required>N</file_required>
564   - <include_subfolders>N</include_subfolders>
565   - </file>
566   - <fields>
567   - <field>
568   - <name>&#x7ebf;&#x8def;</name>
569   - <type>String</type>
570   - <length>-1</length>
571   - <precision>-1</precision>
572   - <trim_type>none</trim_type>
573   - <repeat>N</repeat>
574   - <format/>
575   - <currency/>
576   - <decimal/>
577   - <group/>
578   - </field>
579   - <field>
580   - <name>&#x5185;&#x90e8;&#x7f16;&#x7801;</name>
581   - <type>String</type>
582   - <length>-1</length>
583   - <precision>-1</precision>
584   - <trim_type>none</trim_type>
585   - <repeat>N</repeat>
586   - <format/>
587   - <currency/>
588   - <decimal/>
589   - <group/>
590   - </field>
591   - <field>
592   - <name>&#x542f;&#x7528;&#x65e5;&#x671f;</name>
593   - <type>String</type>
594   - <length>-1</length>
595   - <precision>-1</precision>
596   - <trim_type>none</trim_type>
597   - <repeat>N</repeat>
598   - <format/>
599   - <currency/>
600   - <decimal/>
601   - <group/>
602   - </field>
603   - <field>
604   - <name>&#x8d77;&#x59cb;&#x8def;&#x724c;</name>
605   - <type>String</type>
606   - <length>-1</length>
607   - <precision>-1</precision>
608   - <trim_type>none</trim_type>
609   - <repeat>N</repeat>
610   - <format>&#x23;</format>
611   - <currency/>
612   - <decimal/>
613   - <group/>
614   - </field>
615   - <field>
616   - <name>&#x8def;&#x724c;&#x8303;&#x56f4;</name>
617   - <type>String</type>
618   - <length>-1</length>
619   - <precision>-1</precision>
620   - <trim_type>none</trim_type>
621   - <repeat>N</repeat>
622   - <format>&#x23;</format>
623   - <currency/>
624   - <decimal/>
625   - <group/>
626   - </field>
627   - <field>
628   - <name>&#x8d77;&#x59cb;&#x4eba;&#x5458;</name>
629   - <type>String</type>
630   - <length>-1</length>
631   - <precision>-1</precision>
632   - <trim_type>none</trim_type>
633   - <repeat>N</repeat>
634   - <format>&#x23;</format>
635   - <currency/>
636   - <decimal/>
637   - <group/>
638   - </field>
639   - <field>
640   - <name>&#x4eba;&#x5458;&#x8303;&#x56f4;</name>
641   - <type>String</type>
642   - <length>-1</length>
643   - <precision>-1</precision>
644   - <trim_type>none</trim_type>
645   - <repeat>N</repeat>
646   - <format>&#x23;</format>
647   - <currency/>
648   - <decimal/>
649   - <group/>
650   - </field>
651   - <field>
652   - <name>&#x7ffb;&#x73ed;&#x683c;&#x5f0f;</name>
653   - <type>String</type>
654   - <length>-1</length>
655   - <precision>-1</precision>
656   - <trim_type>none</trim_type>
657   - <repeat>N</repeat>
658   - <format>&#x23;</format>
659   - <currency/>
660   - <decimal/>
661   - <group/>
662   - </field>
663   - </fields>
664   - <sheets>
665   - <sheet>
666   - <name>&#x5de5;&#x4f5c;&#x8868;1</name>
667   - <startrow>0</startrow>
668   - <startcol>0</startcol>
669   - </sheet>
670   - </sheets>
671   - <strict_types>N</strict_types>
672   - <error_ignored>N</error_ignored>
673   - <error_line_skipped>N</error_line_skipped>
674   - <bad_line_files_destination_directory/>
675   - <bad_line_files_extension>warning</bad_line_files_extension>
676   - <error_line_files_destination_directory/>
677   - <error_line_files_extension>error</error_line_files_extension>
678   - <line_number_files_destination_directory/>
679   - <line_number_files_extension>line</line_number_files_extension>
680   - <shortFileFieldName/>
681   - <pathFieldName/>
682   - <hiddenFieldName/>
683   - <lastModificationTimeFieldName/>
684   - <uriNameFieldName/>
685   - <rootUriNameFieldName/>
686   - <extensionFieldName/>
687   - <sizeFieldName/>
688   - <spreadsheet_type>JXL</spreadsheet_type>
689   - <cluster_schema/>
690   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
691   - <xloc>208</xloc>
692   - <yloc>21</yloc>
693   - <draw>Y</draw>
694   - </GUI>
695   - </step>
696   -
697   - <step>
698   - <name>&#x5408;&#x5e76;&#x5206;&#x73ed;&#x4eba;&#x5458;&#x914d;&#x7f6e;id</name>
699   - <type>ScriptValueMod</type>
700   - <description/>
701   - <distribute>Y</distribute>
702   - <custom_distribution/>
703   - <copies>1</copies>
704   - <partitioning>
705   - <method>none</method>
706   - <schema_name/>
707   - </partitioning>
708   - <compatible>N</compatible>
709   - <optimizationLevel>9</optimizationLevel>
710   - <jsScripts> <jsScript> <jsScript_type>0</jsScript_type>
711   - <jsScript_name>Script 1</jsScript_name>
712   - <jsScript_script>&#x2f;&#x2f;Script here&#xa;&#xa;var rycid&#x3b;&#xa;&#xa;if &#x28;rycid2 &#x3d;&#x3d; null&#x29; &#x7b;&#xa; rycid &#x3d; rycid1&#x3b;&#xa;&#x7d; else &#x7b;&#xa; rycid &#x3d; rycid1 &#x2b; &#x22;-&#x22; &#x2b; rycid2&#x3b;&#xa;&#x7d;</jsScript_script>
713   - </jsScript> </jsScripts> <fields> <field> <name>rycid</name>
714   - <rename>rycid</rename>
715   - <type>String</type>
716   - <length>-1</length>
717   - <precision>-1</precision>
718   - <replace>N</replace>
719   - </field> </fields> <cluster_schema/>
720   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
721   - <xloc>917</xloc>
722   - <yloc>201</yloc>
723   - <draw>Y</draw>
724   - </GUI>
725   - </step>
726   -
727   - <step>
728   - <name>&#x542f;&#x7528;&#x65e5;&#x671f;&#x8f6c;&#x6362;</name>
729   - <type>SelectValues</type>
730   - <description/>
731   - <distribute>Y</distribute>
732   - <custom_distribution/>
733   - <copies>1</copies>
734   - <partitioning>
735   - <method>none</method>
736   - <schema_name/>
737   - </partitioning>
738   - <fields> <select_unspecified>N</select_unspecified>
739   - <meta> <name>&#x542f;&#x7528;&#x65e5;&#x671f;</name>
740   - <rename>&#x542f;&#x7528;&#x65e5;&#x671f;</rename>
741   - <type>Timestamp</type>
742   - <length>-2</length>
743   - <precision>-2</precision>
744   - <conversion_mask>yyyy-MM-dd</conversion_mask>
745   - <date_format_lenient>false</date_format_lenient>
746   - <date_format_locale/>
747   - <date_format_timezone/>
748   - <lenient_string_to_number>false</lenient_string_to_number>
749   - <encoding/>
750   - <decimal_symbol/>
751   - <grouping_symbol/>
752   - <currency_symbol/>
753   - <storage_type/>
754   - </meta> </fields> <cluster_schema/>
755   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
756   - <xloc>777</xloc>
757   - <yloc>368</yloc>
758   - <draw>Y</draw>
759   - </GUI>
760   - </step>
761   -
762   - <step>
763   - <name>&#x542f;&#x7528;&#x88ab;&#x6570;&#x636e;flag</name>
764   - <type>Constant</type>
765   - <description/>
766   - <distribute>Y</distribute>
767   - <custom_distribution/>
768   - <copies>1</copies>
769   - <partitioning>
770   - <method>none</method>
771   - <schema_name/>
772   - </partitioning>
773   - <fields>
774   - <field>
775   - <name>isCancel</name>
776   - <type>Integer</type>
777   - <format/>
778   - <currency/>
779   - <decimal/>
780   - <group/>
781   - <nullif>0</nullif>
782   - <length>-1</length>
783   - <precision>-1</precision>
784   - <set_empty_string>N</set_empty_string>
785   - </field>
786   - </fields>
787   - <cluster_schema/>
788   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
789   - <xloc>361</xloc>
790   - <yloc>22</yloc>
791   - <draw>Y</draw>
792   - </GUI>
793   - </step>
794   -
795   - <step>
796   - <name>&#x62c6;&#x5206;&#x4eba;&#x5458;&#x8303;&#x56f4;</name>
797   - <type>SplitFieldToRows3</type>
798   - <description/>
799   - <distribute>Y</distribute>
800   - <custom_distribution/>
801   - <copies>1</copies>
802   - <partitioning>
803   - <method>none</method>
804   - <schema_name/>
805   - </partitioning>
806   - <splitfield>&#x4eba;&#x5458;&#x8303;&#x56f4;</splitfield>
807   - <delimiter>,</delimiter>
808   - <newfield>dbbm</newfield>
809   - <rownum>N</rownum>
810   - <rownum_field/>
811   - <resetrownumber>Y</resetrownumber>
812   - <delimiter_is_regex>N</delimiter_is_regex>
813   - <cluster_schema/>
814   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
815   - <xloc>777</xloc>
816   - <yloc>22</yloc>
817   - <draw>Y</draw>
818   - </GUI>
819   - </step>
820   -
821   - <step>
822   - <name>&#x62c6;&#x5206;&#x5206;&#x73ed;&#x642d;&#x73ed;&#x7f16;&#x7801;&#x5b57;&#x6bb5;</name>
823   - <type>FieldSplitter</type>
824   - <description/>
825   - <distribute>Y</distribute>
826   - <custom_distribution/>
827   - <copies>1</copies>
828   - <partitioning>
829   - <method>none</method>
830   - <schema_name/>
831   - </partitioning>
832   - <splitfield>dbbm</splitfield>
833   - <delimiter>-</delimiter>
834   - <enclosure/>
835   - <fields> <field> <name>dbbm1</name>
836   - <id/>
837   - <idrem>N</idrem>
838   - <type>String</type>
839   - <format/>
840   - <group/>
841   - <decimal/>
842   - <currency/>
843   - <length>-1</length>
844   - <precision>-1</precision>
845   - <nullif/>
846   - <ifnull/>
847   - <trimtype>none</trimtype>
848   - </field> <field> <name>dbbm2</name>
849   - <id/>
850   - <idrem>N</idrem>
851   - <type>String</type>
852   - <format/>
853   - <group/>
854   - <decimal/>
855   - <currency/>
856   - <length>-1</length>
857   - <precision>-1</precision>
858   - <nullif/>
859   - <ifnull/>
860   - <trimtype>none</trimtype>
861   - </field> </fields> <cluster_schema/>
862   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
863   - <xloc>901</xloc>
864   - <yloc>22</yloc>
865   - <draw>Y</draw>
866   - </GUI>
867   - </step>
868   -
869   - <step>
870   - <name>&#x62c6;&#x5206;&#x8def;&#x724c;&#x8303;&#x56f4;</name>
871   - <type>SplitFieldToRows3</type>
872   - <description/>
873   - <distribute>Y</distribute>
874   - <custom_distribution/>
875   - <copies>1</copies>
876   - <partitioning>
877   - <method>none</method>
878   - <schema_name/>
879   - </partitioning>
880   - <splitfield>&#x8def;&#x724c;&#x8303;&#x56f4;</splitfield>
881   - <delimiter>,</delimiter>
882   - <newfield>lpname</newfield>
883   - <rownum>N</rownum>
884   - <rownum_field/>
885   - <resetrownumber>Y</resetrownumber>
886   - <delimiter_is_regex>N</delimiter_is_regex>
887   - <cluster_schema/>
888   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
889   - <xloc>364</xloc>
890   - <yloc>259</yloc>
891   - <draw>Y</draw>
892   - </GUI>
893   - </step>
894   -
895   - <step>
896   - <name>&#x6392;&#x5e8f;&#x8bb0;&#x5f55;</name>
897   - <type>SortRows</type>
898   - <description/>
899   - <distribute>Y</distribute>
900   - <custom_distribution/>
901   - <copies>1</copies>
902   - <partitioning>
903   - <method>none</method>
904   - <schema_name/>
905   - </partitioning>
906   - <directory>&#x25;&#x25;java.io.tmpdir&#x25;&#x25;</directory>
907   - <prefix>out</prefix>
908   - <sort_size>1000000</sort_size>
909   - <free_memory/>
910   - <compress>N</compress>
911   - <compress_variable/>
912   - <unique_rows>N</unique_rows>
913   - <fields>
914   - <field>
915   - <name>xlid</name>
916   - <ascending>Y</ascending>
917   - <case_sensitive>N</case_sensitive>
918   - <presorted>N</presorted>
919   - </field>
920   - <field>
921   - <name>cid</name>
922   - <ascending>Y</ascending>
923   - <case_sensitive>N</case_sensitive>
924   - <presorted>N</presorted>
925   - </field>
926   - <field>
927   - <name>&#x8def;&#x724c;&#x8303;&#x56f4;</name>
928   - <ascending>Y</ascending>
929   - <case_sensitive>N</case_sensitive>
930   - <presorted>N</presorted>
931   - </field>
932   - <field>
933   - <name>&#x8d77;&#x59cb;&#x8def;&#x724c;</name>
934   - <ascending>Y</ascending>
935   - <case_sensitive>N</case_sensitive>
936   - <presorted>N</presorted>
937   - </field>
938   - <field>
939   - <name>&#x8d77;&#x59cb;&#x4eba;&#x5458;</name>
940   - <ascending>Y</ascending>
941   - <case_sensitive>N</case_sensitive>
942   - <presorted>N</presorted>
943   - </field>
944   - <field>
945   - <name>&#x4eba;&#x5458;&#x8303;&#x56f4;</name>
946   - <ascending>Y</ascending>
947   - <case_sensitive>N</case_sensitive>
948   - <presorted>N</presorted>
949   - </field>
950   - <field>
951   - <name>&#x542f;&#x7528;&#x65e5;&#x671f;</name>
952   - <ascending>Y</ascending>
953   - <case_sensitive>N</case_sensitive>
954   - <presorted>N</presorted>
955   - </field>
956   - <field>
957   - <name>&#x7ffb;&#x73ed;&#x683c;&#x5f0f;</name>
958   - <ascending>Y</ascending>
959   - <case_sensitive>N</case_sensitive>
960   - <presorted>N</presorted>
961   - </field>
962   - <field>
963   - <name>isCancel</name>
964   - <ascending>Y</ascending>
965   - <case_sensitive>N</case_sensitive>
966   - <presorted>N</presorted>
967   - </field>
968   - </fields>
969   - <cluster_schema/>
970   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
971   - <xloc>516</xloc>
972   - <yloc>119</yloc>
973   - <draw>Y</draw>
974   - </GUI>
975   - </step>
976   -
977   - <step>
978   - <name>&#x6392;&#x5e8f;&#x8bb0;&#x5f55; 2</name>
979   - <type>SortRows</type>
980   - <description/>
981   - <distribute>Y</distribute>
982   - <custom_distribution/>
983   - <copies>1</copies>
984   - <partitioning>
985   - <method>none</method>
986   - <schema_name/>
987   - </partitioning>
988   - <directory>&#x25;&#x25;java.io.tmpdir&#x25;&#x25;</directory>
989   - <prefix>out</prefix>
990   - <sort_size>1000000</sort_size>
991   - <free_memory/>
992   - <compress>N</compress>
993   - <compress_variable/>
994   - <unique_rows>N</unique_rows>
995   - <fields>
996   - <field>
997   - <name>xlid</name>
998   - <ascending>Y</ascending>
999   - <case_sensitive>N</case_sensitive>
1000   - <presorted>N</presorted>
1001   - </field>
1002   - <field>
1003   - <name>cid</name>
1004   - <ascending>Y</ascending>
1005   - <case_sensitive>N</case_sensitive>
1006   - <presorted>N</presorted>
1007   - </field>
1008   - <field>
1009   - <name>&#x8def;&#x724c;&#x8303;&#x56f4;</name>
1010   - <ascending>Y</ascending>
1011   - <case_sensitive>N</case_sensitive>
1012   - <presorted>N</presorted>
1013   - </field>
1014   - <field>
1015   - <name>lpids</name>
1016   - <ascending>Y</ascending>
1017   - <case_sensitive>N</case_sensitive>
1018   - <presorted>N</presorted>
1019   - </field>
1020   - <field>
1021   - <name>&#x8d77;&#x59cb;&#x8def;&#x724c;</name>
1022   - <ascending>Y</ascending>
1023   - <case_sensitive>N</case_sensitive>
1024   - <presorted>N</presorted>
1025   - </field>
1026   - <field>
1027   - <name>&#x8d77;&#x59cb;&#x4eba;&#x5458;</name>
1028   - <ascending>Y</ascending>
1029   - <case_sensitive>N</case_sensitive>
1030   - <presorted>N</presorted>
1031   - </field>
1032   - <field>
1033   - <name>&#x4eba;&#x5458;&#x8303;&#x56f4;</name>
1034   - <ascending>Y</ascending>
1035   - <case_sensitive>N</case_sensitive>
1036   - <presorted>N</presorted>
1037   - </field>
1038   - <field>
1039   - <name>&#x542f;&#x7528;&#x65e5;&#x671f;</name>
1040   - <ascending>Y</ascending>
1041   - <case_sensitive>N</case_sensitive>
1042   - <presorted>N</presorted>
1043   - </field>
1044   - <field>
1045   - <name>&#x7ffb;&#x73ed;&#x683c;&#x5f0f;</name>
1046   - <ascending>Y</ascending>
1047   - <case_sensitive>N</case_sensitive>
1048   - <presorted>N</presorted>
1049   - </field>
1050   - <field>
1051   - <name>isCancel</name>
1052   - <ascending>Y</ascending>
1053   - <case_sensitive>N</case_sensitive>
1054   - <presorted>N</presorted>
1055   - </field>
1056   - </fields>
1057   - <cluster_schema/>
1058   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
1059   - <xloc>919</xloc>
1060   - <yloc>289</yloc>
1061   - <draw>Y</draw>
1062   - </GUI>
1063   - </step>
1064   -
1065   - <step>
1066   - <name>&#x63d2;&#x5165; &#x2f; &#x66f4;&#x65b0;bsth_c_s_sr1_flat</name>
1067   - <type>InsertUpdate</type>
1068   - <description/>
1069   - <distribute>Y</distribute>
1070   - <custom_distribution/>
1071   - <copies>1</copies>
1072   - <partitioning>
1073   - <method>none</method>
1074   - <schema_name/>
1075   - </partitioning>
1076   - <connection>bus_control_variable</connection>
1077   - <commit>100</commit>
1078   - <update_bypassed>N</update_bypassed>
1079   - <lookup>
1080   - <schema/>
1081   - <table>bsth_c_s_sr1_flat</table>
1082   - <key>
1083   - <name>xlid</name>
1084   - <field>xl</field>
1085   - <condition>&#x3d;</condition>
1086   - <name2/>
1087   - </key>
1088   - <key>
1089   - <name>cid</name>
1090   - <field>car_config_info</field>
1091   - <condition>&#x3d;</condition>
1092   - <name2/>
1093   - </key>
1094   - <key>
1095   - <name>&#x8def;&#x724c;&#x8303;&#x56f4;</name>
1096   - <field>lp_names</field>
1097   - <condition>&#x3d;</condition>
1098   - <name2/>
1099   - </key>
1100   - <value>
1101   - <name>xl</name>
1102   - <rename>xlid</rename>
1103   - <update>Y</update>
1104   - </value>
1105   - <value>
1106   - <name>car_config_info</name>
1107   - <rename>cid</rename>
1108   - <update>Y</update>
1109   - </value>
1110   - <value>
1111   - <name>lp_names</name>
1112   - <rename>&#x8def;&#x724c;&#x8303;&#x56f4;</rename>
1113   - <update>Y</update>
1114   - </value>
1115   - <value>
1116   - <name>lp_ids</name>
1117   - <rename>lpids</rename>
1118   - <update>Y</update>
1119   - </value>
1120   - <value>
1121   - <name>lp_start</name>
1122   - <rename>&#x8d77;&#x59cb;&#x8def;&#x724c;</rename>
1123   - <update>Y</update>
1124   - </value>
1125   - <value>
1126   - <name>ry_start</name>
1127   - <rename>&#x8d77;&#x59cb;&#x4eba;&#x5458;</rename>
1128   - <update>Y</update>
1129   - </value>
1130   - <value>
1131   - <name>ry_dbbms</name>
1132   - <rename>&#x4eba;&#x5458;&#x8303;&#x56f4;</rename>
1133   - <update>Y</update>
1134   - </value>
1135   - <value>
1136   - <name>qyrq</name>
1137   - <rename>&#x542f;&#x7528;&#x65e5;&#x671f;</rename>
1138   - <update>Y</update>
1139   - </value>
1140   - <value>
1141   - <name>ry_config_ids</name>
1142   - <rename>rycids</rename>
1143   - <update>Y</update>
1144   - </value>
1145   - <value>
1146   - <name>fbgs</name>
1147   - <rename>&#x7ffb;&#x73ed;&#x683c;&#x5f0f;</rename>
1148   - <update>Y</update>
1149   - </value>
1150   - </lookup>
1151   - <cluster_schema/>
1152   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
1153   - <xloc>532</xloc>
1154   - <yloc>297</yloc>
1155   - <draw>Y</draw>
1156   - </GUI>
1157   - </step>
1158   -
1159   - <step>
1160   - <name>&#x7ebf;&#x8def;id&#x67e5;&#x8be2;</name>
1161   - <type>DBLookup</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   - <connection>bus_control_variable</connection>
1171   - <cache>Y</cache>
1172   - <cache_load_all>Y</cache_load_all>
1173   - <cache_size>0</cache_size>
1174   - <lookup>
1175   - <schema/>
1176   - <table>bsth_c_line</table>
1177   - <orderby/>
1178   - <fail_on_multiple>N</fail_on_multiple>
1179   - <eat_row_on_failure>N</eat_row_on_failure>
1180   - <key>
1181   - <name>&#x7ebf;&#x8def;</name>
1182   - <field>name</field>
1183   - <condition>&#x3d;</condition>
1184   - <name2/>
1185   - </key>
1186   - <key>
1187   - <name>isCancel</name>
1188   - <field>destroy</field>
1189   - <condition>&#x3d;</condition>
1190   - <name2/>
1191   - </key>
1192   - <value>
1193   - <name>id</name>
1194   - <rename>xlid</rename>
1195   - <default/>
1196   - <type>Integer</type>
1197   - </value>
1198   - </lookup>
1199   - <cluster_schema/>
1200   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
1201   - <xloc>359</xloc>
1202   - <yloc>110</yloc>
1203   - <draw>Y</draw>
1204   - </GUI>
1205   - </step>
1206   -
1207   - <step>
1208   - <name>&#x83b7;&#x53d6;&#x53d8;&#x91cf;</name>
1209   - <type>GetVariable</type>
1210   - <description/>
1211   - <distribute>Y</distribute>
1212   - <custom_distribution/>
1213   - <copies>1</copies>
1214   - <partitioning>
1215   - <method>none</method>
1216   - <schema_name/>
1217   - </partitioning>
1218   - <fields>
1219   - <field>
1220   - <name>filepath_</name>
1221   - <variable>&#x24;&#x7b;filepath&#x7d;</variable>
1222   - <type>String</type>
1223   - <format/>
1224   - <currency/>
1225   - <decimal/>
1226   - <group/>
1227   - <length>-1</length>
1228   - <precision>-1</precision>
1229   - <trim_type>none</trim_type>
1230   - </field>
1231   - <field>
1232   - <name>erroroutputdir_</name>
1233   - <variable>&#x24;&#x7b;erroroutputdir&#x7d;</variable>
1234   - <type>String</type>
1235   - <format/>
1236   - <currency/>
1237   - <decimal/>
1238   - <group/>
1239   - <length>-1</length>
1240   - <precision>-1</precision>
1241   - <trim_type>none</trim_type>
1242   - </field>
1243   - </fields>
1244   - <cluster_schema/>
1245   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
1246   - <xloc>53</xloc>
1247   - <yloc>23</yloc>
1248   - <draw>Y</draw>
1249   - </GUI>
1250   - </step>
1251   -
1252   - <step>
1253   - <name>&#x8def;&#x724c;id&#x67e5;&#x8be2;</name>
1254   - <type>DBLookup</type>
1255   - <description/>
1256   - <distribute>Y</distribute>
1257   - <custom_distribution/>
1258   - <copies>1</copies>
1259   - <partitioning>
1260   - <method>none</method>
1261   - <schema_name/>
1262   - </partitioning>
1263   - <connection>bus_control_variable</connection>
1264   - <cache>Y</cache>
1265   - <cache_load_all>Y</cache_load_all>
1266   - <cache_size>0</cache_size>
1267   - <lookup>
1268   - <schema/>
1269   - <table>bsth_c_s_gbi</table>
1270   - <orderby/>
1271   - <fail_on_multiple>N</fail_on_multiple>
1272   - <eat_row_on_failure>N</eat_row_on_failure>
1273   - <key>
1274   - <name>xlid</name>
1275   - <field>xl</field>
1276   - <condition>&#x3d;</condition>
1277   - <name2/>
1278   - </key>
1279   - <key>
1280   - <name>lpname</name>
1281   - <field>lp_name</field>
1282   - <condition>&#x3d;</condition>
1283   - <name2/>
1284   - </key>
1285   - <key>
1286   - <name>isCancel</name>
1287   - <field>is_cancel</field>
1288   - <condition>&#x3d;</condition>
1289   - <name2/>
1290   - </key>
1291   - <value>
1292   - <name>id</name>
1293   - <rename>lpid</rename>
1294   - <default/>
1295   - <type>Integer</type>
1296   - </value>
1297   - </lookup>
1298   - <cluster_schema/>
1299   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
1300   - <xloc>516</xloc>
1301   - <yloc>21</yloc>
1302   - <draw>Y</draw>
1303   - </GUI>
1304   - </step>
1305   -
1306   - <step>
1307   - <name>&#x8f66;&#x8f86;&#x914d;&#x7f6e;id&#x67e5;&#x8be2;</name>
1308   - <type>DBJoin</type>
1309   - <description/>
1310   - <distribute>Y</distribute>
1311   - <custom_distribution/>
1312   - <copies>1</copies>
1313   - <partitioning>
1314   - <method>none</method>
1315   - <schema_name/>
1316   - </partitioning>
1317   - <connection>bus_control_variable</connection>
1318   - <rowlimit>1</rowlimit>
1319   - <sql>select t1.id as cid from bsth_c_s_ccinfo t1 left join bsth_c_cars t2 on t1.cl &#x3d; t2.id&#xa;where t1.xl &#x3d; &#x3f; and t2.inside_code &#x3d; &#x3f; and t1.is_cancel &#x3d; &#x3f;</sql>
1320   - <outer_join>Y</outer_join>
1321   - <replace_vars>N</replace_vars>
1322   - <parameter>
1323   - <field>
1324   - <name>xlid</name>
1325   - <type>Integer</type>
1326   - </field>
1327   - <field>
1328   - <name>&#x5185;&#x90e8;&#x7f16;&#x7801;</name>
1329   - <type>String</type>
1330   - </field>
1331   - <field>
1332   - <name>isCancel</name>
1333   - <type>Integer</type>
1334   - </field>
1335   - </parameter>
1336   - <cluster_schema/>
1337   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
1338   - <xloc>360</xloc>
1339   - <yloc>184</yloc>
1340   - <draw>Y</draw>
1341   - </GUI>
1342   - </step>
1343   -
1344   - <step>
1345   - <name>&#x8fc7;&#x6ee4;&#x4eba;&#x5458;&#x914d;&#x7f6e;id&#x4e3a;&#x7a7a;&#x8bb0;&#x5f55;</name>
1346   - <type>FilterRows</type>
1347   - <description/>
1348   - <distribute>Y</distribute>
1349   - <custom_distribution/>
1350   - <copies>1</copies>
1351   - <partitioning>
1352   - <method>none</method>
1353   - <schema_name/>
1354   - </partitioning>
1355   -<send_true_to/>
1356   -<send_false_to/>
1357   - <compare>
1358   -<condition>
1359   - <negated>N</negated>
1360   - <conditions>
1361   - <condition>
1362   - <negated>N</negated>
1363   - <leftvalue>rycid1</leftvalue>
1364   - <function>IS NOT NULL</function>
1365   - <rightvalue/>
1366   - </condition>
1367   - <condition>
1368   - <negated>N</negated>
1369   - <operator>OR</operator>
1370   - <leftvalue>rycid2</leftvalue>
1371   - <function>IS NOT NULL</function>
1372   - <rightvalue/>
1373   - </condition>
1374   - </conditions>
1375   - </condition>
1376   - </compare>
1377   - <cluster_schema/>
1378   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
1379   - <xloc>776</xloc>
1380   - <yloc>204</yloc>
1381   - <draw>Y</draw>
1382   - </GUI>
1383   - </step>
1384   -
1385   - <step>
1386   - <name>&#x8fc7;&#x6ee4;&#x7ebf;&#x8def;id&#x4e3a;&#x7a7a;&#x8bb0;&#x5f55;</name>
1387   - <type>FilterRows</type>
1388   - <description/>
1389   - <distribute>Y</distribute>
1390   - <custom_distribution/>
1391   - <copies>1</copies>
1392   - <partitioning>
1393   - <method>none</method>
1394   - <schema_name/>
1395   - </partitioning>
1396   -<send_true_to>&#x8f66;&#x8f86;&#x914d;&#x7f6e;id&#x67e5;&#x8be2;</send_true_to>
1397   -<send_false_to/>
1398   - <compare>
1399   -<condition>
1400   - <negated>N</negated>
1401   - <leftvalue>xlid</leftvalue>
1402   - <function>IS NOT NULL</function>
1403   - <rightvalue/>
1404   - </condition>
1405   - </compare>
1406   - <cluster_schema/>
1407   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
1408   - <xloc>203</xloc>
1409   - <yloc>110</yloc>
1410   - <draw>Y</draw>
1411   - </GUI>
1412   - </step>
1413   -
1414   - <step>
1415   - <name>&#x8fc7;&#x6ee4;&#x8def;&#x724c;id&#x4e3a;&#x7a7a;&#x8bb0;&#x5f55;</name>
1416   - <type>FilterRows</type>
1417   - <description/>
1418   - <distribute>Y</distribute>
1419   - <custom_distribution/>
1420   - <copies>1</copies>
1421   - <partitioning>
1422   - <method>none</method>
1423   - <schema_name/>
1424   - </partitioning>
1425   -<send_true_to>&#x6392;&#x5e8f;&#x8bb0;&#x5f55;</send_true_to>
1426   -<send_false_to/>
1427   - <compare>
1428   -<condition>
1429   - <negated>N</negated>
1430   - <leftvalue>lpid</leftvalue>
1431   - <function>IS NOT NULL</function>
1432   - <rightvalue/>
1433   - </condition>
1434   - </compare>
1435   - <cluster_schema/>
1436   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
1437   - <xloc>653</xloc>
1438   - <yloc>23</yloc>
1439   - <draw>Y</draw>
1440   - </GUI>
1441   - </step>
1442   -
1443   - <step>
1444   - <name>&#x8fc7;&#x6ee4;&#x8f66;&#x8f86;&#x914d;&#x7f6e;id&#x4e3a;&#x7a7a;&#x8bb0;&#x5f55;</name>
1445   - <type>FilterRows</type>
1446   - <description/>
1447   - <distribute>Y</distribute>
1448   - <custom_distribution/>
1449   - <copies>1</copies>
1450   - <partitioning>
1451   - <method>none</method>
1452   - <schema_name/>
1453   - </partitioning>
1454   -<send_true_to>&#x62c6;&#x5206;&#x8def;&#x724c;&#x8303;&#x56f4;</send_true_to>
1455   -<send_false_to/>
1456   - <compare>
1457   -<condition>
1458   - <negated>N</negated>
1459   - <leftvalue>cid</leftvalue>
1460   - <function>IS NOT NULL</function>
1461   - <rightvalue/>
1462   - </condition>
1463   - </compare>
1464   - <cluster_schema/>
1465   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
1466   - <xloc>208</xloc>
1467   - <yloc>182</yloc>
1468   - <draw>Y</draw>
1469   - </GUI>
1470   - </step>
1471   -
1472   - <step>
1473   - <name>&#x9519;&#x8bef;&#x8f93;&#x51fa; 2</name>
1474   - <type>ExcelOutput</type>
1475   - <description/>
1476   - <distribute>Y</distribute>
1477   - <custom_distribution/>
1478   - <copies>1</copies>
1479   - <partitioning>
1480   - <method>none</method>
1481   - <schema_name/>
1482   - </partitioning>
1483   - <header>Y</header>
1484   - <footer>N</footer>
1485   - <encoding>UTF-8</encoding>
1486   - <append>N</append>
1487   - <add_to_result_filenames>Y</add_to_result_filenames>
1488   - <file>
1489   - <name>&#x24;&#x7b;erroroutputdir&#x7d;&#x2f;&#x6392;&#x7248;&#x89c4;&#x5219;&#x4fe1;&#x606f;&#x5bfc;&#x5165;_&#x9519;&#x8bef;</name>
1490   - <extention>xls</extention>
1491   - <do_not_open_newfile_init>N</do_not_open_newfile_init>
1492   - <create_parent_folder>N</create_parent_folder>
1493   - <split>N</split>
1494   - <add_date>N</add_date>
1495   - <add_time>N</add_time>
1496   - <SpecifyFormat>N</SpecifyFormat>
1497   - <date_time_format/>
1498   - <sheetname>Sheet1</sheetname>
1499   - <autosizecolums>N</autosizecolums>
1500   - <nullisblank>N</nullisblank>
1501   - <protect_sheet>N</protect_sheet>
1502   - <password>Encrypted </password>
1503   - <splitevery>0</splitevery>
1504   - <usetempfiles>N</usetempfiles>
1505   - <tempdirectory/>
1506   - </file>
1507   - <template>
1508   - <enabled>N</enabled>
1509   - <append>N</append>
1510   - <filename>template.xls</filename>
1511   - </template>
1512   - <fields>
1513   - <field>
1514   - <name>xlid</name>
1515   - <type>Integer</type>
1516   - <format/>
1517   - </field>
1518   - <field>
1519   - <name>cid</name>
1520   - <type>Integer</type>
1521   - <format/>
1522   - </field>
1523   - <field>
1524   - <name>&#x8def;&#x724c;&#x8303;&#x56f4;</name>
1525   - <type>String</type>
1526   - <format/>
1527   - </field>
1528   - <field>
1529   - <name>lpids</name>
1530   - <type>String</type>
1531   - <format/>
1532   - </field>
1533   - <field>
1534   - <name>&#x8d77;&#x59cb;&#x8def;&#x724c;</name>
1535   - <type>String</type>
1536   - <format/>
1537   - </field>
1538   - <field>
1539   - <name>&#x8d77;&#x59cb;&#x4eba;&#x5458;</name>
1540   - <type>String</type>
1541   - <format/>
1542   - </field>
1543   - <field>
1544   - <name>&#x4eba;&#x5458;&#x8303;&#x56f4;</name>
1545   - <type>String</type>
1546   - <format/>
1547   - </field>
1548   - <field>
1549   - <name>&#x542f;&#x7528;&#x65e5;&#x671f;</name>
1550   - <type>Timestamp</type>
1551   - <format/>
1552   - </field>
1553   - <field>
1554   - <name>&#x7ffb;&#x73ed;&#x683c;&#x5f0f;</name>
1555   - <type>String</type>
1556   - <format/>
1557   - </field>
1558   - <field>
1559   - <name>isCancel</name>
1560   - <type>Integer</type>
1561   - <format/>
1562   - </field>
1563   - <field>
1564   - <name>rycids</name>
1565   - <type>String</type>
1566   - <format/>
1567   - </field>
1568   - <field>
1569   - <name>error_count</name>
1570   - <type>Integer</type>
1571   - <format/>
1572   - </field>
1573   - <field>
1574   - <name>error_desc</name>
1575   - <type>String</type>
1576   - <format/>
1577   - </field>
1578   - <field>
1579   - <name>error_column1</name>
1580   - <type>String</type>
1581   - <format/>
1582   - </field>
1583   - <field>
1584   - <name>error_column2</name>
1585   - <type>String</type>
1586   - <format/>
1587   - </field>
1588   - </fields>
1589   - <custom>
1590   - <header_font_name>arial</header_font_name>
1591   - <header_font_size>10</header_font_size>
1592   - <header_font_bold>N</header_font_bold>
1593   - <header_font_italic>N</header_font_italic>
1594   - <header_font_underline>no</header_font_underline>
1595   - <header_font_orientation>horizontal</header_font_orientation>
1596   - <header_font_color>black</header_font_color>
1597   - <header_background_color>none</header_background_color>
1598   - <header_row_height>255</header_row_height>
1599   - <header_alignment>left</header_alignment>
1600   - <header_image/>
1601   - <row_font_name>arial</row_font_name>
1602   - <row_font_size>10</row_font_size>
1603   - <row_font_color>black</row_font_color>
1604   - <row_background_color>none</row_background_color>
1605   - </custom>
1606   - <cluster_schema/>
1607   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
1608   - <xloc>534</xloc>
1609   - <yloc>392</yloc>
1610   - <draw>Y</draw>
1611   - </GUI>
1612   - </step>
1613   -
1614   - <step_error_handling>
1615   - <error>
1616   - <source_step>&#x63d2;&#x5165; &#x2f; &#x66f4;&#x65b0;bsth_c_s_sr1_flat</source_step>
1617   - <target_step>&#x9519;&#x8bef;&#x8f93;&#x51fa; 2</target_step>
1618   - <is_enabled>Y</is_enabled>
1619   - <nr_valuename>error_count</nr_valuename>
1620   - <descriptions_valuename>error_desc</descriptions_valuename>
1621   - <fields_valuename>error_column1</fields_valuename>
1622   - <codes_valuename>error_column2</codes_valuename>
1623   - <max_errors/>
1624   - <max_pct_errors/>
1625   - <min_pct_rows/>
1626   - </error>
1627   - </step_error_handling>
1628   - <slave-step-copy-partition-distribution>
1629   -</slave-step-copy-partition-distribution>
1630   - <slave_transformation>N</slave_transformation>
1631   -
1632   -</transformation>
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<transformation>
  3 + <info>
  4 + <name>&#x6392;&#x73ed;&#x89c4;&#x5219;&#x4fe1;&#x606f;&#x5bfc;&#x5165;</name>
  5 + <description/>
  6 + <extended_description/>
  7 + <trans_version/>
  8 + <trans_type>Normal</trans_type>
  9 + <trans_status>0</trans_status>
  10 + <directory>&#x2f;</directory>
  11 + <parameters>
  12 + <parameter>
  13 + <name>erroroutputdir</name>
  14 + <default_value>&#x2f;Users&#x2f;xu&#x2f;resource&#x2f;project_code&#x2f;bsth_project&#x2f;bsth_control_etl&#x2f;&#x5bfc;&#x5165;&#x5bfc;&#x51fa;1</default_value>
  15 + <description>ktr step&#x914d;&#x7f6e;&#x7684;&#x9519;&#x8bef;&#x8f93;&#x51fa;&#x76ee;&#x5f55;</description>
  16 + </parameter>
  17 + <parameter>
  18 + <name>filepath</name>
  19 + <default_value>&#x2f;Users&#x2f;xu&#x2f;resource&#x2f;project_code&#x2f;bsth_project&#x2f;bsth_control_etl&#x2f;&#x5bfc;&#x5165;&#x5bfc;&#x51fa;1&#x2f;&#x6392;&#x7248;&#x89c4;&#x5219;&#x4fe1;&#x606f;.xls</default_value>
  20 + <description>&#x5f85;&#x5904;&#x7406;&#x5bfc;&#x5165;&#x7684;excel&#x6587;&#x4ef6;</description>
  21 + </parameter>
  22 + </parameters>
  23 + <log>
  24 +<trans-log-table><connection/>
  25 +<schema/>
  26 +<table/>
  27 +<size_limit_lines/>
  28 +<interval/>
  29 +<timeout_days/>
  30 +<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>
  31 +<perf-log-table><connection/>
  32 +<schema/>
  33 +<table/>
  34 +<interval/>
  35 +<timeout_days/>
  36 +<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>
  37 +<channel-log-table><connection/>
  38 +<schema/>
  39 +<table/>
  40 +<timeout_days/>
  41 +<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>
  42 +<step-log-table><connection/>
  43 +<schema/>
  44 +<table/>
  45 +<timeout_days/>
  46 +<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>
  47 +<metrics-log-table><connection/>
  48 +<schema/>
  49 +<table/>
  50 +<timeout_days/>
  51 +<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>
  52 + </log>
  53 + <maxdate>
  54 + <connection/>
  55 + <table/>
  56 + <field/>
  57 + <offset>0.0</offset>
  58 + <maxdiff>0.0</maxdiff>
  59 + </maxdate>
  60 + <size_rowset>10000</size_rowset>
  61 + <sleep_time_empty>50</sleep_time_empty>
  62 + <sleep_time_full>50</sleep_time_full>
  63 + <unique_connections>N</unique_connections>
  64 + <feedback_shown>Y</feedback_shown>
  65 + <feedback_size>50000</feedback_size>
  66 + <using_thread_priorities>Y</using_thread_priorities>
  67 + <shared_objects_file/>
  68 + <capture_step_performance>N</capture_step_performance>
  69 + <step_performance_capturing_delay>1000</step_performance_capturing_delay>
  70 + <step_performance_capturing_size_limit>100</step_performance_capturing_size_limit>
  71 + <dependencies>
  72 + </dependencies>
  73 + <partitionschemas>
  74 + </partitionschemas>
  75 + <slaveservers>
  76 + </slaveservers>
  77 + <clusterschemas>
  78 + </clusterschemas>
  79 + <created_user>-</created_user>
  80 + <created_date>2017&#x2f;01&#x2f;09 10&#x3a;10&#x3a;36.915</created_date>
  81 + <modified_user>-</modified_user>
  82 + <modified_date>2017&#x2f;01&#x2f;09 10&#x3a;10&#x3a;36.915</modified_date>
  83 + <key_for_session_key>H4sIAAAAAAAAAAMAAAAAAAAAAAA&#x3d;</key_for_session_key>
  84 + <is_key_private>N</is_key_private>
  85 + </info>
  86 + <notepads>
  87 + <notepad>
  88 + <note>&#x8fd9;&#x91cc;&#x6709;&#x4e9b;&#x95ee;&#x9898;&#xa;&#x5728;window2012&#x7684;&#x73af;&#x5883;&#x4e0b;&#xff0c;&#xa;MySql&#x6570;&#x636e;&#x5e93;&#x67e5;&#x8be2;&#x4e2d;&#x5982;&#x679c;&#x8fd4;&#x56de;&#x4e2d;&#x6587;&#x5185;&#x5bb9;&#x7684;&#x5b57;&#x6bb5;&#xff0c;&#x8fd9;&#x4e2a;&#x5185;&#x5bb9;&#x4e71;&#x7801;&#xa;&#x89e3;&#x51b3;&#x529e;&#x6cd5;&#xff0c;&#x5c31;&#x662f;&#x6570;&#x636e;&#x5e93;&#x67e5;&#x8be2;&#x5168;&#x90e8;&#x7f13;&#x5b58;&#xff0c;&#x5c31;&#x4e0d;&#x4e71;&#x7801;&#xa;linux&#x73af;&#x5883;&#x4e0b;&#x6ca1;&#x95ee;&#x9898;</note>
  89 + <xloc>41</xloc>
  90 + <yloc>315</yloc>
  91 + <width>333</width>
  92 + <heigth>90</heigth>
  93 + <fontname>YaHei Consolas Hybrid</fontname>
  94 + <fontsize>12</fontsize>
  95 + <fontbold>N</fontbold>
  96 + <fontitalic>N</fontitalic>
  97 + <fontcolorred>0</fontcolorred>
  98 + <fontcolorgreen>0</fontcolorgreen>
  99 + <fontcolorblue>0</fontcolorblue>
  100 + <backgroundcolorred>255</backgroundcolorred>
  101 + <backgroundcolorgreen>205</backgroundcolorgreen>
  102 + <backgroundcolorblue>112</backgroundcolorblue>
  103 + <bordercolorred>100</bordercolorred>
  104 + <bordercolorgreen>100</bordercolorgreen>
  105 + <bordercolorblue>100</bordercolorblue>
  106 + <drawshadow>Y</drawshadow>
  107 + </notepad>
  108 + </notepads>
  109 + <connection>
  110 + <name>bus_control_variable</name>
  111 + <server>&#x24;&#x7b;v_db_ip&#x7d;</server>
  112 + <type>MYSQL</type>
  113 + <access>Native</access>
  114 + <database>&#x24;&#x7b;v_db_dname&#x7d;</database>
  115 + <port>3306</port>
  116 + <username>&#x24;&#x7b;v_db_uname&#x7d;</username>
  117 + <password>&#x24;&#x7b;v_db_pwd&#x7d;</password>
  118 + <servername/>
  119 + <data_tablespace/>
  120 + <index_tablespace/>
  121 + <attributes>
  122 + <attribute><code>EXTRA_OPTION_MYSQL.characterEncoding</code><attribute>utf8</attribute></attribute>
  123 + <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute>
  124 + <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute>
  125 + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute>
  126 + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute>
  127 + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute>
  128 + <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute>
  129 + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute>
  130 + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute>
  131 + <attribute><code>STREAM_RESULTS</code><attribute>N</attribute></attribute>
  132 + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute>
  133 + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute>
  134 + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute>
  135 + </attributes>
  136 + </connection>
  137 + <connection>
  138 + <name>bus_control_&#x516c;&#x53f8;_201</name>
  139 + <server>localhost</server>
  140 + <type>MYSQL</type>
  141 + <access>Native</access>
  142 + <database>control</database>
  143 + <port>3306</port>
  144 + <username>root</username>
  145 + <password>Encrypted </password>
  146 + <servername/>
  147 + <data_tablespace/>
  148 + <index_tablespace/>
  149 + <attributes>
  150 + <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute>
  151 + <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute>
  152 + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute>
  153 + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute>
  154 + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute>
  155 + <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute>
  156 + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute>
  157 + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute>
  158 + <attribute><code>STREAM_RESULTS</code><attribute>N</attribute></attribute>
  159 + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute>
  160 + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute>
  161 + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute>
  162 + </attributes>
  163 + </connection>
  164 + <connection>
  165 + <name>bus_control_&#x672c;&#x673a;</name>
  166 + <server>localhost</server>
  167 + <type>MYSQL</type>
  168 + <access>Native</access>
  169 + <database>control</database>
  170 + <port>3306</port>
  171 + <username>root</username>
  172 + <password>Encrypted </password>
  173 + <servername/>
  174 + <data_tablespace/>
  175 + <index_tablespace/>
  176 + <attributes>
  177 + <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute>
  178 + <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute>
  179 + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute>
  180 + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute>
  181 + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute>
  182 + <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute>
  183 + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute>
  184 + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute>
  185 + <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute>
  186 + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute>
  187 + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute>
  188 + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute>
  189 + </attributes>
  190 + </connection>
  191 + <connection>
  192 + <name>xlab_mysql_youle</name>
  193 + <server>101.231.124.8</server>
  194 + <type>MYSQL</type>
  195 + <access>Native</access>
  196 + <database>xlab_youle</database>
  197 + <port>45687</port>
  198 + <username>xlab-youle</username>
  199 + <password>Encrypted 2be98afc86aa78a88aa1be369d187a3df</password>
  200 + <servername/>
  201 + <data_tablespace/>
  202 + <index_tablespace/>
  203 + <attributes>
  204 + <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute>
  205 + <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute>
  206 + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute>
  207 + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute>
  208 + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute>
  209 + <attribute><code>PORT_NUMBER</code><attribute>45687</attribute></attribute>
  210 + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute>
  211 + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute>
  212 + <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute>
  213 + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>N</attribute></attribute>
  214 + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>N</attribute></attribute>
  215 + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute>
  216 + </attributes>
  217 + </connection>
  218 + <connection>
  219 + <name>xlab_mysql_youle&#xff08;&#x672c;&#x673a;&#xff09;</name>
  220 + <server>localhost</server>
  221 + <type>MYSQL</type>
  222 + <access>Native</access>
  223 + <database>xlab_youle</database>
  224 + <port>3306</port>
  225 + <username>root</username>
  226 + <password>Encrypted </password>
  227 + <servername/>
  228 + <data_tablespace/>
  229 + <index_tablespace/>
  230 + <attributes>
  231 + <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute>
  232 + <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute>
  233 + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute>
  234 + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute>
  235 + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute>
  236 + <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute>
  237 + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute>
  238 + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute>
  239 + <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute>
  240 + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>N</attribute></attribute>
  241 + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>N</attribute></attribute>
  242 + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute>
  243 + </attributes>
  244 + </connection>
  245 + <connection>
  246 + <name>xlab_youle</name>
  247 + <server/>
  248 + <type>MYSQL</type>
  249 + <access>JNDI</access>
  250 + <database>xlab_youle</database>
  251 + <port>1521</port>
  252 + <username/>
  253 + <password>Encrypted </password>
  254 + <servername/>
  255 + <data_tablespace/>
  256 + <index_tablespace/>
  257 + <attributes>
  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>1521</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>Y</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 + <order>
  271 + <hop> <from>&#x83b7;&#x53d6;&#x53d8;&#x91cf;</from><to>&#x539f;&#x59cb;&#x7cfb;&#x7edf;&#x5bfc;&#x51fa;&#x7684;Excel&#x8f93;&#x5165;</to><enabled>Y</enabled> </hop>
  272 + <hop> <from>&#x539f;&#x59cb;&#x7cfb;&#x7edf;&#x5bfc;&#x51fa;&#x7684;Excel&#x8f93;&#x5165;</from><to>&#x542f;&#x7528;&#x88ab;&#x6570;&#x636e;flag</to><enabled>Y</enabled> </hop>
  273 + <hop> <from>&#x62c6;&#x5206;&#x8def;&#x724c;&#x8303;&#x56f4;</from><to>&#x8def;&#x724c;id&#x67e5;&#x8be2;</to><enabled>Y</enabled> </hop>
  274 + <hop> <from>&#x6392;&#x5e8f;&#x8bb0;&#x5f55;</from><to>&#x5206;&#x7ec4;&#x5408;&#x5e76;&#x8def;&#x724c;id</to><enabled>Y</enabled> </hop>
  275 + <hop> <from>&#x5206;&#x7ec4;&#x5408;&#x5e76;&#x8def;&#x724c;id</from><to>&#x62c6;&#x5206;&#x4eba;&#x5458;&#x8303;&#x56f4;</to><enabled>Y</enabled> </hop>
  276 + <hop> <from>&#x62c6;&#x5206;&#x4eba;&#x5458;&#x8303;&#x56f4;</from><to>&#x62c6;&#x5206;&#x5206;&#x73ed;&#x642d;&#x73ed;&#x7f16;&#x7801;&#x5b57;&#x6bb5;</to><enabled>Y</enabled> </hop>
  277 + <hop> <from>&#x62c6;&#x5206;&#x5206;&#x73ed;&#x642d;&#x73ed;&#x7f16;&#x7801;&#x5b57;&#x6bb5;</from><to>&#x4eba;&#x5458;&#x914d;&#x7f6e;id&#x67e5;&#x8be2;</to><enabled>Y</enabled> </hop>
  278 + <hop> <from>&#x4eba;&#x5458;&#x914d;&#x7f6e;id&#x67e5;&#x8be2;</from><to>&#x4eba;&#x5458;&#x914d;&#x7f6e;id&#x67e5;&#x8be2; 2</to><enabled>Y</enabled> </hop>
  279 + <hop> <from>&#x542f;&#x7528;&#x88ab;&#x6570;&#x636e;flag</from><to>&#x7ebf;&#x8def;id&#x67e5;&#x8be2;</to><enabled>Y</enabled> </hop>
  280 + <hop> <from>&#x7ebf;&#x8def;id&#x67e5;&#x8be2;</from><to>&#x8fc7;&#x6ee4;&#x7ebf;&#x8def;id&#x4e3a;&#x7a7a;&#x8bb0;&#x5f55;</to><enabled>Y</enabled> </hop>
  281 + <hop> <from>&#x8fc7;&#x6ee4;&#x7ebf;&#x8def;id&#x4e3a;&#x7a7a;&#x8bb0;&#x5f55;</from><to>&#x8f66;&#x8f86;&#x914d;&#x7f6e;id&#x67e5;&#x8be2;</to><enabled>Y</enabled> </hop>
  282 + <hop> <from>&#x8f66;&#x8f86;&#x914d;&#x7f6e;id&#x67e5;&#x8be2;</from><to>&#x8fc7;&#x6ee4;&#x8f66;&#x8f86;&#x914d;&#x7f6e;id&#x4e3a;&#x7a7a;&#x8bb0;&#x5f55;</to><enabled>Y</enabled> </hop>
  283 + <hop> <from>&#x8fc7;&#x6ee4;&#x8f66;&#x8f86;&#x914d;&#x7f6e;id&#x4e3a;&#x7a7a;&#x8bb0;&#x5f55;</from><to>&#x62c6;&#x5206;&#x8def;&#x724c;&#x8303;&#x56f4;</to><enabled>Y</enabled> </hop>
  284 + <hop> <from>&#x8def;&#x724c;id&#x67e5;&#x8be2;</from><to>&#x8fc7;&#x6ee4;&#x8def;&#x724c;id&#x4e3a;&#x7a7a;&#x8bb0;&#x5f55;</to><enabled>Y</enabled> </hop>
  285 + <hop> <from>&#x8fc7;&#x6ee4;&#x8def;&#x724c;id&#x4e3a;&#x7a7a;&#x8bb0;&#x5f55;</from><to>&#x6392;&#x5e8f;&#x8bb0;&#x5f55;</to><enabled>Y</enabled> </hop>
  286 + <hop> <from>&#x4eba;&#x5458;&#x914d;&#x7f6e;id&#x67e5;&#x8be2; 2</from><to>&#x8fc7;&#x6ee4;&#x4eba;&#x5458;&#x914d;&#x7f6e;id&#x4e3a;&#x7a7a;&#x8bb0;&#x5f55;</to><enabled>Y</enabled> </hop>
  287 + <hop> <from>&#x8fc7;&#x6ee4;&#x4eba;&#x5458;&#x914d;&#x7f6e;id&#x4e3a;&#x7a7a;&#x8bb0;&#x5f55;</from><to>&#x5408;&#x5e76;&#x5206;&#x73ed;&#x4eba;&#x5458;&#x914d;&#x7f6e;id</to><enabled>Y</enabled> </hop>
  288 + <hop> <from>&#x5408;&#x5e76;&#x5206;&#x73ed;&#x4eba;&#x5458;&#x914d;&#x7f6e;id</from><to>&#x6392;&#x5e8f;&#x8bb0;&#x5f55; 2</to><enabled>Y</enabled> </hop>
  289 + <hop> <from>&#x6392;&#x5e8f;&#x8bb0;&#x5f55; 2</from><to>&#x5206;&#x7ec4;&#x5408;&#x5e76;&#x4eba;&#x5458;&#x914d;&#x7f6e;id</to><enabled>Y</enabled> </hop>
  290 + <hop> <from>&#x63d2;&#x5165; &#x2f; &#x66f4;&#x65b0;bsth_c_s_sr1_flat</from><to>&#x9519;&#x8bef;&#x8f93;&#x51fa; 2</to><enabled>Y</enabled> </hop>
  291 + <hop> <from>&#x5206;&#x7ec4;&#x5408;&#x5e76;&#x4eba;&#x5458;&#x914d;&#x7f6e;id</from><to>&#x542f;&#x7528;&#x65e5;&#x671f;&#x8f6c;&#x6362;</to><enabled>Y</enabled> </hop>
  292 + <hop> <from>&#x542f;&#x7528;&#x65e5;&#x671f;&#x8f6c;&#x6362;</from><to>&#x63d2;&#x5165; &#x2f; &#x66f4;&#x65b0;bsth_c_s_sr1_flat</to><enabled>Y</enabled> </hop>
  293 + </order>
  294 + <step>
  295 + <name>&#x4eba;&#x5458;&#x914d;&#x7f6e;id&#x67e5;&#x8be2;</name>
  296 + <type>DBLookup</type>
  297 + <description/>
  298 + <distribute>Y</distribute>
  299 + <custom_distribution/>
  300 + <copies>1</copies>
  301 + <partitioning>
  302 + <method>none</method>
  303 + <schema_name/>
  304 + </partitioning>
  305 + <connection>bus_control_variable</connection>
  306 + <cache>Y</cache>
  307 + <cache_load_all>Y</cache_load_all>
  308 + <cache_size>0</cache_size>
  309 + <lookup>
  310 + <schema/>
  311 + <table>bsth_c_s_ecinfo</table>
  312 + <orderby/>
  313 + <fail_on_multiple>N</fail_on_multiple>
  314 + <eat_row_on_failure>N</eat_row_on_failure>
  315 + <key>
  316 + <name>xlid</name>
  317 + <field>xl</field>
  318 + <condition>&#x3d;</condition>
  319 + <name2/>
  320 + </key>
  321 + <key>
  322 + <name>dbbm1</name>
  323 + <field>dbbm</field>
  324 + <condition>&#x3d;</condition>
  325 + <name2/>
  326 + </key>
  327 + <key>
  328 + <name>isCancel</name>
  329 + <field>is_cancel</field>
  330 + <condition>&#x3d;</condition>
  331 + <name2/>
  332 + </key>
  333 + <value>
  334 + <name>id</name>
  335 + <rename>rycid1</rename>
  336 + <default/>
  337 + <type>Integer</type>
  338 + </value>
  339 + </lookup>
  340 + <cluster_schema/>
  341 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  342 + <xloc>904</xloc>
  343 + <yloc>101</yloc>
  344 + <draw>Y</draw>
  345 + </GUI>
  346 + </step>
  347 +
  348 + <step>
  349 + <name>&#x4eba;&#x5458;&#x914d;&#x7f6e;id&#x67e5;&#x8be2; 2</name>
  350 + <type>DBLookup</type>
  351 + <description/>
  352 + <distribute>Y</distribute>
  353 + <custom_distribution/>
  354 + <copies>1</copies>
  355 + <partitioning>
  356 + <method>none</method>
  357 + <schema_name/>
  358 + </partitioning>
  359 + <connection>bus_control_variable</connection>
  360 + <cache>Y</cache>
  361 + <cache_load_all>Y</cache_load_all>
  362 + <cache_size>0</cache_size>
  363 + <lookup>
  364 + <schema/>
  365 + <table>bsth_c_s_ecinfo</table>
  366 + <orderby/>
  367 + <fail_on_multiple>N</fail_on_multiple>
  368 + <eat_row_on_failure>N</eat_row_on_failure>
  369 + <key>
  370 + <name>xlid</name>
  371 + <field>xl</field>
  372 + <condition>&#x3d;</condition>
  373 + <name2/>
  374 + </key>
  375 + <key>
  376 + <name>dbbm2</name>
  377 + <field>dbbm</field>
  378 + <condition>&#x3d;</condition>
  379 + <name2/>
  380 + </key>
  381 + <key>
  382 + <name>isCancel</name>
  383 + <field>is_cancel</field>
  384 + <condition>&#x3d;</condition>
  385 + <name2/>
  386 + </key>
  387 + <value>
  388 + <name>id</name>
  389 + <rename>rycid2</rename>
  390 + <default/>
  391 + <type>Integer</type>
  392 + </value>
  393 + </lookup>
  394 + <cluster_schema/>
  395 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  396 + <xloc>778</xloc>
  397 + <yloc>103</yloc>
  398 + <draw>Y</draw>
  399 + </GUI>
  400 + </step>
  401 +
  402 + <step>
  403 + <name>&#x5206;&#x7ec4;&#x5408;&#x5e76;&#x4eba;&#x5458;&#x914d;&#x7f6e;id</name>
  404 + <type>GroupBy</type>
  405 + <description/>
  406 + <distribute>Y</distribute>
  407 + <custom_distribution/>
  408 + <copies>1</copies>
  409 + <partitioning>
  410 + <method>none</method>
  411 + <schema_name/>
  412 + </partitioning>
  413 + <all_rows>N</all_rows>
  414 + <ignore_aggregate>N</ignore_aggregate>
  415 + <field_ignore/>
  416 + <directory>&#x25;&#x25;java.io.tmpdir&#x25;&#x25;</directory>
  417 + <prefix>grp</prefix>
  418 + <add_linenr>N</add_linenr>
  419 + <linenr_fieldname/>
  420 + <give_back_row>N</give_back_row>
  421 + <group>
  422 + <field>
  423 + <name>xlid</name>
  424 + </field>
  425 + <field>
  426 + <name>cid</name>
  427 + </field>
  428 + <field>
  429 + <name>&#x8def;&#x724c;&#x8303;&#x56f4;</name>
  430 + </field>
  431 + <field>
  432 + <name>lpids</name>
  433 + </field>
  434 + <field>
  435 + <name>&#x8d77;&#x59cb;&#x8def;&#x724c;</name>
  436 + </field>
  437 + <field>
  438 + <name>&#x8d77;&#x59cb;&#x4eba;&#x5458;</name>
  439 + </field>
  440 + <field>
  441 + <name>&#x4eba;&#x5458;&#x8303;&#x56f4;</name>
  442 + </field>
  443 + <field>
  444 + <name>&#x542f;&#x7528;&#x65e5;&#x671f;</name>
  445 + </field>
  446 + <field>
  447 + <name>&#x7ffb;&#x73ed;&#x683c;&#x5f0f;</name>
  448 + </field>
  449 + <field>
  450 + <name>isCancel</name>
  451 + </field>
  452 + </group>
  453 + <fields>
  454 + <field>
  455 + <aggregate>rycids</aggregate>
  456 + <subject>rycid</subject>
  457 + <type>CONCAT_STRING</type>
  458 + <valuefield>,</valuefield>
  459 + </field>
  460 + </fields>
  461 + <cluster_schema/>
  462 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  463 + <xloc>780</xloc>
  464 + <yloc>291</yloc>
  465 + <draw>Y</draw>
  466 + </GUI>
  467 + </step>
  468 +
  469 + <step>
  470 + <name>&#x5206;&#x7ec4;&#x5408;&#x5e76;&#x8def;&#x724c;id</name>
  471 + <type>GroupBy</type>
  472 + <description/>
  473 + <distribute>Y</distribute>
  474 + <custom_distribution/>
  475 + <copies>1</copies>
  476 + <partitioning>
  477 + <method>none</method>
  478 + <schema_name/>
  479 + </partitioning>
  480 + <all_rows>N</all_rows>
  481 + <ignore_aggregate>N</ignore_aggregate>
  482 + <field_ignore/>
  483 + <directory>&#x25;&#x25;java.io.tmpdir&#x25;&#x25;</directory>
  484 + <prefix>grp</prefix>
  485 + <add_linenr>N</add_linenr>
  486 + <linenr_fieldname/>
  487 + <give_back_row>N</give_back_row>
  488 + <group>
  489 + <field>
  490 + <name>xlid</name>
  491 + </field>
  492 + <field>
  493 + <name>cid</name>
  494 + </field>
  495 + <field>
  496 + <name>&#x8def;&#x724c;&#x8303;&#x56f4;</name>
  497 + </field>
  498 + <field>
  499 + <name>&#x8d77;&#x59cb;&#x8def;&#x724c;</name>
  500 + </field>
  501 + <field>
  502 + <name>&#x8d77;&#x59cb;&#x4eba;&#x5458;</name>
  503 + </field>
  504 + <field>
  505 + <name>&#x4eba;&#x5458;&#x8303;&#x56f4;</name>
  506 + </field>
  507 + <field>
  508 + <name>&#x542f;&#x7528;&#x65e5;&#x671f;</name>
  509 + </field>
  510 + <field>
  511 + <name>&#x7ffb;&#x73ed;&#x683c;&#x5f0f;</name>
  512 + </field>
  513 + <field>
  514 + <name>isCancel</name>
  515 + </field>
  516 + </group>
  517 + <fields>
  518 + <field>
  519 + <aggregate>lpids</aggregate>
  520 + <subject>lpid</subject>
  521 + <type>CONCAT_STRING</type>
  522 + <valuefield>,</valuefield>
  523 + </field>
  524 + </fields>
  525 + <cluster_schema/>
  526 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  527 + <xloc>653</xloc>
  528 + <yloc>119</yloc>
  529 + <draw>Y</draw>
  530 + </GUI>
  531 + </step>
  532 +
  533 + <step>
  534 + <name>&#x539f;&#x59cb;&#x7cfb;&#x7edf;&#x5bfc;&#x51fa;&#x7684;Excel&#x8f93;&#x5165;</name>
  535 + <type>ExcelInput</type>
  536 + <description/>
  537 + <distribute>Y</distribute>
  538 + <custom_distribution/>
  539 + <copies>1</copies>
  540 + <partitioning>
  541 + <method>none</method>
  542 + <schema_name/>
  543 + </partitioning>
  544 + <header>Y</header>
  545 + <noempty>Y</noempty>
  546 + <stoponempty>N</stoponempty>
  547 + <filefield/>
  548 + <sheetfield/>
  549 + <sheetrownumfield/>
  550 + <rownumfield/>
  551 + <sheetfield/>
  552 + <filefield/>
  553 + <limit>0</limit>
  554 + <encoding/>
  555 + <add_to_result_filenames>Y</add_to_result_filenames>
  556 + <accept_filenames>Y</accept_filenames>
  557 + <accept_field>filepath_</accept_field>
  558 + <accept_stepname>&#x83b7;&#x53d6;&#x53d8;&#x91cf;</accept_stepname>
  559 + <file>
  560 + <name/>
  561 + <filemask/>
  562 + <exclude_filemask/>
  563 + <file_required>N</file_required>
  564 + <include_subfolders>N</include_subfolders>
  565 + </file>
  566 + <fields>
  567 + <field>
  568 + <name>&#x7ebf;&#x8def;</name>
  569 + <type>String</type>
  570 + <length>-1</length>
  571 + <precision>-1</precision>
  572 + <trim_type>none</trim_type>
  573 + <repeat>N</repeat>
  574 + <format/>
  575 + <currency/>
  576 + <decimal/>
  577 + <group/>
  578 + </field>
  579 + <field>
  580 + <name>&#x5185;&#x90e8;&#x7f16;&#x7801;</name>
  581 + <type>String</type>
  582 + <length>-1</length>
  583 + <precision>-1</precision>
  584 + <trim_type>none</trim_type>
  585 + <repeat>N</repeat>
  586 + <format/>
  587 + <currency/>
  588 + <decimal/>
  589 + <group/>
  590 + </field>
  591 + <field>
  592 + <name>&#x542f;&#x7528;&#x65e5;&#x671f;</name>
  593 + <type>String</type>
  594 + <length>-1</length>
  595 + <precision>-1</precision>
  596 + <trim_type>none</trim_type>
  597 + <repeat>N</repeat>
  598 + <format/>
  599 + <currency/>
  600 + <decimal/>
  601 + <group/>
  602 + </field>
  603 + <field>
  604 + <name>&#x8d77;&#x59cb;&#x8def;&#x724c;</name>
  605 + <type>String</type>
  606 + <length>-1</length>
  607 + <precision>-1</precision>
  608 + <trim_type>none</trim_type>
  609 + <repeat>N</repeat>
  610 + <format>&#x23;</format>
  611 + <currency/>
  612 + <decimal/>
  613 + <group/>
  614 + </field>
  615 + <field>
  616 + <name>&#x8def;&#x724c;&#x8303;&#x56f4;</name>
  617 + <type>String</type>
  618 + <length>-1</length>
  619 + <precision>-1</precision>
  620 + <trim_type>none</trim_type>
  621 + <repeat>N</repeat>
  622 + <format>&#x23;</format>
  623 + <currency/>
  624 + <decimal/>
  625 + <group/>
  626 + </field>
  627 + <field>
  628 + <name>&#x8d77;&#x59cb;&#x4eba;&#x5458;</name>
  629 + <type>String</type>
  630 + <length>-1</length>
  631 + <precision>-1</precision>
  632 + <trim_type>none</trim_type>
  633 + <repeat>N</repeat>
  634 + <format>&#x23;</format>
  635 + <currency/>
  636 + <decimal/>
  637 + <group/>
  638 + </field>
  639 + <field>
  640 + <name>&#x4eba;&#x5458;&#x8303;&#x56f4;</name>
  641 + <type>String</type>
  642 + <length>-1</length>
  643 + <precision>-1</precision>
  644 + <trim_type>none</trim_type>
  645 + <repeat>N</repeat>
  646 + <format>&#x23;</format>
  647 + <currency/>
  648 + <decimal/>
  649 + <group/>
  650 + </field>
  651 + <field>
  652 + <name>&#x7ffb;&#x73ed;&#x683c;&#x5f0f;</name>
  653 + <type>String</type>
  654 + <length>-1</length>
  655 + <precision>-1</precision>
  656 + <trim_type>none</trim_type>
  657 + <repeat>N</repeat>
  658 + <format>&#x23;</format>
  659 + <currency/>
  660 + <decimal/>
  661 + <group/>
  662 + </field>
  663 + </fields>
  664 + <sheets>
  665 + <sheet>
  666 + <name>&#x5de5;&#x4f5c;&#x8868;1</name>
  667 + <startrow>0</startrow>
  668 + <startcol>0</startcol>
  669 + </sheet>
  670 + </sheets>
  671 + <strict_types>N</strict_types>
  672 + <error_ignored>N</error_ignored>
  673 + <error_line_skipped>N</error_line_skipped>
  674 + <bad_line_files_destination_directory/>
  675 + <bad_line_files_extension>warning</bad_line_files_extension>
  676 + <error_line_files_destination_directory/>
  677 + <error_line_files_extension>error</error_line_files_extension>
  678 + <line_number_files_destination_directory/>
  679 + <line_number_files_extension>line</line_number_files_extension>
  680 + <shortFileFieldName/>
  681 + <pathFieldName/>
  682 + <hiddenFieldName/>
  683 + <lastModificationTimeFieldName/>
  684 + <uriNameFieldName/>
  685 + <rootUriNameFieldName/>
  686 + <extensionFieldName/>
  687 + <sizeFieldName/>
  688 + <spreadsheet_type>JXL</spreadsheet_type>
  689 + <cluster_schema/>
  690 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  691 + <xloc>208</xloc>
  692 + <yloc>21</yloc>
  693 + <draw>Y</draw>
  694 + </GUI>
  695 + </step>
  696 +
  697 + <step>
  698 + <name>&#x5408;&#x5e76;&#x5206;&#x73ed;&#x4eba;&#x5458;&#x914d;&#x7f6e;id</name>
  699 + <type>ScriptValueMod</type>
  700 + <description/>
  701 + <distribute>Y</distribute>
  702 + <custom_distribution/>
  703 + <copies>1</copies>
  704 + <partitioning>
  705 + <method>none</method>
  706 + <schema_name/>
  707 + </partitioning>
  708 + <compatible>N</compatible>
  709 + <optimizationLevel>9</optimizationLevel>
  710 + <jsScripts> <jsScript> <jsScript_type>0</jsScript_type>
  711 + <jsScript_name>Script 1</jsScript_name>
  712 + <jsScript_script>&#x2f;&#x2f;Script here&#xa;&#xa;var rycid&#x3b;&#xa;&#xa;if &#x28;rycid2 &#x3d;&#x3d; null&#x29; &#x7b;&#xa; rycid &#x3d; rycid1&#x3b;&#xa;&#x7d; else &#x7b;&#xa; rycid &#x3d; rycid1 &#x2b; &#x22;-&#x22; &#x2b; rycid2&#x3b;&#xa;&#x7d;</jsScript_script>
  713 + </jsScript> </jsScripts> <fields> <field> <name>rycid</name>
  714 + <rename>rycid</rename>
  715 + <type>String</type>
  716 + <length>-1</length>
  717 + <precision>-1</precision>
  718 + <replace>N</replace>
  719 + </field> </fields> <cluster_schema/>
  720 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  721 + <xloc>917</xloc>
  722 + <yloc>201</yloc>
  723 + <draw>Y</draw>
  724 + </GUI>
  725 + </step>
  726 +
  727 + <step>
  728 + <name>&#x542f;&#x7528;&#x65e5;&#x671f;&#x8f6c;&#x6362;</name>
  729 + <type>SelectValues</type>
  730 + <description/>
  731 + <distribute>Y</distribute>
  732 + <custom_distribution/>
  733 + <copies>1</copies>
  734 + <partitioning>
  735 + <method>none</method>
  736 + <schema_name/>
  737 + </partitioning>
  738 + <fields> <select_unspecified>N</select_unspecified>
  739 + <meta> <name>&#x542f;&#x7528;&#x65e5;&#x671f;</name>
  740 + <rename>&#x542f;&#x7528;&#x65e5;&#x671f;</rename>
  741 + <type>Timestamp</type>
  742 + <length>-2</length>
  743 + <precision>-2</precision>
  744 + <conversion_mask>yyyy-MM-dd</conversion_mask>
  745 + <date_format_lenient>false</date_format_lenient>
  746 + <date_format_locale/>
  747 + <date_format_timezone/>
  748 + <lenient_string_to_number>false</lenient_string_to_number>
  749 + <encoding/>
  750 + <decimal_symbol/>
  751 + <grouping_symbol/>
  752 + <currency_symbol/>
  753 + <storage_type/>
  754 + </meta> </fields> <cluster_schema/>
  755 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  756 + <xloc>777</xloc>
  757 + <yloc>368</yloc>
  758 + <draw>Y</draw>
  759 + </GUI>
  760 + </step>
  761 +
  762 + <step>
  763 + <name>&#x542f;&#x7528;&#x88ab;&#x6570;&#x636e;flag</name>
  764 + <type>Constant</type>
  765 + <description/>
  766 + <distribute>Y</distribute>
  767 + <custom_distribution/>
  768 + <copies>1</copies>
  769 + <partitioning>
  770 + <method>none</method>
  771 + <schema_name/>
  772 + </partitioning>
  773 + <fields>
  774 + <field>
  775 + <name>isCancel</name>
  776 + <type>Integer</type>
  777 + <format/>
  778 + <currency/>
  779 + <decimal/>
  780 + <group/>
  781 + <nullif>0</nullif>
  782 + <length>-1</length>
  783 + <precision>-1</precision>
  784 + <set_empty_string>N</set_empty_string>
  785 + </field>
  786 + </fields>
  787 + <cluster_schema/>
  788 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  789 + <xloc>361</xloc>
  790 + <yloc>22</yloc>
  791 + <draw>Y</draw>
  792 + </GUI>
  793 + </step>
  794 +
  795 + <step>
  796 + <name>&#x62c6;&#x5206;&#x4eba;&#x5458;&#x8303;&#x56f4;</name>
  797 + <type>SplitFieldToRows3</type>
  798 + <description/>
  799 + <distribute>Y</distribute>
  800 + <custom_distribution/>
  801 + <copies>1</copies>
  802 + <partitioning>
  803 + <method>none</method>
  804 + <schema_name/>
  805 + </partitioning>
  806 + <splitfield>&#x4eba;&#x5458;&#x8303;&#x56f4;</splitfield>
  807 + <delimiter>,</delimiter>
  808 + <newfield>dbbm</newfield>
  809 + <rownum>N</rownum>
  810 + <rownum_field/>
  811 + <resetrownumber>Y</resetrownumber>
  812 + <delimiter_is_regex>N</delimiter_is_regex>
  813 + <cluster_schema/>
  814 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  815 + <xloc>777</xloc>
  816 + <yloc>22</yloc>
  817 + <draw>Y</draw>
  818 + </GUI>
  819 + </step>
  820 +
  821 + <step>
  822 + <name>&#x62c6;&#x5206;&#x5206;&#x73ed;&#x642d;&#x73ed;&#x7f16;&#x7801;&#x5b57;&#x6bb5;</name>
  823 + <type>FieldSplitter</type>
  824 + <description/>
  825 + <distribute>Y</distribute>
  826 + <custom_distribution/>
  827 + <copies>1</copies>
  828 + <partitioning>
  829 + <method>none</method>
  830 + <schema_name/>
  831 + </partitioning>
  832 + <splitfield>dbbm</splitfield>
  833 + <delimiter>-</delimiter>
  834 + <enclosure/>
  835 + <fields> <field> <name>dbbm1</name>
  836 + <id/>
  837 + <idrem>N</idrem>
  838 + <type>String</type>
  839 + <format/>
  840 + <group/>
  841 + <decimal/>
  842 + <currency/>
  843 + <length>-1</length>
  844 + <precision>-1</precision>
  845 + <nullif/>
  846 + <ifnull/>
  847 + <trimtype>none</trimtype>
  848 + </field> <field> <name>dbbm2</name>
  849 + <id/>
  850 + <idrem>N</idrem>
  851 + <type>String</type>
  852 + <format/>
  853 + <group/>
  854 + <decimal/>
  855 + <currency/>
  856 + <length>-1</length>
  857 + <precision>-1</precision>
  858 + <nullif/>
  859 + <ifnull/>
  860 + <trimtype>none</trimtype>
  861 + </field> </fields> <cluster_schema/>
  862 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  863 + <xloc>901</xloc>
  864 + <yloc>22</yloc>
  865 + <draw>Y</draw>
  866 + </GUI>
  867 + </step>
  868 +
  869 + <step>
  870 + <name>&#x62c6;&#x5206;&#x8def;&#x724c;&#x8303;&#x56f4;</name>
  871 + <type>SplitFieldToRows3</type>
  872 + <description/>
  873 + <distribute>Y</distribute>
  874 + <custom_distribution/>
  875 + <copies>1</copies>
  876 + <partitioning>
  877 + <method>none</method>
  878 + <schema_name/>
  879 + </partitioning>
  880 + <splitfield>&#x8def;&#x724c;&#x8303;&#x56f4;</splitfield>
  881 + <delimiter>,</delimiter>
  882 + <newfield>lpname</newfield>
  883 + <rownum>N</rownum>
  884 + <rownum_field/>
  885 + <resetrownumber>Y</resetrownumber>
  886 + <delimiter_is_regex>N</delimiter_is_regex>
  887 + <cluster_schema/>
  888 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  889 + <xloc>364</xloc>
  890 + <yloc>259</yloc>
  891 + <draw>Y</draw>
  892 + </GUI>
  893 + </step>
  894 +
  895 + <step>
  896 + <name>&#x6392;&#x5e8f;&#x8bb0;&#x5f55;</name>
  897 + <type>SortRows</type>
  898 + <description/>
  899 + <distribute>Y</distribute>
  900 + <custom_distribution/>
  901 + <copies>1</copies>
  902 + <partitioning>
  903 + <method>none</method>
  904 + <schema_name/>
  905 + </partitioning>
  906 + <directory>&#x25;&#x25;java.io.tmpdir&#x25;&#x25;</directory>
  907 + <prefix>out</prefix>
  908 + <sort_size>1000000</sort_size>
  909 + <free_memory/>
  910 + <compress>N</compress>
  911 + <compress_variable/>
  912 + <unique_rows>N</unique_rows>
  913 + <fields>
  914 + <field>
  915 + <name>xlid</name>
  916 + <ascending>Y</ascending>
  917 + <case_sensitive>N</case_sensitive>
  918 + <presorted>N</presorted>
  919 + </field>
  920 + <field>
  921 + <name>cid</name>
  922 + <ascending>Y</ascending>
  923 + <case_sensitive>N</case_sensitive>
  924 + <presorted>N</presorted>
  925 + </field>
  926 + <field>
  927 + <name>&#x8def;&#x724c;&#x8303;&#x56f4;</name>
  928 + <ascending>Y</ascending>
  929 + <case_sensitive>N</case_sensitive>
  930 + <presorted>N</presorted>
  931 + </field>
  932 + <field>
  933 + <name>&#x8d77;&#x59cb;&#x8def;&#x724c;</name>
  934 + <ascending>Y</ascending>
  935 + <case_sensitive>N</case_sensitive>
  936 + <presorted>N</presorted>
  937 + </field>
  938 + <field>
  939 + <name>&#x8d77;&#x59cb;&#x4eba;&#x5458;</name>
  940 + <ascending>Y</ascending>
  941 + <case_sensitive>N</case_sensitive>
  942 + <presorted>N</presorted>
  943 + </field>
  944 + <field>
  945 + <name>&#x4eba;&#x5458;&#x8303;&#x56f4;</name>
  946 + <ascending>Y</ascending>
  947 + <case_sensitive>N</case_sensitive>
  948 + <presorted>N</presorted>
  949 + </field>
  950 + <field>
  951 + <name>&#x542f;&#x7528;&#x65e5;&#x671f;</name>
  952 + <ascending>Y</ascending>
  953 + <case_sensitive>N</case_sensitive>
  954 + <presorted>N</presorted>
  955 + </field>
  956 + <field>
  957 + <name>&#x7ffb;&#x73ed;&#x683c;&#x5f0f;</name>
  958 + <ascending>Y</ascending>
  959 + <case_sensitive>N</case_sensitive>
  960 + <presorted>N</presorted>
  961 + </field>
  962 + <field>
  963 + <name>isCancel</name>
  964 + <ascending>Y</ascending>
  965 + <case_sensitive>N</case_sensitive>
  966 + <presorted>N</presorted>
  967 + </field>
  968 + </fields>
  969 + <cluster_schema/>
  970 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  971 + <xloc>516</xloc>
  972 + <yloc>119</yloc>
  973 + <draw>Y</draw>
  974 + </GUI>
  975 + </step>
  976 +
  977 + <step>
  978 + <name>&#x6392;&#x5e8f;&#x8bb0;&#x5f55; 2</name>
  979 + <type>SortRows</type>
  980 + <description/>
  981 + <distribute>Y</distribute>
  982 + <custom_distribution/>
  983 + <copies>1</copies>
  984 + <partitioning>
  985 + <method>none</method>
  986 + <schema_name/>
  987 + </partitioning>
  988 + <directory>&#x25;&#x25;java.io.tmpdir&#x25;&#x25;</directory>
  989 + <prefix>out</prefix>
  990 + <sort_size>1000000</sort_size>
  991 + <free_memory/>
  992 + <compress>N</compress>
  993 + <compress_variable/>
  994 + <unique_rows>N</unique_rows>
  995 + <fields>
  996 + <field>
  997 + <name>xlid</name>
  998 + <ascending>Y</ascending>
  999 + <case_sensitive>N</case_sensitive>
  1000 + <presorted>N</presorted>
  1001 + </field>
  1002 + <field>
  1003 + <name>cid</name>
  1004 + <ascending>Y</ascending>
  1005 + <case_sensitive>N</case_sensitive>
  1006 + <presorted>N</presorted>
  1007 + </field>
  1008 + <field>
  1009 + <name>&#x8def;&#x724c;&#x8303;&#x56f4;</name>
  1010 + <ascending>Y</ascending>
  1011 + <case_sensitive>N</case_sensitive>
  1012 + <presorted>N</presorted>
  1013 + </field>
  1014 + <field>
  1015 + <name>lpids</name>
  1016 + <ascending>Y</ascending>
  1017 + <case_sensitive>N</case_sensitive>
  1018 + <presorted>N</presorted>
  1019 + </field>
  1020 + <field>
  1021 + <name>&#x8d77;&#x59cb;&#x8def;&#x724c;</name>
  1022 + <ascending>Y</ascending>
  1023 + <case_sensitive>N</case_sensitive>
  1024 + <presorted>N</presorted>
  1025 + </field>
  1026 + <field>
  1027 + <name>&#x8d77;&#x59cb;&#x4eba;&#x5458;</name>
  1028 + <ascending>Y</ascending>
  1029 + <case_sensitive>N</case_sensitive>
  1030 + <presorted>N</presorted>
  1031 + </field>
  1032 + <field>
  1033 + <name>&#x4eba;&#x5458;&#x8303;&#x56f4;</name>
  1034 + <ascending>Y</ascending>
  1035 + <case_sensitive>N</case_sensitive>
  1036 + <presorted>N</presorted>
  1037 + </field>
  1038 + <field>
  1039 + <name>&#x542f;&#x7528;&#x65e5;&#x671f;</name>
  1040 + <ascending>Y</ascending>
  1041 + <case_sensitive>N</case_sensitive>
  1042 + <presorted>N</presorted>
  1043 + </field>
  1044 + <field>
  1045 + <name>&#x7ffb;&#x73ed;&#x683c;&#x5f0f;</name>
  1046 + <ascending>Y</ascending>
  1047 + <case_sensitive>N</case_sensitive>
  1048 + <presorted>N</presorted>
  1049 + </field>
  1050 + <field>
  1051 + <name>isCancel</name>
  1052 + <ascending>Y</ascending>
  1053 + <case_sensitive>N</case_sensitive>
  1054 + <presorted>N</presorted>
  1055 + </field>
  1056 + </fields>
  1057 + <cluster_schema/>
  1058 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  1059 + <xloc>919</xloc>
  1060 + <yloc>289</yloc>
  1061 + <draw>Y</draw>
  1062 + </GUI>
  1063 + </step>
  1064 +
  1065 + <step>
  1066 + <name>&#x63d2;&#x5165; &#x2f; &#x66f4;&#x65b0;bsth_c_s_sr1_flat</name>
  1067 + <type>InsertUpdate</type>
  1068 + <description/>
  1069 + <distribute>Y</distribute>
  1070 + <custom_distribution/>
  1071 + <copies>1</copies>
  1072 + <partitioning>
  1073 + <method>none</method>
  1074 + <schema_name/>
  1075 + </partitioning>
  1076 + <connection>bus_control_variable</connection>
  1077 + <commit>100</commit>
  1078 + <update_bypassed>N</update_bypassed>
  1079 + <lookup>
  1080 + <schema/>
  1081 + <table>bsth_c_s_sr1_flat</table>
  1082 + <key>
  1083 + <name>xlid</name>
  1084 + <field>xl</field>
  1085 + <condition>&#x3d;</condition>
  1086 + <name2/>
  1087 + </key>
  1088 + <key>
  1089 + <name>cid</name>
  1090 + <field>car_config_info</field>
  1091 + <condition>&#x3d;</condition>
  1092 + <name2/>
  1093 + </key>
  1094 + <value>
  1095 + <name>xl</name>
  1096 + <rename>xlid</rename>
  1097 + <update>Y</update>
  1098 + </value>
  1099 + <value>
  1100 + <name>car_config_info</name>
  1101 + <rename>cid</rename>
  1102 + <update>Y</update>
  1103 + </value>
  1104 + <value>
  1105 + <name>lp_names</name>
  1106 + <rename>&#x8def;&#x724c;&#x8303;&#x56f4;</rename>
  1107 + <update>Y</update>
  1108 + </value>
  1109 + <value>
  1110 + <name>lp_ids</name>
  1111 + <rename>lpids</rename>
  1112 + <update>Y</update>
  1113 + </value>
  1114 + <value>
  1115 + <name>lp_start</name>
  1116 + <rename>&#x8d77;&#x59cb;&#x8def;&#x724c;</rename>
  1117 + <update>Y</update>
  1118 + </value>
  1119 + <value>
  1120 + <name>ry_start</name>
  1121 + <rename>&#x8d77;&#x59cb;&#x4eba;&#x5458;</rename>
  1122 + <update>Y</update>
  1123 + </value>
  1124 + <value>
  1125 + <name>ry_dbbms</name>
  1126 + <rename>&#x4eba;&#x5458;&#x8303;&#x56f4;</rename>
  1127 + <update>Y</update>
  1128 + </value>
  1129 + <value>
  1130 + <name>qyrq</name>
  1131 + <rename>&#x542f;&#x7528;&#x65e5;&#x671f;</rename>
  1132 + <update>Y</update>
  1133 + </value>
  1134 + <value>
  1135 + <name>ry_config_ids</name>
  1136 + <rename>rycids</rename>
  1137 + <update>Y</update>
  1138 + </value>
  1139 + <value>
  1140 + <name>fbgs</name>
  1141 + <rename>&#x7ffb;&#x73ed;&#x683c;&#x5f0f;</rename>
  1142 + <update>Y</update>
  1143 + </value>
  1144 + </lookup>
  1145 + <cluster_schema/>
  1146 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  1147 + <xloc>532</xloc>
  1148 + <yloc>297</yloc>
  1149 + <draw>Y</draw>
  1150 + </GUI>
  1151 + </step>
  1152 +
  1153 + <step>
  1154 + <name>&#x7ebf;&#x8def;id&#x67e5;&#x8be2;</name>
  1155 + <type>DBLookup</type>
  1156 + <description/>
  1157 + <distribute>Y</distribute>
  1158 + <custom_distribution/>
  1159 + <copies>1</copies>
  1160 + <partitioning>
  1161 + <method>none</method>
  1162 + <schema_name/>
  1163 + </partitioning>
  1164 + <connection>bus_control_variable</connection>
  1165 + <cache>Y</cache>
  1166 + <cache_load_all>Y</cache_load_all>
  1167 + <cache_size>0</cache_size>
  1168 + <lookup>
  1169 + <schema/>
  1170 + <table>bsth_c_line</table>
  1171 + <orderby/>
  1172 + <fail_on_multiple>N</fail_on_multiple>
  1173 + <eat_row_on_failure>N</eat_row_on_failure>
  1174 + <key>
  1175 + <name>&#x7ebf;&#x8def;</name>
  1176 + <field>name</field>
  1177 + <condition>&#x3d;</condition>
  1178 + <name2/>
  1179 + </key>
  1180 + <key>
  1181 + <name>isCancel</name>
  1182 + <field>destroy</field>
  1183 + <condition>&#x3d;</condition>
  1184 + <name2/>
  1185 + </key>
  1186 + <value>
  1187 + <name>id</name>
  1188 + <rename>xlid</rename>
  1189 + <default/>
  1190 + <type>Integer</type>
  1191 + </value>
  1192 + </lookup>
  1193 + <cluster_schema/>
  1194 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  1195 + <xloc>359</xloc>
  1196 + <yloc>110</yloc>
  1197 + <draw>Y</draw>
  1198 + </GUI>
  1199 + </step>
  1200 +
  1201 + <step>
  1202 + <name>&#x83b7;&#x53d6;&#x53d8;&#x91cf;</name>
  1203 + <type>GetVariable</type>
  1204 + <description/>
  1205 + <distribute>Y</distribute>
  1206 + <custom_distribution/>
  1207 + <copies>1</copies>
  1208 + <partitioning>
  1209 + <method>none</method>
  1210 + <schema_name/>
  1211 + </partitioning>
  1212 + <fields>
  1213 + <field>
  1214 + <name>filepath_</name>
  1215 + <variable>&#x24;&#x7b;filepath&#x7d;</variable>
  1216 + <type>String</type>
  1217 + <format/>
  1218 + <currency/>
  1219 + <decimal/>
  1220 + <group/>
  1221 + <length>-1</length>
  1222 + <precision>-1</precision>
  1223 + <trim_type>none</trim_type>
  1224 + </field>
  1225 + <field>
  1226 + <name>erroroutputdir_</name>
  1227 + <variable>&#x24;&#x7b;erroroutputdir&#x7d;</variable>
  1228 + <type>String</type>
  1229 + <format/>
  1230 + <currency/>
  1231 + <decimal/>
  1232 + <group/>
  1233 + <length>-1</length>
  1234 + <precision>-1</precision>
  1235 + <trim_type>none</trim_type>
  1236 + </field>
  1237 + </fields>
  1238 + <cluster_schema/>
  1239 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  1240 + <xloc>53</xloc>
  1241 + <yloc>23</yloc>
  1242 + <draw>Y</draw>
  1243 + </GUI>
  1244 + </step>
  1245 +
  1246 + <step>
  1247 + <name>&#x8def;&#x724c;id&#x67e5;&#x8be2;</name>
  1248 + <type>DBLookup</type>
  1249 + <description/>
  1250 + <distribute>Y</distribute>
  1251 + <custom_distribution/>
  1252 + <copies>1</copies>
  1253 + <partitioning>
  1254 + <method>none</method>
  1255 + <schema_name/>
  1256 + </partitioning>
  1257 + <connection>bus_control_variable</connection>
  1258 + <cache>Y</cache>
  1259 + <cache_load_all>Y</cache_load_all>
  1260 + <cache_size>0</cache_size>
  1261 + <lookup>
  1262 + <schema/>
  1263 + <table>bsth_c_s_gbi</table>
  1264 + <orderby/>
  1265 + <fail_on_multiple>N</fail_on_multiple>
  1266 + <eat_row_on_failure>N</eat_row_on_failure>
  1267 + <key>
  1268 + <name>xlid</name>
  1269 + <field>xl</field>
  1270 + <condition>&#x3d;</condition>
  1271 + <name2/>
  1272 + </key>
  1273 + <key>
  1274 + <name>lpname</name>
  1275 + <field>lp_name</field>
  1276 + <condition>&#x3d;</condition>
  1277 + <name2/>
  1278 + </key>
  1279 + <key>
  1280 + <name>isCancel</name>
  1281 + <field>is_cancel</field>
  1282 + <condition>&#x3d;</condition>
  1283 + <name2/>
  1284 + </key>
  1285 + <value>
  1286 + <name>id</name>
  1287 + <rename>lpid</rename>
  1288 + <default/>
  1289 + <type>Integer</type>
  1290 + </value>
  1291 + </lookup>
  1292 + <cluster_schema/>
  1293 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  1294 + <xloc>516</xloc>
  1295 + <yloc>21</yloc>
  1296 + <draw>Y</draw>
  1297 + </GUI>
  1298 + </step>
  1299 +
  1300 + <step>
  1301 + <name>&#x8f66;&#x8f86;&#x914d;&#x7f6e;id&#x67e5;&#x8be2;</name>
  1302 + <type>DBJoin</type>
  1303 + <description/>
  1304 + <distribute>Y</distribute>
  1305 + <custom_distribution/>
  1306 + <copies>1</copies>
  1307 + <partitioning>
  1308 + <method>none</method>
  1309 + <schema_name/>
  1310 + </partitioning>
  1311 + <connection>bus_control_variable</connection>
  1312 + <rowlimit>1</rowlimit>
  1313 + <sql>select t1.id as cid from bsth_c_s_ccinfo t1 left join bsth_c_cars t2 on t1.cl &#x3d; t2.id&#xa;where t1.xl &#x3d; &#x3f; and t2.inside_code &#x3d; &#x3f; and t1.is_cancel &#x3d; &#x3f;</sql>
  1314 + <outer_join>Y</outer_join>
  1315 + <replace_vars>N</replace_vars>
  1316 + <parameter>
  1317 + <field>
  1318 + <name>xlid</name>
  1319 + <type>Integer</type>
  1320 + </field>
  1321 + <field>
  1322 + <name>&#x5185;&#x90e8;&#x7f16;&#x7801;</name>
  1323 + <type>String</type>
  1324 + </field>
  1325 + <field>
  1326 + <name>isCancel</name>
  1327 + <type>Integer</type>
  1328 + </field>
  1329 + </parameter>
  1330 + <cluster_schema/>
  1331 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  1332 + <xloc>360</xloc>
  1333 + <yloc>184</yloc>
  1334 + <draw>Y</draw>
  1335 + </GUI>
  1336 + </step>
  1337 +
  1338 + <step>
  1339 + <name>&#x8fc7;&#x6ee4;&#x4eba;&#x5458;&#x914d;&#x7f6e;id&#x4e3a;&#x7a7a;&#x8bb0;&#x5f55;</name>
  1340 + <type>FilterRows</type>
  1341 + <description/>
  1342 + <distribute>Y</distribute>
  1343 + <custom_distribution/>
  1344 + <copies>1</copies>
  1345 + <partitioning>
  1346 + <method>none</method>
  1347 + <schema_name/>
  1348 + </partitioning>
  1349 +<send_true_to/>
  1350 +<send_false_to/>
  1351 + <compare>
  1352 +<condition>
  1353 + <negated>N</negated>
  1354 + <conditions>
  1355 + <condition>
  1356 + <negated>N</negated>
  1357 + <leftvalue>rycid1</leftvalue>
  1358 + <function>IS NOT NULL</function>
  1359 + <rightvalue/>
  1360 + </condition>
  1361 + <condition>
  1362 + <negated>N</negated>
  1363 + <operator>OR</operator>
  1364 + <leftvalue>rycid2</leftvalue>
  1365 + <function>IS NOT NULL</function>
  1366 + <rightvalue/>
  1367 + </condition>
  1368 + </conditions>
  1369 + </condition>
  1370 + </compare>
  1371 + <cluster_schema/>
  1372 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  1373 + <xloc>776</xloc>
  1374 + <yloc>204</yloc>
  1375 + <draw>Y</draw>
  1376 + </GUI>
  1377 + </step>
  1378 +
  1379 + <step>
  1380 + <name>&#x8fc7;&#x6ee4;&#x7ebf;&#x8def;id&#x4e3a;&#x7a7a;&#x8bb0;&#x5f55;</name>
  1381 + <type>FilterRows</type>
  1382 + <description/>
  1383 + <distribute>Y</distribute>
  1384 + <custom_distribution/>
  1385 + <copies>1</copies>
  1386 + <partitioning>
  1387 + <method>none</method>
  1388 + <schema_name/>
  1389 + </partitioning>
  1390 +<send_true_to>&#x8f66;&#x8f86;&#x914d;&#x7f6e;id&#x67e5;&#x8be2;</send_true_to>
  1391 +<send_false_to/>
  1392 + <compare>
  1393 +<condition>
  1394 + <negated>N</negated>
  1395 + <leftvalue>xlid</leftvalue>
  1396 + <function>IS NOT NULL</function>
  1397 + <rightvalue/>
  1398 + </condition>
  1399 + </compare>
  1400 + <cluster_schema/>
  1401 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  1402 + <xloc>203</xloc>
  1403 + <yloc>110</yloc>
  1404 + <draw>Y</draw>
  1405 + </GUI>
  1406 + </step>
  1407 +
  1408 + <step>
  1409 + <name>&#x8fc7;&#x6ee4;&#x8def;&#x724c;id&#x4e3a;&#x7a7a;&#x8bb0;&#x5f55;</name>
  1410 + <type>FilterRows</type>
  1411 + <description/>
  1412 + <distribute>Y</distribute>
  1413 + <custom_distribution/>
  1414 + <copies>1</copies>
  1415 + <partitioning>
  1416 + <method>none</method>
  1417 + <schema_name/>
  1418 + </partitioning>
  1419 +<send_true_to>&#x6392;&#x5e8f;&#x8bb0;&#x5f55;</send_true_to>
  1420 +<send_false_to/>
  1421 + <compare>
  1422 +<condition>
  1423 + <negated>N</negated>
  1424 + <leftvalue>lpid</leftvalue>
  1425 + <function>IS NOT NULL</function>
  1426 + <rightvalue/>
  1427 + </condition>
  1428 + </compare>
  1429 + <cluster_schema/>
  1430 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  1431 + <xloc>653</xloc>
  1432 + <yloc>23</yloc>
  1433 + <draw>Y</draw>
  1434 + </GUI>
  1435 + </step>
  1436 +
  1437 + <step>
  1438 + <name>&#x8fc7;&#x6ee4;&#x8f66;&#x8f86;&#x914d;&#x7f6e;id&#x4e3a;&#x7a7a;&#x8bb0;&#x5f55;</name>
  1439 + <type>FilterRows</type>
  1440 + <description/>
  1441 + <distribute>Y</distribute>
  1442 + <custom_distribution/>
  1443 + <copies>1</copies>
  1444 + <partitioning>
  1445 + <method>none</method>
  1446 + <schema_name/>
  1447 + </partitioning>
  1448 +<send_true_to>&#x62c6;&#x5206;&#x8def;&#x724c;&#x8303;&#x56f4;</send_true_to>
  1449 +<send_false_to/>
  1450 + <compare>
  1451 +<condition>
  1452 + <negated>N</negated>
  1453 + <leftvalue>cid</leftvalue>
  1454 + <function>IS NOT NULL</function>
  1455 + <rightvalue/>
  1456 + </condition>
  1457 + </compare>
  1458 + <cluster_schema/>
  1459 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  1460 + <xloc>208</xloc>
  1461 + <yloc>182</yloc>
  1462 + <draw>Y</draw>
  1463 + </GUI>
  1464 + </step>
  1465 +
  1466 + <step>
  1467 + <name>&#x9519;&#x8bef;&#x8f93;&#x51fa; 2</name>
  1468 + <type>ExcelOutput</type>
  1469 + <description/>
  1470 + <distribute>Y</distribute>
  1471 + <custom_distribution/>
  1472 + <copies>1</copies>
  1473 + <partitioning>
  1474 + <method>none</method>
  1475 + <schema_name/>
  1476 + </partitioning>
  1477 + <header>Y</header>
  1478 + <footer>N</footer>
  1479 + <encoding>UTF-8</encoding>
  1480 + <append>N</append>
  1481 + <add_to_result_filenames>Y</add_to_result_filenames>
  1482 + <file>
  1483 + <name>&#x24;&#x7b;erroroutputdir&#x7d;&#x2f;&#x6392;&#x7248;&#x89c4;&#x5219;&#x4fe1;&#x606f;&#x5bfc;&#x5165;_&#x9519;&#x8bef;</name>
  1484 + <extention>xls</extention>
  1485 + <do_not_open_newfile_init>N</do_not_open_newfile_init>
  1486 + <create_parent_folder>N</create_parent_folder>
  1487 + <split>N</split>
  1488 + <add_date>N</add_date>
  1489 + <add_time>N</add_time>
  1490 + <SpecifyFormat>N</SpecifyFormat>
  1491 + <date_time_format/>
  1492 + <sheetname>Sheet1</sheetname>
  1493 + <autosizecolums>N</autosizecolums>
  1494 + <nullisblank>N</nullisblank>
  1495 + <protect_sheet>N</protect_sheet>
  1496 + <password>Encrypted </password>
  1497 + <splitevery>0</splitevery>
  1498 + <usetempfiles>N</usetempfiles>
  1499 + <tempdirectory/>
  1500 + </file>
  1501 + <template>
  1502 + <enabled>N</enabled>
  1503 + <append>N</append>
  1504 + <filename>template.xls</filename>
  1505 + </template>
  1506 + <fields>
  1507 + <field>
  1508 + <name>xlid</name>
  1509 + <type>Integer</type>
  1510 + <format/>
  1511 + </field>
  1512 + <field>
  1513 + <name>cid</name>
  1514 + <type>Integer</type>
  1515 + <format/>
  1516 + </field>
  1517 + <field>
  1518 + <name>&#x8def;&#x724c;&#x8303;&#x56f4;</name>
  1519 + <type>String</type>
  1520 + <format/>
  1521 + </field>
  1522 + <field>
  1523 + <name>lpids</name>
  1524 + <type>String</type>
  1525 + <format/>
  1526 + </field>
  1527 + <field>
  1528 + <name>&#x8d77;&#x59cb;&#x8def;&#x724c;</name>
  1529 + <type>String</type>
  1530 + <format/>
  1531 + </field>
  1532 + <field>
  1533 + <name>&#x8d77;&#x59cb;&#x4eba;&#x5458;</name>
  1534 + <type>String</type>
  1535 + <format/>
  1536 + </field>
  1537 + <field>
  1538 + <name>&#x4eba;&#x5458;&#x8303;&#x56f4;</name>
  1539 + <type>String</type>
  1540 + <format/>
  1541 + </field>
  1542 + <field>
  1543 + <name>&#x542f;&#x7528;&#x65e5;&#x671f;</name>
  1544 + <type>Timestamp</type>
  1545 + <format/>
  1546 + </field>
  1547 + <field>
  1548 + <name>&#x7ffb;&#x73ed;&#x683c;&#x5f0f;</name>
  1549 + <type>String</type>
  1550 + <format/>
  1551 + </field>
  1552 + <field>
  1553 + <name>isCancel</name>
  1554 + <type>Integer</type>
  1555 + <format/>
  1556 + </field>
  1557 + <field>
  1558 + <name>rycids</name>
  1559 + <type>String</type>
  1560 + <format/>
  1561 + </field>
  1562 + <field>
  1563 + <name>error_count</name>
  1564 + <type>Integer</type>
  1565 + <format/>
  1566 + </field>
  1567 + <field>
  1568 + <name>error_desc</name>
  1569 + <type>String</type>
  1570 + <format/>
  1571 + </field>
  1572 + <field>
  1573 + <name>error_column1</name>
  1574 + <type>String</type>
  1575 + <format/>
  1576 + </field>
  1577 + <field>
  1578 + <name>error_column2</name>
  1579 + <type>String</type>
  1580 + <format/>
  1581 + </field>
  1582 + </fields>
  1583 + <custom>
  1584 + <header_font_name>arial</header_font_name>
  1585 + <header_font_size>10</header_font_size>
  1586 + <header_font_bold>N</header_font_bold>
  1587 + <header_font_italic>N</header_font_italic>
  1588 + <header_font_underline>no</header_font_underline>
  1589 + <header_font_orientation>horizontal</header_font_orientation>
  1590 + <header_font_color>black</header_font_color>
  1591 + <header_background_color>none</header_background_color>
  1592 + <header_row_height>255</header_row_height>
  1593 + <header_alignment>left</header_alignment>
  1594 + <header_image/>
  1595 + <row_font_name>arial</row_font_name>
  1596 + <row_font_size>10</row_font_size>
  1597 + <row_font_color>black</row_font_color>
  1598 + <row_background_color>none</row_background_color>
  1599 + </custom>
  1600 + <cluster_schema/>
  1601 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  1602 + <xloc>534</xloc>
  1603 + <yloc>392</yloc>
  1604 + <draw>Y</draw>
  1605 + </GUI>
  1606 + </step>
  1607 +
  1608 + <step_error_handling>
  1609 + <error>
  1610 + <source_step>&#x63d2;&#x5165; &#x2f; &#x66f4;&#x65b0;bsth_c_s_sr1_flat</source_step>
  1611 + <target_step>&#x9519;&#x8bef;&#x8f93;&#x51fa; 2</target_step>
  1612 + <is_enabled>Y</is_enabled>
  1613 + <nr_valuename>error_count</nr_valuename>
  1614 + <descriptions_valuename>error_desc</descriptions_valuename>
  1615 + <fields_valuename>error_column1</fields_valuename>
  1616 + <codes_valuename>error_column2</codes_valuename>
  1617 + <max_errors/>
  1618 + <max_pct_errors/>
  1619 + <min_pct_rows/>
  1620 + </error>
  1621 + </step_error_handling>
  1622 + <slave-step-copy-partition-distribution>
  1623 +</slave-step-copy-partition-distribution>
  1624 + <slave_transformation>N</slave_transformation>
  1625 +
  1626 +</transformation>
... ...
src/main/resources/rules/shiftloop.drl renamed to src/main/resources/rules/legacy/shiftloop.drl
src/main/resources/rules/shiftloop_fb.drl renamed to src/main/resources/rules/legacy/shiftloop_fb.drl
src/main/resources/rules/shiftloop_fb_2.drl
... ... @@ -131,8 +131,10 @@ rule &quot;Calcu_SchedulePlanRuleResult_wrap&quot;
131 131 fromDate.isBefore(toDate) || fromDate.isEqual(toDate),
132 132 $fromDate : fromDate,
133 133 $toDate : toDate,
134   - $xlId: xlId
  134 + $xlId: xlId,
  135 + $self: schedulePlan
135 136 )
  137 + eval($self.getIsHistoryPlanFirst() == true) // 是否使用历史排班标识
136 138 $sprr: SchedulePlanRuleResult() from schedulePlanRuleResultRepository.findLastByXl($xlId, $fromDate.toDate())
137 139  
138 140 then
... ...
src/main/resources/static/pages/scheduleApp/module/core/schedulePlanManage/form.html
... ... @@ -126,6 +126,14 @@
126 126 </div>
127 127 </div>
128 128  
  129 + <div class="form-group has-success has-feedback">
  130 + <label class="col-md-2 control-label">模式1(历史排班优先):</label>
  131 + <div class="col-md-3">
  132 + <sa-Radiogroup model="ctrl.schedulePlanManageForSave.isHistoryPlanFirst" dicgroup="truefalseType" name="isHistoryPlanFirst"></sa-Radiogroup>
  133 + </div>
  134 + </div>
  135 +
  136 +
129 137 <!-- 其他form-group -->
130 138  
131 139 </div>
... ...
src/main/resources/static/pages/scheduleApp/module/core/schedulePlanManage/module.js
... ... @@ -206,6 +206,9 @@ angular.module(&#39;ScheduleApp&#39;).controller(
206 206 self.schedulePlanManageForSave.xl.id = service.getSearchCondition()['xl.id_eq'];
207 207 self.schedulePlanManageForSave.xl.name = service.getSearchCondition()['xl.name_eq'];
208 208  
  209 + // 默认使用历史排班数据
  210 + self.schedulePlanManageForSave.isHistoryPlanFirst = true;
  211 +
209 212 // 提交方法
210 213 self.submit = function() {
211 214 console.log(self.schedulePlanManageForSave);
... ...