Commit 521fe945cfa3be9a3c5cf7353fc41c2bc5215f66
1 parent
f05c4f93
1.
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/bsth/server_ws/util/WSDataConver.java
| @@ -200,7 +200,7 @@ public class WSDataConver { | @@ -200,7 +200,7 @@ public class WSDataConver { | ||
| 200 | nh_waybill.setM_SubInfos(new ArrayList<NH_waybillItem>()); | 200 | nh_waybill.setM_SubInfos(new ArrayList<NH_waybillItem>()); |
| 201 | if (isFirst) { | 201 | if (isFirst) { |
| 202 | total.setM_strYYRQ(sch.getScheduleDateStr()); | 202 | total.setM_strYYRQ(sch.getScheduleDateStr()); |
| 203 | - total.setM_strNBBM(sch.getClZbh()); | 203 | + total.setM_strNBBM("000-000"); |
| 204 | total.setM_strXLBM("000000"); | 204 | total.setM_strXLBM("000000"); |
| 205 | total.setM_SubInfos(new ArrayList<NH_waybillItem>()); | 205 | total.setM_SubInfos(new ArrayList<NH_waybillItem>()); |
| 206 | 206 |