Commit 60300479a1db1a33c226c31a30e8c7ddb0134a68
1 parent
45328193
1、修改车辆信息同步vehicleDataSync.ktr,删除命名参数paramClzbh的默认值,具体看ktr的注释说明
Showing
1 changed file
with
2 additions
and
2 deletions
src/main/resources/datatools/ktrs/vehicleDataSync.ktr
| ... | ... | @@ -36,7 +36,7 @@ |
| 36 | 36 | </parameter> |
| 37 | 37 | <parameter> |
| 38 | 38 | <name>paramClzbh</name> |
| 39 | - <default_value>W2L-014</default_value> | |
| 39 | + <default_value/> | |
| 40 | 40 | <description>参数-车辆自编号</description> |
| 41 | 41 | </parameter> |
| 42 | 42 | <parameter> |
| ... | ... | @@ -125,7 +125,7 @@ |
| 125 | 125 | </info> |
| 126 | 126 | <notepads> |
| 127 | 127 | <notepad> |
| 128 | - <note>1、json输入step处理太慢,使用javascript模拟代替
2、待处理数据xls输出中已经包含了远程和本地的对比车辆数据(不需要输出整个车辆基础信息xls),
 如果以后添加更多的更新字段,这个步骤要改的
3、注意:命名参数paramClzbh的默认值不要写,否则在进行时间范围同步的时候永远按照paramClzbh默认值同步了,
 TODO:之后会考虑使用新的命名参数paramType区别不同的同步类型
4、已经在程序中判断参数的问题了,第3点可以忽略了</note> | |
| 128 | + <note>1、json输入step处理太慢,使用javascript模拟代替
2、待处理数据xls输出中已经包含了远程和本地的对比车辆数据(不需要输出整个车辆基础信息xls),
 如果以后添加更多的更新字段,这个步骤要改的
3、注意:命名参数paramClzbh的默认值不要写,否则在进行时间范围同步的时候永远按照paramClzbh默认值同步了,
 TODO:之后会考虑使用新的命名参数paramType区别不同的同步类型
4、已经在程序中判断参数的问题了,第3点可以忽略了(还是有问题,还是不要写了)</note> | |
| 129 | 129 | <xloc>463</xloc> |
| 130 | 130 | <yloc>36</yloc> |
| 131 | 131 | <width>649</width> | ... | ... |