|
|
@ -257,7 +257,7 @@ public class FactoryXxlJob { |
|
|
|
advanceEntity.setSenderMobile("");//发货人电话 可以为空
|
|
|
|
advanceEntity.setSenderMobile("");//发货人电话 可以为空
|
|
|
|
advanceEntity.setSenderAddress(""); //发货地址 可以为空
|
|
|
|
advanceEntity.setSenderAddress(""); //发货地址 可以为空
|
|
|
|
advanceEntity.setSenderName(""); //发货工厂名称 可以为空
|
|
|
|
advanceEntity.setSenderName(""); //发货工厂名称 可以为空
|
|
|
|
advanceEntity.setAdministratorsId(851);// 导入人
|
|
|
|
advanceEntity.setAdministratorsId(1073);// 导入人
|
|
|
|
advanceEntity.setCreateTime(LocalDate.now()); //添加时间
|
|
|
|
advanceEntity.setCreateTime(LocalDate.now()); //添加时间
|
|
|
|
advanceEntity.setCarsNum(v.getTcWla001()); //派车单--snm 可以为空
|
|
|
|
advanceEntity.setCarsNum(v.getTcWla001()); //派车单--snm 可以为空
|
|
|
|
advanceEntity.setDeleteTime(0); // 删除时间
|
|
|
|
advanceEntity.setDeleteTime(0); // 删除时间
|
|
|
@ -275,6 +275,7 @@ public class FactoryXxlJob { |
|
|
|
// longIntegerMap.put(k,advanceEntity.getId());
|
|
|
|
// longIntegerMap.put(k,advanceEntity.getId());
|
|
|
|
} |
|
|
|
} |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
//TODO 插入到老系统的的数据库
|
|
|
|
//TODO 插入到老系统的的数据库
|
|
|
|
map.forEach((k, v) -> { |
|
|
|
map.forEach((k, v) -> { |
|
|
|
StationOrderEntity stationOrderEntity = collect.get(k); // 订单
|
|
|
|
StationOrderEntity stationOrderEntity = collect.get(k); // 订单
|
|
|
|