Commit 09005289d9acae738ef5bf9d86efcfae8290e9f6
1 parent
01d68b3d
Update
Showing
5 changed files
with
955 additions
and
41 deletions
src/main/java/com/bsth/service/schedule/impl/SchedulePlanServiceImpl.java
| @@ -82,6 +82,7 @@ public class SchedulePlanServiceImpl extends BServiceImpl<SchedulePlan, Long> im | @@ -82,6 +82,7 @@ public class SchedulePlanServiceImpl extends BServiceImpl<SchedulePlan, Long> im | ||
| 82 | KieSession session = kieBase.newKieSession(); | 82 | KieSession session = kieBase.newKieSession(); |
| 83 | // 设置gloable对象,在drl中通过别名使用 | 83 | // 设置gloable对象,在drl中通过别名使用 |
| 84 | session.setGlobal("scheduleResult", scheduleResults_output); | 84 | session.setGlobal("scheduleResult", scheduleResults_output); |
| 85 | + session.setGlobal("log", logger); // 设置日志 | ||
| 85 | 86 | ||
| 86 | // 载入数据 | 87 | // 载入数据 |
| 87 | session.insert(scheduleCalcuParam_input); | 88 | session.insert(scheduleCalcuParam_input); |
src/main/resources/datatools/ktrs/test.ktr
0 → 100644
| 1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
| 2 | +<transformation> | ||
| 3 | + <info> | ||
| 4 | + <name>employeesConfigDataInput</name> | ||
| 5 | + <description>人员配置信息导入</description> | ||
| 6 | + <extended_description>人员配置信息</extended_description> | ||
| 7 | + <trans_version/> | ||
| 8 | + <trans_type>Normal</trans_type> | ||
| 9 | + <trans_status>0</trans_status> | ||
| 10 | + <directory>/</directory> | ||
| 11 | + <parameters> | ||
| 12 | + <parameter> | ||
| 13 | + <name>erroroutputdir</name> | ||
| 14 | + <default_value/> | ||
| 15 | + <description>ktr step配置的错误输出目录</description> | ||
| 16 | + </parameter> | ||
| 17 | + <parameter> | ||
| 18 | + <name>filepath</name> | ||
| 19 | + <default_value/> | ||
| 20 | + <description>待处理导入的excel文件</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>2016/06/29 15:12:27.273</created_date> | ||
| 81 | + <modified_user>-</modified_user> | ||
| 82 | + <modified_date>2016/06/29 15:12:27.273</modified_date> | ||
| 83 | + <key_for_session_key>H4sIAAAAAAAAAAMAAAAAAAAAAAA=</key_for_session_key> | ||
| 84 | + <is_key_private>N</is_key_private> | ||
| 85 | + </info> | ||
| 86 | + <notepads> | ||
| 87 | + <notepad> | ||
| 88 | + <note>这里有些问题
在window2012的环境下,
MySql数据库查询中如果返回中文内容的字段,这个内容乱码
解决办法,就是数据库查询全部缓存,就不乱码
linux环境下没问题</note> | ||
| 89 | + <xloc>101</xloc> | ||
| 90 | + <yloc>264</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>${v_db_ip}</server> | ||
| 112 | + <type>MYSQL</type> | ||
| 113 | + <access>Native</access> | ||
| 114 | + <database>${v_db_dname}</database> | ||
| 115 | + <port>3306</port> | ||
| 116 | + <username>${v_db_uname}</username> | ||
| 117 | + <password>${v_db_pwd}</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_公司_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_本机</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(本机)</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>插入/更新bsth_c_s_ecinfo</from><to>错误输出</to><enabled>Y</enabled> </hop> | ||
| 272 | + <hop> <from>获取变量</from><to>原始系统导出的Excel输入</to><enabled>Y</enabled> </hop> | ||
| 273 | + <hop> <from>原始系统导出的Excel输入</from><to>启用被数据flag</to><enabled>Y</enabled> </hop> | ||
| 274 | + <hop> <from>启用被数据flag</from><to>线路id查询</to><enabled>Y</enabled> </hop> | ||
| 275 | + <hop> <from>线路id查询</from><to>过滤线路id为空记录</to><enabled>Y</enabled> </hop> | ||
| 276 | + <hop> <from>过滤线路id为空记录</from><to>驾驶员id查找</to><enabled>Y</enabled> </hop> | ||
| 277 | + <hop> <from>驾驶员id查找</from><to>过滤驾驶员id为空记录</to><enabled>Y</enabled> </hop> | ||
| 278 | + <hop> <from>过滤驾驶员id为空记录</from><to>售票员id查找</to><enabled>Y</enabled> </hop> | ||
| 279 | + <hop> <from>售票员id查找</from><to>插入/更新bsth_c_s_ecinfo</to><enabled>Y</enabled> </hop> | ||
| 280 | + </order> | ||
| 281 | + <step> | ||
| 282 | + <name>原始系统导出的Excel输入</name> | ||
| 283 | + <type>ExcelInput</type> | ||
| 284 | + <description/> | ||
| 285 | + <distribute>Y</distribute> | ||
| 286 | + <custom_distribution/> | ||
| 287 | + <copies>1</copies> | ||
| 288 | + <partitioning> | ||
| 289 | + <method>none</method> | ||
| 290 | + <schema_name/> | ||
| 291 | + </partitioning> | ||
| 292 | + <header>Y</header> | ||
| 293 | + <noempty>Y</noempty> | ||
| 294 | + <stoponempty>N</stoponempty> | ||
| 295 | + <filefield/> | ||
| 296 | + <sheetfield/> | ||
| 297 | + <sheetrownumfield/> | ||
| 298 | + <rownumfield/> | ||
| 299 | + <sheetfield/> | ||
| 300 | + <filefield/> | ||
| 301 | + <limit>0</limit> | ||
| 302 | + <encoding/> | ||
| 303 | + <add_to_result_filenames>Y</add_to_result_filenames> | ||
| 304 | + <accept_filenames>Y</accept_filenames> | ||
| 305 | + <accept_field>filepath_</accept_field> | ||
| 306 | + <accept_stepname>获取变量</accept_stepname> | ||
| 307 | + <file> | ||
| 308 | + <name/> | ||
| 309 | + <filemask/> | ||
| 310 | + <exclude_filemask/> | ||
| 311 | + <file_required>N</file_required> | ||
| 312 | + <include_subfolders>N</include_subfolders> | ||
| 313 | + </file> | ||
| 314 | + <fields> | ||
| 315 | + <field> | ||
| 316 | + <name>线路</name> | ||
| 317 | + <type>String</type> | ||
| 318 | + <length>-1</length> | ||
| 319 | + <precision>-1</precision> | ||
| 320 | + <trim_type>none</trim_type> | ||
| 321 | + <repeat>N</repeat> | ||
| 322 | + <format/> | ||
| 323 | + <currency/> | ||
| 324 | + <decimal/> | ||
| 325 | + <group/> | ||
| 326 | + </field> | ||
| 327 | + <field> | ||
| 328 | + <name>搭班编码</name> | ||
| 329 | + <type>String</type> | ||
| 330 | + <length>-1</length> | ||
| 331 | + <precision>-1</precision> | ||
| 332 | + <trim_type>none</trim_type> | ||
| 333 | + <repeat>N</repeat> | ||
| 334 | + <format>#</format> | ||
| 335 | + <currency/> | ||
| 336 | + <decimal/> | ||
| 337 | + <group/> | ||
| 338 | + </field> | ||
| 339 | + <field> | ||
| 340 | + <name>驾驶员工号</name> | ||
| 341 | + <type>String</type> | ||
| 342 | + <length>-1</length> | ||
| 343 | + <precision>-1</precision> | ||
| 344 | + <trim_type>none</trim_type> | ||
| 345 | + <repeat>N</repeat> | ||
| 346 | + <format>#</format> | ||
| 347 | + <currency/> | ||
| 348 | + <decimal/> | ||
| 349 | + <group/> | ||
| 350 | + </field> | ||
| 351 | + <field> | ||
| 352 | + <name>驾驶员</name> | ||
| 353 | + <type>String</type> | ||
| 354 | + <length>-1</length> | ||
| 355 | + <precision>-1</precision> | ||
| 356 | + <trim_type>none</trim_type> | ||
| 357 | + <repeat>N</repeat> | ||
| 358 | + <format/> | ||
| 359 | + <currency/> | ||
| 360 | + <decimal/> | ||
| 361 | + <group/> | ||
| 362 | + </field> | ||
| 363 | + <field> | ||
| 364 | + <name>售票员工号</name> | ||
| 365 | + <type>String</type> | ||
| 366 | + <length>-1</length> | ||
| 367 | + <precision>-1</precision> | ||
| 368 | + <trim_type>none</trim_type> | ||
| 369 | + <repeat>N</repeat> | ||
| 370 | + <format>#</format> | ||
| 371 | + <currency/> | ||
| 372 | + <decimal/> | ||
| 373 | + <group/> | ||
| 374 | + </field> | ||
| 375 | + <field> | ||
| 376 | + <name>售票员</name> | ||
| 377 | + <type>String</type> | ||
| 378 | + <length>-1</length> | ||
| 379 | + <precision>-1</precision> | ||
| 380 | + <trim_type>none</trim_type> | ||
| 381 | + <repeat>N</repeat> | ||
| 382 | + <format/> | ||
| 383 | + <currency/> | ||
| 384 | + <decimal/> | ||
| 385 | + <group/> | ||
| 386 | + </field> | ||
| 387 | + </fields> | ||
| 388 | + <sheets> | ||
| 389 | + <sheet> | ||
| 390 | + <name>工作表1</name> | ||
| 391 | + <startrow>0</startrow> | ||
| 392 | + <startcol>0</startcol> | ||
| 393 | + </sheet> | ||
| 394 | + </sheets> | ||
| 395 | + <strict_types>N</strict_types> | ||
| 396 | + <error_ignored>N</error_ignored> | ||
| 397 | + <error_line_skipped>N</error_line_skipped> | ||
| 398 | + <bad_line_files_destination_directory/> | ||
| 399 | + <bad_line_files_extension>warning</bad_line_files_extension> | ||
| 400 | + <error_line_files_destination_directory/> | ||
| 401 | + <error_line_files_extension>error</error_line_files_extension> | ||
| 402 | + <line_number_files_destination_directory/> | ||
| 403 | + <line_number_files_extension>line</line_number_files_extension> | ||
| 404 | + <shortFileFieldName/> | ||
| 405 | + <pathFieldName/> | ||
| 406 | + <hiddenFieldName/> | ||
| 407 | + <lastModificationTimeFieldName/> | ||
| 408 | + <uriNameFieldName/> | ||
| 409 | + <rootUriNameFieldName/> | ||
| 410 | + <extensionFieldName/> | ||
| 411 | + <sizeFieldName/> | ||
| 412 | + <spreadsheet_type>JXL</spreadsheet_type> | ||
| 413 | + <cluster_schema/> | ||
| 414 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 415 | + <xloc>93</xloc> | ||
| 416 | + <yloc>51</yloc> | ||
| 417 | + <draw>Y</draw> | ||
| 418 | + </GUI> | ||
| 419 | + </step> | ||
| 420 | + | ||
| 421 | + <step> | ||
| 422 | + <name>启用被数据flag</name> | ||
| 423 | + <type>Constant</type> | ||
| 424 | + <description/> | ||
| 425 | + <distribute>Y</distribute> | ||
| 426 | + <custom_distribution/> | ||
| 427 | + <copies>1</copies> | ||
| 428 | + <partitioning> | ||
| 429 | + <method>none</method> | ||
| 430 | + <schema_name/> | ||
| 431 | + </partitioning> | ||
| 432 | + <fields> | ||
| 433 | + <field> | ||
| 434 | + <name>isCancel</name> | ||
| 435 | + <type>Integer</type> | ||
| 436 | + <format/> | ||
| 437 | + <currency/> | ||
| 438 | + <decimal/> | ||
| 439 | + <group/> | ||
| 440 | + <nullif>0</nullif> | ||
| 441 | + <length>-1</length> | ||
| 442 | + <precision>-1</precision> | ||
| 443 | + <set_empty_string>N</set_empty_string> | ||
| 444 | + </field> | ||
| 445 | + </fields> | ||
| 446 | + <cluster_schema/> | ||
| 447 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 448 | + <xloc>225</xloc> | ||
| 449 | + <yloc>53</yloc> | ||
| 450 | + <draw>Y</draw> | ||
| 451 | + </GUI> | ||
| 452 | + </step> | ||
| 453 | + | ||
| 454 | + <step> | ||
| 455 | + <name>售票员id查找</name> | ||
| 456 | + <type>DBJoin</type> | ||
| 457 | + <description/> | ||
| 458 | + <distribute>Y</distribute> | ||
| 459 | + <custom_distribution/> | ||
| 460 | + <copies>1</copies> | ||
| 461 | + <partitioning> | ||
| 462 | + <method>none</method> | ||
| 463 | + <schema_name/> | ||
| 464 | + </partitioning> | ||
| 465 | + <connection>bus_control_variable</connection> | ||
| 466 | + <rowlimit>1</rowlimit> | ||
| 467 | + <sql>select id as sid from bsth_c_personnel
where job_code = ? and personnel_name = ?</sql> | ||
| 468 | + <outer_join>Y</outer_join> | ||
| 469 | + <replace_vars>N</replace_vars> | ||
| 470 | + <parameter> | ||
| 471 | + <field> | ||
| 472 | + <name>售票员工号</name> | ||
| 473 | + <type>String</type> | ||
| 474 | + </field> | ||
| 475 | + <field> | ||
| 476 | + <name>售票员</name> | ||
| 477 | + <type>String</type> | ||
| 478 | + </field> | ||
| 479 | + </parameter> | ||
| 480 | + <cluster_schema/> | ||
| 481 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 482 | + <xloc>673</xloc> | ||
| 483 | + <yloc>47</yloc> | ||
| 484 | + <draw>Y</draw> | ||
| 485 | + </GUI> | ||
| 486 | + </step> | ||
| 487 | + | ||
| 488 | + <step> | ||
| 489 | + <name>插入/更新bsth_c_s_ecinfo</name> | ||
| 490 | + <type>InsertUpdate</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 | + <connection>bus_control_variable</connection> | ||
| 500 | + <commit>100</commit> | ||
| 501 | + <update_bypassed>N</update_bypassed> | ||
| 502 | + <lookup> | ||
| 503 | + <schema/> | ||
| 504 | + <table>bsth_c_s_ecinfo</table> | ||
| 505 | + <key> | ||
| 506 | + <name>xlid</name> | ||
| 507 | + <field>xl</field> | ||
| 508 | + <condition>=</condition> | ||
| 509 | + <name2/> | ||
| 510 | + </key> | ||
| 511 | + <key> | ||
| 512 | + <name>搭班编码</name> | ||
| 513 | + <field>dbbm</field> | ||
| 514 | + <condition>=</condition> | ||
| 515 | + <name2/> | ||
| 516 | + </key> | ||
| 517 | + <value> | ||
| 518 | + <name>xl</name> | ||
| 519 | + <rename>xlid</rename> | ||
| 520 | + <update>Y</update> | ||
| 521 | + </value> | ||
| 522 | + <value> | ||
| 523 | + <name>dbbm</name> | ||
| 524 | + <rename>搭班编码</rename> | ||
| 525 | + <update>Y</update> | ||
| 526 | + </value> | ||
| 527 | + <value> | ||
| 528 | + <name>jsy</name> | ||
| 529 | + <rename>jid</rename> | ||
| 530 | + <update>Y</update> | ||
| 531 | + </value> | ||
| 532 | + <value> | ||
| 533 | + <name>spy</name> | ||
| 534 | + <rename>sid</rename> | ||
| 535 | + <update>Y</update> | ||
| 536 | + </value> | ||
| 537 | + <value> | ||
| 538 | + <name>is_cancel</name> | ||
| 539 | + <rename>isCancel</rename> | ||
| 540 | + <update>Y</update> | ||
| 541 | + </value> | ||
| 542 | + </lookup> | ||
| 543 | + <cluster_schema/> | ||
| 544 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 545 | + <xloc>676</xloc> | ||
| 546 | + <yloc>200</yloc> | ||
| 547 | + <draw>Y</draw> | ||
| 548 | + </GUI> | ||
| 549 | + </step> | ||
| 550 | + | ||
| 551 | + <step> | ||
| 552 | + <name>线路id查询</name> | ||
| 553 | + <type>DBLookup</type> | ||
| 554 | + <description/> | ||
| 555 | + <distribute>Y</distribute> | ||
| 556 | + <custom_distribution/> | ||
| 557 | + <copies>1</copies> | ||
| 558 | + <partitioning> | ||
| 559 | + <method>none</method> | ||
| 560 | + <schema_name/> | ||
| 561 | + </partitioning> | ||
| 562 | + <connection>bus_control_variable</connection> | ||
| 563 | + <cache>Y</cache> | ||
| 564 | + <cache_load_all>Y</cache_load_all> | ||
| 565 | + <cache_size>0</cache_size> | ||
| 566 | + <lookup> | ||
| 567 | + <schema/> | ||
| 568 | + <table>bsth_c_line</table> | ||
| 569 | + <orderby/> | ||
| 570 | + <fail_on_multiple>N</fail_on_multiple> | ||
| 571 | + <eat_row_on_failure>N</eat_row_on_failure> | ||
| 572 | + <key> | ||
| 573 | + <name>线路</name> | ||
| 574 | + <field>name</field> | ||
| 575 | + <condition>=</condition> | ||
| 576 | + <name2/> | ||
| 577 | + </key> | ||
| 578 | + <key> | ||
| 579 | + <name>isCancel</name> | ||
| 580 | + <field>destroy</field> | ||
| 581 | + <condition>=</condition> | ||
| 582 | + <name2/> | ||
| 583 | + </key> | ||
| 584 | + <value> | ||
| 585 | + <name>id</name> | ||
| 586 | + <rename>xlid</rename> | ||
| 587 | + <default/> | ||
| 588 | + <type>Integer</type> | ||
| 589 | + </value> | ||
| 590 | + </lookup> | ||
| 591 | + <cluster_schema/> | ||
| 592 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 593 | + <xloc>397</xloc> | ||
| 594 | + <yloc>144</yloc> | ||
| 595 | + <draw>Y</draw> | ||
| 596 | + </GUI> | ||
| 597 | + </step> | ||
| 598 | + | ||
| 599 | + <step> | ||
| 600 | + <name>获取变量</name> | ||
| 601 | + <type>GetVariable</type> | ||
| 602 | + <description/> | ||
| 603 | + <distribute>Y</distribute> | ||
| 604 | + <custom_distribution/> | ||
| 605 | + <copies>1</copies> | ||
| 606 | + <partitioning> | ||
| 607 | + <method>none</method> | ||
| 608 | + <schema_name/> | ||
| 609 | + </partitioning> | ||
| 610 | + <fields> | ||
| 611 | + <field> | ||
| 612 | + <name>filepath_</name> | ||
| 613 | + <variable>${filepath}</variable> | ||
| 614 | + <type>String</type> | ||
| 615 | + <format/> | ||
| 616 | + <currency/> | ||
| 617 | + <decimal/> | ||
| 618 | + <group/> | ||
| 619 | + <length>-1</length> | ||
| 620 | + <precision>-1</precision> | ||
| 621 | + <trim_type>none</trim_type> | ||
| 622 | + </field> | ||
| 623 | + <field> | ||
| 624 | + <name>erroroutputdir_</name> | ||
| 625 | + <variable>${erroroutputdir}</variable> | ||
| 626 | + <type>String</type> | ||
| 627 | + <format/> | ||
| 628 | + <currency/> | ||
| 629 | + <decimal/> | ||
| 630 | + <group/> | ||
| 631 | + <length>-1</length> | ||
| 632 | + <precision>-1</precision> | ||
| 633 | + <trim_type>none</trim_type> | ||
| 634 | + </field> | ||
| 635 | + </fields> | ||
| 636 | + <cluster_schema/> | ||
| 637 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 638 | + <xloc>94</xloc> | ||
| 639 | + <yloc>178</yloc> | ||
| 640 | + <draw>Y</draw> | ||
| 641 | + </GUI> | ||
| 642 | + </step> | ||
| 643 | + | ||
| 644 | + <step> | ||
| 645 | + <name>过滤线路id为空记录</name> | ||
| 646 | + <type>FilterRows</type> | ||
| 647 | + <description/> | ||
| 648 | + <distribute>Y</distribute> | ||
| 649 | + <custom_distribution/> | ||
| 650 | + <copies>1</copies> | ||
| 651 | + <partitioning> | ||
| 652 | + <method>none</method> | ||
| 653 | + <schema_name/> | ||
| 654 | + </partitioning> | ||
| 655 | +<send_true_to/> | ||
| 656 | +<send_false_to/> | ||
| 657 | + <compare> | ||
| 658 | +<condition> | ||
| 659 | + <negated>N</negated> | ||
| 660 | + <leftvalue>xlid</leftvalue> | ||
| 661 | + <function>IS NOT NULL</function> | ||
| 662 | + <rightvalue/> | ||
| 663 | + </condition> | ||
| 664 | + </compare> | ||
| 665 | + <cluster_schema/> | ||
| 666 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 667 | + <xloc>395</xloc> | ||
| 668 | + <yloc>49</yloc> | ||
| 669 | + <draw>Y</draw> | ||
| 670 | + </GUI> | ||
| 671 | + </step> | ||
| 672 | + | ||
| 673 | + <step> | ||
| 674 | + <name>过滤驾驶员id为空记录</name> | ||
| 675 | + <type>FilterRows</type> | ||
| 676 | + <description/> | ||
| 677 | + <distribute>Y</distribute> | ||
| 678 | + <custom_distribution/> | ||
| 679 | + <copies>1</copies> | ||
| 680 | + <partitioning> | ||
| 681 | + <method>none</method> | ||
| 682 | + <schema_name/> | ||
| 683 | + </partitioning> | ||
| 684 | +<send_true_to>售票员id查找</send_true_to> | ||
| 685 | +<send_false_to/> | ||
| 686 | + <compare> | ||
| 687 | +<condition> | ||
| 688 | + <negated>N</negated> | ||
| 689 | + <leftvalue>jid</leftvalue> | ||
| 690 | + <function>IS NOT NULL</function> | ||
| 691 | + <rightvalue/> | ||
| 692 | + </condition> | ||
| 693 | + </compare> | ||
| 694 | + <cluster_schema/> | ||
| 695 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 696 | + <xloc>538</xloc> | ||
| 697 | + <yloc>47</yloc> | ||
| 698 | + <draw>Y</draw> | ||
| 699 | + </GUI> | ||
| 700 | + </step> | ||
| 701 | + | ||
| 702 | + <step> | ||
| 703 | + <name>错误输出</name> | ||
| 704 | + <type>ExcelOutput</type> | ||
| 705 | + <description/> | ||
| 706 | + <distribute>Y</distribute> | ||
| 707 | + <custom_distribution/> | ||
| 708 | + <copies>1</copies> | ||
| 709 | + <partitioning> | ||
| 710 | + <method>none</method> | ||
| 711 | + <schema_name/> | ||
| 712 | + </partitioning> | ||
| 713 | + <header>Y</header> | ||
| 714 | + <footer>N</footer> | ||
| 715 | + <encoding>UTF-8</encoding> | ||
| 716 | + <append>N</append> | ||
| 717 | + <add_to_result_filenames>Y</add_to_result_filenames> | ||
| 718 | + <file> | ||
| 719 | + <name>${erroroutputdir}/人员配置_错误</name> | ||
| 720 | + <extention>xls</extention> | ||
| 721 | + <do_not_open_newfile_init>N</do_not_open_newfile_init> | ||
| 722 | + <create_parent_folder>N</create_parent_folder> | ||
| 723 | + <split>N</split> | ||
| 724 | + <add_date>N</add_date> | ||
| 725 | + <add_time>N</add_time> | ||
| 726 | + <SpecifyFormat>N</SpecifyFormat> | ||
| 727 | + <date_time_format/> | ||
| 728 | + <sheetname>Sheet1</sheetname> | ||
| 729 | + <autosizecolums>N</autosizecolums> | ||
| 730 | + <nullisblank>N</nullisblank> | ||
| 731 | + <protect_sheet>N</protect_sheet> | ||
| 732 | + <password>Encrypted </password> | ||
| 733 | + <splitevery>0</splitevery> | ||
| 734 | + <usetempfiles>N</usetempfiles> | ||
| 735 | + <tempdirectory/> | ||
| 736 | + </file> | ||
| 737 | + <template> | ||
| 738 | + <enabled>N</enabled> | ||
| 739 | + <append>N</append> | ||
| 740 | + <filename>template.xls</filename> | ||
| 741 | + </template> | ||
| 742 | + <fields> | ||
| 743 | + <field> | ||
| 744 | + <name>线路</name> | ||
| 745 | + <type>String</type> | ||
| 746 | + <format/> | ||
| 747 | + </field> | ||
| 748 | + <field> | ||
| 749 | + <name>搭班编码</name> | ||
| 750 | + <type>String</type> | ||
| 751 | + <format/> | ||
| 752 | + </field> | ||
| 753 | + <field> | ||
| 754 | + <name>驾驶员工号</name> | ||
| 755 | + <type>String</type> | ||
| 756 | + <format/> | ||
| 757 | + </field> | ||
| 758 | + <field> | ||
| 759 | + <name>驾驶员</name> | ||
| 760 | + <type>String</type> | ||
| 761 | + <format/> | ||
| 762 | + </field> | ||
| 763 | + <field> | ||
| 764 | + <name>售票员工号</name> | ||
| 765 | + <type>String</type> | ||
| 766 | + <format/> | ||
| 767 | + </field> | ||
| 768 | + <field> | ||
| 769 | + <name>售票员</name> | ||
| 770 | + <type>String</type> | ||
| 771 | + <format/> | ||
| 772 | + </field> | ||
| 773 | + <field> | ||
| 774 | + <name>isCancel</name> | ||
| 775 | + <type>Integer</type> | ||
| 776 | + <format/> | ||
| 777 | + </field> | ||
| 778 | + <field> | ||
| 779 | + <name>xlid</name> | ||
| 780 | + <type>Integer</type> | ||
| 781 | + <format/> | ||
| 782 | + </field> | ||
| 783 | + <field> | ||
| 784 | + <name>jid</name> | ||
| 785 | + <type>Integer</type> | ||
| 786 | + <format/> | ||
| 787 | + </field> | ||
| 788 | + <field> | ||
| 789 | + <name>sid</name> | ||
| 790 | + <type>Integer</type> | ||
| 791 | + <format/> | ||
| 792 | + </field> | ||
| 793 | + <field> | ||
| 794 | + <name>error_count</name> | ||
| 795 | + <type>Integer</type> | ||
| 796 | + <format/> | ||
| 797 | + </field> | ||
| 798 | + <field> | ||
| 799 | + <name>error_desc</name> | ||
| 800 | + <type>String</type> | ||
| 801 | + <format/> | ||
| 802 | + </field> | ||
| 803 | + <field> | ||
| 804 | + <name>error_column1</name> | ||
| 805 | + <type>String</type> | ||
| 806 | + <format/> | ||
| 807 | + </field> | ||
| 808 | + <field> | ||
| 809 | + <name>error_column2</name> | ||
| 810 | + <type>String</type> | ||
| 811 | + <format/> | ||
| 812 | + </field> | ||
| 813 | + </fields> | ||
| 814 | + <custom> | ||
| 815 | + <header_font_name>arial</header_font_name> | ||
| 816 | + <header_font_size>10</header_font_size> | ||
| 817 | + <header_font_bold>N</header_font_bold> | ||
| 818 | + <header_font_italic>N</header_font_italic> | ||
| 819 | + <header_font_underline>no</header_font_underline> | ||
| 820 | + <header_font_orientation>horizontal</header_font_orientation> | ||
| 821 | + <header_font_color>black</header_font_color> | ||
| 822 | + <header_background_color>none</header_background_color> | ||
| 823 | + <header_row_height>255</header_row_height> | ||
| 824 | + <header_alignment>left</header_alignment> | ||
| 825 | + <header_image/> | ||
| 826 | + <row_font_name>arial</row_font_name> | ||
| 827 | + <row_font_size>10</row_font_size> | ||
| 828 | + <row_font_color>black</row_font_color> | ||
| 829 | + <row_background_color>none</row_background_color> | ||
| 830 | + </custom> | ||
| 831 | + <cluster_schema/> | ||
| 832 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 833 | + <xloc>676</xloc> | ||
| 834 | + <yloc>323</yloc> | ||
| 835 | + <draw>Y</draw> | ||
| 836 | + </GUI> | ||
| 837 | + </step> | ||
| 838 | + | ||
| 839 | + <step> | ||
| 840 | + <name>驾驶员id查找</name> | ||
| 841 | + <type>DBJoin</type> | ||
| 842 | + <description/> | ||
| 843 | + <distribute>Y</distribute> | ||
| 844 | + <custom_distribution/> | ||
| 845 | + <copies>1</copies> | ||
| 846 | + <partitioning> | ||
| 847 | + <method>none</method> | ||
| 848 | + <schema_name/> | ||
| 849 | + </partitioning> | ||
| 850 | + <connection>bus_control_variable</connection> | ||
| 851 | + <rowlimit>1</rowlimit> | ||
| 852 | + <sql>select id as jid from bsth_c_personnel
where job_code = ? and personnel_name = ?</sql> | ||
| 853 | + <outer_join>Y</outer_join> | ||
| 854 | + <replace_vars>N</replace_vars> | ||
| 855 | + <parameter> | ||
| 856 | + <field> | ||
| 857 | + <name>驾驶员工号</name> | ||
| 858 | + <type>String</type> | ||
| 859 | + </field> | ||
| 860 | + <field> | ||
| 861 | + <name>驾驶员</name> | ||
| 862 | + <type>String</type> | ||
| 863 | + </field> | ||
| 864 | + </parameter> | ||
| 865 | + <cluster_schema/> | ||
| 866 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 867 | + <xloc>537</xloc> | ||
| 868 | + <yloc>143</yloc> | ||
| 869 | + <draw>Y</draw> | ||
| 870 | + </GUI> | ||
| 871 | + </step> | ||
| 872 | + | ||
| 873 | + <step_error_handling> | ||
| 874 | + <error> | ||
| 875 | + <source_step>插入/更新bsth_c_s_ecinfo</source_step> | ||
| 876 | + <target_step>错误输出</target_step> | ||
| 877 | + <is_enabled>Y</is_enabled> | ||
| 878 | + <nr_valuename>error_count</nr_valuename> | ||
| 879 | + <descriptions_valuename>error_desc</descriptions_valuename> | ||
| 880 | + <fields_valuename>error_column1</fields_valuename> | ||
| 881 | + <codes_valuename>error_column2</codes_valuename> | ||
| 882 | + <max_errors/> | ||
| 883 | + <max_pct_errors/> | ||
| 884 | + <min_pct_rows/> | ||
| 885 | + </error> | ||
| 886 | + </step_error_handling> | ||
| 887 | + <slave-step-copy-partition-distribution> | ||
| 888 | +</slave-step-copy-partition-distribution> | ||
| 889 | + <slave_transformation>N</slave_transformation> | ||
| 890 | + | ||
| 891 | +</transformation> |
src/main/resources/rules/shiftloop.drl
| @@ -8,6 +8,10 @@ import com.bsth.service.schedule.rules.shiftloop.ScheduleRule_input; | @@ -8,6 +8,10 @@ import com.bsth.service.schedule.rules.shiftloop.ScheduleRule_input; | ||
| 8 | import com.bsth.service.schedule.rules.shiftloop.ScheduleResult_output; | 8 | import com.bsth.service.schedule.rules.shiftloop.ScheduleResult_output; |
| 9 | import com.bsth.service.schedule.rules.shiftloop.ScheduleResults_output; | 9 | import com.bsth.service.schedule.rules.shiftloop.ScheduleResults_output; |
| 10 | 10 | ||
| 11 | +import org.slf4j.Logger; | ||
| 12 | + | ||
| 13 | +global Logger log; | ||
| 14 | + | ||
| 11 | /* | 15 | /* |
| 12 | TODO:规则说明,以后待说明 | 16 | TODO:规则说明,以后待说明 |
| 13 | */ | 17 | */ |
| @@ -30,7 +34,10 @@ end | @@ -30,7 +34,10 @@ end | ||
| 30 | rule "calcu_days_1" | 34 | rule "calcu_days_1" |
| 31 | salience 100 | 35 | salience 100 |
| 32 | when | 36 | when |
| 33 | - ScheduleCalcuParam_input($fromDate : fromDate, $toDate : toDate, $fromDate.isBefore($toDate)) | 37 | + ScheduleCalcuParam_input( |
| 38 | + $fromDate : fromDate, | ||
| 39 | + $toDate : toDate, | ||
| 40 | + $fromDate.isBefore($toDate) || $fromDate.isEqual($toDate)) | ||
| 34 | ScheduleRule_input($ruleId : ruleId, $qyrq : qyrq) | 41 | ScheduleRule_input($ruleId : ruleId, $qyrq : qyrq) |
| 35 | eval($qyrq.isBefore($fromDate)) | 42 | eval($qyrq.isBefore($fromDate)) |
| 36 | then | 43 | then |
| @@ -44,8 +51,8 @@ rule "calcu_days_1" | @@ -44,8 +51,8 @@ rule "calcu_days_1" | ||
| 44 | cdr.setCalcu_start_date($fromDate); | 51 | cdr.setCalcu_start_date($fromDate); |
| 45 | cdr.setCalcu_end_date($toDate); | 52 | cdr.setCalcu_end_date($toDate); |
| 46 | 53 | ||
| 47 | - System.out.println("开始日期离启用日期的天数 qyrq_days=" + p1.getDays()); | ||
| 48 | - System.out.println("总共需要排班的天数 sdays=" + (p2.getDays() + 1)); | 54 | + log.info("开始日期离启用日期的天数 qyrq_days={}", p1.getDays()); |
| 55 | + log.info("总共需要排班的天数 sdays={}", (p2.getDays() + 1)); | ||
| 49 | 56 | ||
| 50 | insert(cdr); // 插入fact数据,进入下一个阶段 | 57 | insert(cdr); // 插入fact数据,进入下一个阶段 |
| 51 | end | 58 | end |
| @@ -53,7 +60,10 @@ end | @@ -53,7 +60,10 @@ end | ||
| 53 | rule "calcu_days_2" | 60 | rule "calcu_days_2" |
| 54 | salience 100 | 61 | salience 100 |
| 55 | when | 62 | when |
| 56 | - ScheduleCalcuParam_input($fromDate : fromDate, $toDate : toDate, $fromDate.isBefore($toDate)) | 63 | + ScheduleCalcuParam_input( |
| 64 | + $fromDate : fromDate, | ||
| 65 | + $toDate : toDate, | ||
| 66 | + $fromDate.isBefore($toDate) || $fromDate.isEqual($toDate)) | ||
| 57 | ScheduleRule_input($ruleId : ruleId, $qyrq : qyrq) | 67 | ScheduleRule_input($ruleId : ruleId, $qyrq : qyrq) |
| 58 | eval((!$qyrq.isBefore($fromDate)) && (!$qyrq.isAfter($toDate))) | 68 | eval((!$qyrq.isBefore($fromDate)) && (!$qyrq.isAfter($toDate))) |
| 59 | then | 69 | then |
| @@ -62,12 +72,12 @@ rule "calcu_days_2" | @@ -62,12 +72,12 @@ rule "calcu_days_2" | ||
| 62 | cdr.setRuleId($ruleId); | 72 | cdr.setRuleId($ruleId); |
| 63 | cdr.setQyrq_days(0); | 73 | cdr.setQyrq_days(0); |
| 64 | Period p2 = new Period($qyrq, $toDate, PeriodType.days()); | 74 | Period p2 = new Period($qyrq, $toDate, PeriodType.days()); |
| 65 | - cdr.setSdays(p2.getDays()); | 75 | + cdr.setSdays(Integer.valueOf(p2.getDays() + 1)); |
| 66 | cdr.setCalcu_start_date($qyrq); | 76 | cdr.setCalcu_start_date($qyrq); |
| 67 | cdr.setCalcu_end_date($toDate); | 77 | cdr.setCalcu_end_date($toDate); |
| 68 | 78 | ||
| 69 | - System.out.println("开始日期离启用日期的天数 qyrq_days=0"); | ||
| 70 | - System.out.println("总共需要排班的天数 sdays=" + (p2.getDays() + 1)); | 79 | + log.info("开始日期离启用日期的天数 qyrq_days=0"); |
| 80 | + log.info("总共需要排班的天数 sdays={}", (p2.getDays() + 1)); | ||
| 71 | 81 | ||
| 72 | insert(cdr); // 插入fact数据,进入下一个阶段 | 82 | insert(cdr); // 插入fact数据,进入下一个阶段 |
| 73 | end | 83 | end |
| @@ -130,7 +140,7 @@ rule "calcu_guideboard_index_1" | @@ -130,7 +140,7 @@ rule "calcu_guideboard_index_1" | ||
| 130 | cgir.setRuleId($ruleId); | 140 | cgir.setRuleId($ruleId); |
| 131 | cgir.setCalcu_index($oindex); | 141 | cgir.setCalcu_index($oindex); |
| 132 | 142 | ||
| 133 | - System.out.println("guideboard ruleId=" + $ruleId + ", calcu_index=" + cgir.getCalcu_index()); | 143 | + log.info("guideboard ruleId={}, calcu_index={}", $ruleId, cgir.getCalcu_index()); |
| 134 | 144 | ||
| 135 | insert(cgir); | 145 | insert(cgir); |
| 136 | end | 146 | end |
| @@ -148,7 +158,7 @@ rule "calcu_guideboard_index_2" | @@ -148,7 +158,7 @@ rule "calcu_guideboard_index_2" | ||
| 148 | cgip_1.setTemp(Integer.valueOf($rangesize) - 1 - $oindex); | 158 | cgip_1.setTemp(Integer.valueOf($rangesize) - 1 - $oindex); |
| 149 | cgip_1.setDays_temp($qyrq_days - cgip_1.getTemp()); | 159 | cgip_1.setDays_temp($qyrq_days - cgip_1.getTemp()); |
| 150 | 160 | ||
| 151 | - System.out.println("guideboard ruleId=" + $ruleId + ", days_temp=" + cgip_1.getDays_temp()); | 161 | + log.info("guideboard ruleId={}, days_temp={}", $ruleId, cgip_1.getDays_temp()); |
| 152 | 162 | ||
| 153 | insert(cgip_1); | 163 | insert(cgip_1); |
| 154 | end | 164 | end |
| @@ -165,7 +175,7 @@ rule "calcu_guideboard_index_2_1_result" | @@ -165,7 +175,7 @@ rule "calcu_guideboard_index_2_1_result" | ||
| 165 | // cgir.setCalcu_index($oindex + $days_temp); | 175 | // cgir.setCalcu_index($oindex + $days_temp); |
| 166 | cgir.setCalcu_index($range_size - 1 + $days_temp); | 176 | cgir.setCalcu_index($range_size - 1 + $days_temp); |
| 167 | 177 | ||
| 168 | - System.out.println("guideboard ruleId=" + $ruleId + ", calcu_index=" + cgir.getCalcu_index()); | 178 | + log.info("guideboard ruleId={}, calcu_index={}", $ruleId, cgir.getCalcu_index()); |
| 169 | 179 | ||
| 170 | insert(cgir); | 180 | insert(cgir); |
| 171 | end | 181 | end |
| @@ -194,7 +204,7 @@ rule "calcu_guideboard_index_2_2_1_result" | @@ -194,7 +204,7 @@ rule "calcu_guideboard_index_2_2_1_result" | ||
| 194 | cgir.setRuleId($ruleId); | 204 | cgir.setRuleId($ruleId); |
| 195 | cgir.setCalcu_index($y_value - 1); | 205 | cgir.setCalcu_index($y_value - 1); |
| 196 | 206 | ||
| 197 | - System.out.println("guideboard ruleId=" + $ruleId + ", calcu_index=" + cgir.getCalcu_index()); | 207 | + log.info("guideboard ruleId={}, calcu_index={}", $ruleId, cgir.getCalcu_index()); |
| 198 | 208 | ||
| 199 | insert(cgir); | 209 | insert(cgir); |
| 200 | end | 210 | end |
| @@ -210,7 +220,7 @@ rule "calcu_guideboard_index_2_2_2_result" | @@ -210,7 +220,7 @@ rule "calcu_guideboard_index_2_2_2_result" | ||
| 210 | cgir.setRuleId($ruleId); | 220 | cgir.setRuleId($ruleId); |
| 211 | cgir.setCalcu_index($rangesize - 1); | 221 | cgir.setCalcu_index($rangesize - 1); |
| 212 | 222 | ||
| 213 | - System.out.println("guideboard ruleId=" + $ruleId + ", calcu_index=" + cgir.getCalcu_index()); | 223 | + log.info("guideboard ruleId={}, calcu_index={}", $ruleId, cgir.getCalcu_index()); |
| 214 | 224 | ||
| 215 | insert(cgir); | 225 | insert(cgir); |
| 216 | end | 226 | end |
| @@ -243,7 +253,7 @@ rule "calcu_employee_index_1" | @@ -243,7 +253,7 @@ rule "calcu_employee_index_1" | ||
| 243 | cgir.setRuleId($ruleId); | 253 | cgir.setRuleId($ruleId); |
| 244 | cgir.setCalcu_index($oindex); | 254 | cgir.setCalcu_index($oindex); |
| 245 | 255 | ||
| 246 | - System.out.println("employee ruleId=" + $ruleId + ", calcu_index=" + cgir.getCalcu_index()); | 256 | + log.info("employee ruleId={}, calcu_index={}", $ruleId, cgir.getCalcu_index()); |
| 247 | 257 | ||
| 248 | insert(cgir); | 258 | insert(cgir); |
| 249 | end | 259 | end |
| @@ -261,7 +271,7 @@ rule "calcu_employee_index_2" | @@ -261,7 +271,7 @@ rule "calcu_employee_index_2" | ||
| 261 | cgip_1.setTemp(Integer.valueOf($rangesize) - 1 - $oindex); | 271 | cgip_1.setTemp(Integer.valueOf($rangesize) - 1 - $oindex); |
| 262 | cgip_1.setDays_temp($qyrq_days - cgip_1.getTemp()); | 272 | cgip_1.setDays_temp($qyrq_days - cgip_1.getTemp()); |
| 263 | 273 | ||
| 264 | - System.out.println("employee ruleId=" + $ruleId + ", days_temp=" + cgip_1.getDays_temp()); | 274 | + log.info("employee ruleId={}, days_temp={}", $ruleId, cgip_1.getDays_temp()); |
| 265 | 275 | ||
| 266 | insert(cgip_1); | 276 | insert(cgip_1); |
| 267 | end | 277 | end |
| @@ -278,7 +288,7 @@ rule "calcu_employee_index_2_1_result" | @@ -278,7 +288,7 @@ rule "calcu_employee_index_2_1_result" | ||
| 278 | // cgir.setCalcu_index($oindex + $days_temp); | 288 | // cgir.setCalcu_index($oindex + $days_temp); |
| 279 | cgir.setCalcu_index($range_size - 1 + $days_temp); | 289 | cgir.setCalcu_index($range_size - 1 + $days_temp); |
| 280 | 290 | ||
| 281 | - System.out.println("employee ruleId=" + $ruleId + ", calcu_index=" + cgir.getCalcu_index()); | 291 | + log.info("employee ruleId={}, calcu_index={}", $ruleId, cgir.getCalcu_index()); |
| 282 | 292 | ||
| 283 | insert(cgir); | 293 | insert(cgir); |
| 284 | end | 294 | end |
| @@ -307,7 +317,7 @@ rule "calcu_employee_index_2_2_1_result" | @@ -307,7 +317,7 @@ rule "calcu_employee_index_2_2_1_result" | ||
| 307 | cgir.setRuleId($ruleId); | 317 | cgir.setRuleId($ruleId); |
| 308 | cgir.setCalcu_index($y_value - 1); | 318 | cgir.setCalcu_index($y_value - 1); |
| 309 | 319 | ||
| 310 | - System.out.println("employee ruleId=" + $ruleId + ", calcu_index=" + cgir.getCalcu_index()); | 320 | + log.info("employee ruleId={}, calcu_index={}", $ruleId, cgir.getCalcu_index()); |
| 311 | 321 | ||
| 312 | insert(cgir); | 322 | insert(cgir); |
| 313 | end | 323 | end |
| @@ -323,7 +333,7 @@ rule "calcu_employee_index_2_2_2_result" | @@ -323,7 +333,7 @@ rule "calcu_employee_index_2_2_2_result" | ||
| 323 | cgir.setRuleId($ruleId); | 333 | cgir.setRuleId($ruleId); |
| 324 | cgir.setCalcu_index($rangesize - 1); | 334 | cgir.setCalcu_index($rangesize - 1); |
| 325 | 335 | ||
| 326 | - System.out.println("employee ruleId=" + $ruleId + ", calcu_index=" + cgir.getCalcu_index()); | 336 | + log.info("employee ruleId={}, calcu_index={}", $ruleId, cgir.getCalcu_index()); |
| 327 | 337 | ||
| 328 | insert(cgir); | 338 | insert(cgir); |
| 329 | end | 339 | end |
| @@ -371,11 +381,13 @@ rule "calcu_guideboard_range_loop_1_1" | @@ -371,11 +381,13 @@ rule "calcu_guideboard_range_loop_1_1" | ||
| 371 | cgrlr.setRangeSize(0); | 381 | cgrlr.setRangeSize(0); |
| 372 | cgrlr.setLastLoopSize(0); | 382 | cgrlr.setLastLoopSize(0); |
| 373 | 383 | ||
| 374 | - System.out.println("guideboard ruleId=" + $ruleId + ", " + | ||
| 375 | - "f=" + cgrlr.getFirstLoopSize() + | ||
| 376 | - ", m=" + cgrlr.getMiddelLoopCount() + | ||
| 377 | - ", m_r=" + cgrlr.getRangeSize() + | ||
| 378 | - ", l=" + cgrlr.getLastLoopSize()); | 384 | + log.info( |
| 385 | + "guideboard ruleId={},f={},m={},m_r={},l={}", | ||
| 386 | + $ruleId, | ||
| 387 | + cgrlr.getFirstLoopSize(), | ||
| 388 | + cgrlr.getMiddelLoopCount(), | ||
| 389 | + cgrlr.getRangeSize(), | ||
| 390 | + cgrlr.getLastLoopSize()); | ||
| 379 | 391 | ||
| 380 | insert(cgrlr); | 392 | insert(cgrlr); |
| 381 | end | 393 | end |
| @@ -398,11 +410,13 @@ rule "calcu_guideboard_range_loop_1_2" | @@ -398,11 +410,13 @@ rule "calcu_guideboard_range_loop_1_2" | ||
| 398 | cgrlr.setRangeSize(new Integer($rangesize)); | 410 | cgrlr.setRangeSize(new Integer($rangesize)); |
| 399 | cgrlr.setLastLoopSize(gbd_days_temp_minus_yvalue); | 411 | cgrlr.setLastLoopSize(gbd_days_temp_minus_yvalue); |
| 400 | 412 | ||
| 401 | - System.out.println("guideboard ruleId=" + $ruleId + ", " + | ||
| 402 | - "f=" + cgrlr.getFirstLoopSize() + | ||
| 403 | - ", m=" + cgrlr.getMiddelLoopCount() + | ||
| 404 | - ", m_r=" + cgrlr.getRangeSize() + | ||
| 405 | - ", l=" + cgrlr.getLastLoopSize()); | 413 | + log.info( |
| 414 | + "guideboard ruleId={},f={},m={},m_r={},l={}", | ||
| 415 | + $ruleId, | ||
| 416 | + cgrlr.getFirstLoopSize(), | ||
| 417 | + cgrlr.getMiddelLoopCount(), | ||
| 418 | + cgrlr.getRangeSize(), | ||
| 419 | + cgrlr.getLastLoopSize()); | ||
| 406 | 420 | ||
| 407 | insert(cgrlr); | 421 | insert(cgrlr); |
| 408 | end | 422 | end |
| @@ -448,11 +462,13 @@ rule "calcu_employee_range_loop_1_1" | @@ -448,11 +462,13 @@ rule "calcu_employee_range_loop_1_1" | ||
| 448 | cgrlr.setRangeSize(0); | 462 | cgrlr.setRangeSize(0); |
| 449 | cgrlr.setLastLoopSize(0); | 463 | cgrlr.setLastLoopSize(0); |
| 450 | 464 | ||
| 451 | - System.out.println("employee ruleId=" + $ruleId + ", " + | ||
| 452 | - "f=" + cgrlr.getFirstLoopSize() + | ||
| 453 | - ", m=" + cgrlr.getMiddelLoopCount() + | ||
| 454 | - ", m_r=" + cgrlr.getRangeSize() + | ||
| 455 | - ", l=" + cgrlr.getLastLoopSize()); | 465 | + log.info( |
| 466 | + "employee ruleId={},f={},m={},m_r={},l={}", | ||
| 467 | + $ruleId, | ||
| 468 | + cgrlr.getFirstLoopSize(), | ||
| 469 | + cgrlr.getMiddelLoopCount(), | ||
| 470 | + cgrlr.getRangeSize(), | ||
| 471 | + cgrlr.getLastLoopSize()); | ||
| 456 | 472 | ||
| 457 | insert(cgrlr); | 473 | insert(cgrlr); |
| 458 | end | 474 | end |
| @@ -475,11 +491,13 @@ rule "calcu_employee_range_loop_1_2" | @@ -475,11 +491,13 @@ rule "calcu_employee_range_loop_1_2" | ||
| 475 | cgrlr.setRangeSize(new Integer($rangesize)); | 491 | cgrlr.setRangeSize(new Integer($rangesize)); |
| 476 | cgrlr.setLastLoopSize(gbd_days_temp_minus_yvalue); | 492 | cgrlr.setLastLoopSize(gbd_days_temp_minus_yvalue); |
| 477 | 493 | ||
| 478 | - System.out.println("employee ruleId=" + $ruleId + ", " + | ||
| 479 | - "f=" + cgrlr.getFirstLoopSize() + | ||
| 480 | - ", m=" + cgrlr.getMiddelLoopCount() + | ||
| 481 | - ", m_r=" + cgrlr.getRangeSize() + | ||
| 482 | - ", l=" + cgrlr.getLastLoopSize()); | 494 | + log.info( |
| 495 | + "employee ruleId={},f={},m={},m_r={},l={}", | ||
| 496 | + $ruleId, | ||
| 497 | + cgrlr.getFirstLoopSize(), | ||
| 498 | + cgrlr.getMiddelLoopCount(), | ||
| 499 | + cgrlr.getRangeSize(), | ||
| 500 | + cgrlr.getLastLoopSize()); | ||
| 483 | 501 | ||
| 484 | insert(cgrlr); | 502 | insert(cgrlr); |
| 485 | end | 503 | end |
| @@ -546,7 +564,7 @@ rule "calcu_loop_guideboard" | @@ -546,7 +564,7 @@ rule "calcu_loop_guideboard" | ||
| 546 | clgr.setRuleId($ruleId); | 564 | clgr.setRuleId($ruleId); |
| 547 | clgr.setGo_list(scheduleResult_outputs); | 565 | clgr.setGo_list(scheduleResult_outputs); |
| 548 | 566 | ||
| 549 | - System.out.println(scheduleResult_outputs.size()); | 567 | + log.info(String.valueOf(scheduleResult_outputs.size())); |
| 550 | 568 | ||
| 551 | insert(clgr); | 569 | insert(clgr); |
| 552 | end | 570 | end |
| @@ -610,7 +628,7 @@ rule "calcu_loop_employee" | @@ -610,7 +628,7 @@ rule "calcu_loop_employee" | ||
| 610 | clgr.setRuleId($ruleId); | 628 | clgr.setRuleId($ruleId); |
| 611 | clgr.setEo_list(scheduleResult_outputs); | 629 | clgr.setEo_list(scheduleResult_outputs); |
| 612 | 630 | ||
| 613 | - System.out.println(scheduleResult_outputs.size()); | 631 | + log.info(String.valueOf(scheduleResult_outputs.size())); |
| 614 | 632 | ||
| 615 | insert(clgr); | 633 | insert(clgr); |
| 616 | end | 634 | end |
src/main/resources/rules/ttinfo.drl
| @@ -34,7 +34,11 @@ end | @@ -34,7 +34,11 @@ end | ||
| 34 | 34 | ||
| 35 | rule "calcu_days" | 35 | rule "calcu_days" |
| 36 | when | 36 | when |
| 37 | - TTInfoCalcuParam_input($fromDate : fromDate, $toDate : toDate, $fromDate.isBefore($toDate), $xlId : xlId) | 37 | + TTInfoCalcuParam_input( |
| 38 | + $fromDate : fromDate, | ||
| 39 | + $toDate : toDate, | ||
| 40 | + $xlId : xlId, | ||
| 41 | + $fromDate.isBefore($toDate) || $fromDate.isEqual($toDate)) | ||
| 38 | then | 42 | then |
| 39 | // 构造Calcu_days_result对象,进行下一阶段计算 | 43 | // 构造Calcu_days_result对象,进行下一阶段计算 |
| 40 | Calcu_days_result cdr = new Calcu_days_result(); | 44 | Calcu_days_result cdr = new Calcu_days_result(); |
src/main/resources/static/pages/scheduleApp/module/core/ttInfoManage/detailedit/timeTableDetailManage_old.js
| @@ -470,7 +470,7 @@ angular.module('ScheduleApp').controller( | @@ -470,7 +470,7 @@ angular.module('ScheduleApp').controller( | ||
| 470 | }, | 470 | }, |
| 471 | reSetModelValue: function(timeTableDetailForSave) { | 471 | reSetModelValue: function(timeTableDetailForSave) { |
| 472 | var model = timeTableDetailForSave; | 472 | var model = timeTableDetailForSave; |
| 473 | - if (model == "in") { | 473 | + if (model.bcType == "in") { |
| 474 | model.qdz = this.qdz; | 474 | model.qdz = this.qdz; |
| 475 | model.tcc = this.tcc; | 475 | model.tcc = this.tcc; |
| 476 | } else if (model.bcType == "out") { | 476 | } else if (model.bcType == "out") { |