Commit 4777b804c2ff204264a4179bcaf2b63a4db77ee7
1 parent
05d85398
迁移到 24
Showing
2 changed files
with
7 additions
and
1 deletions
src/main/java/com/bsth/server_ws/util/WSDataConver.java
| @@ -249,10 +249,16 @@ public class WSDataConver { | @@ -249,10 +249,16 @@ public class WSDataConver { | ||
| 249 | nh_waybillItem.setM_dblYH(oilInfo.getYh()); | 249 | nh_waybillItem.setM_dblYH(oilInfo.getYh()); |
| 250 | //加油地点1 | 250 | //加油地点1 |
| 251 | nh_waybillItem.setM_strJYD1(""); | 251 | nh_waybillItem.setM_strJYD1(""); |
| 252 | + //加油地点2 | ||
| 253 | + nh_waybillItem.setM_strJYD2(""); | ||
| 252 | //加油工工号1 | 254 | //加油工工号1 |
| 253 | nh_waybillItem.setM_strJYG1(""); | 255 | nh_waybillItem.setM_strJYG1(""); |
| 256 | + //加油工工号1 | ||
| 257 | + nh_waybillItem.setM_strJYG2(""); | ||
| 254 | //油耗类型1 | 258 | //油耗类型1 |
| 255 | nh_waybillItem.setM_strYHLX1(oilInfo.getRylx()); | 259 | nh_waybillItem.setM_strYHLX1(oilInfo.getRylx()); |
| 260 | + //油耗类型2 | ||
| 261 | + nh_waybillItem.setM_strYHLX1(""); | ||
| 256 | } | 262 | } |
| 257 | 263 | ||
| 258 | nh_waybill.getM_SubInfos().add(nh_waybillItem); | 264 | nh_waybill.getM_SubInfos().add(nh_waybillItem); |