Commit 46ef4f6ee3f12c2c231a421e773af60a5ba109e9
1 parent
eb89a1e2
update...
Showing
1 changed file
with
1 additions
and
0 deletions
src/main/java/com/bsth/server_ws/util/WSDataConver.java
| ... | ... | @@ -272,6 +272,7 @@ public class WSDataConver { |
| 272 | 272 | sn_waybill.setWork_date(sch.getScheduleDateStr()); |
| 273 | 273 | sn_waybill.setComp_id(sch.getFgsBm()); |
| 274 | 274 | sn_waybill.setGuidecard(sch.getLpName()); |
| 275 | + sn_waybill.setCar_id(sch.getClZbh()); | |
| 275 | 276 | //实际班次 |
| 276 | 277 | sn_waybill.setAct_num(ScheduleCalculator.countSJJHBC(list)); |
| 277 | 278 | //晚班实际班次 | ... | ... |