|
@@ -711,7 +711,8 @@ public class TbIndentServiceImpl extends ServiceImpl<TbIndentDao, TbIndent> impl
|
|
|
log.error("第一次接单station1:" + new Gson().toJson(station));
|
|
log.error("第一次接单station1:" + new Gson().toJson(station));
|
|
|
if(station != null){
|
|
if(station != null){
|
|
|
log.error("第一次接单station2:" + new Gson().toJson(station));
|
|
log.error("第一次接单station2:" + new Gson().toJson(station));
|
|
|
- tr.setStationName(userEntity1.getStationName());
|
|
|
|
|
|
|
+ tr.setStationName(station.getStationName());
|
|
|
|
|
+ log.error("第一次接单station3:" + new Gson().toJson(tr));
|
|
|
}
|
|
}
|
|
|
tr.setDeleteFlag(0);
|
|
tr.setDeleteFlag(0);
|
|
|
transferRecordDao.insert(tr);
|
|
transferRecordDao.insert(tr);
|
|
@@ -733,7 +734,8 @@ public class TbIndentServiceImpl extends ServiceImpl<TbIndentDao, TbIndent> impl
|
|
|
log.error("第一次接单station:" + new Gson().toJson(station));
|
|
log.error("第一次接单station:" + new Gson().toJson(station));
|
|
|
if(station != null){
|
|
if(station != null){
|
|
|
log.error("第一次接单station2:" + new Gson().toJson(station));
|
|
log.error("第一次接单station2:" + new Gson().toJson(station));
|
|
|
- tr.setStationName(userEntity1.getStationName());
|
|
|
|
|
|
|
+ tr.setStationName(station.getStationName());
|
|
|
|
|
+ log.error("第一次接单station3:" + new Gson().toJson(tr));
|
|
|
}
|
|
}
|
|
|
tr.setDeleteFlag(0);
|
|
tr.setDeleteFlag(0);
|
|
|
transferRecordDao.insert(tr);
|
|
transferRecordDao.insert(tr);
|
|
@@ -855,7 +857,7 @@ public class TbIndentServiceImpl extends ServiceImpl<TbIndentDao, TbIndent> impl
|
|
|
//获取站点内容
|
|
//获取站点内容
|
|
|
RiderStation station = riderStationService.stationById(userEntity1.getRiderStationId());
|
|
RiderStation station = riderStationService.stationById(userEntity1.getRiderStationId());
|
|
|
if(station != null){
|
|
if(station != null){
|
|
|
- tr.setStationName(userEntity1.getStationName());
|
|
|
|
|
|
|
+ tr.setStationName(station.getStationName());
|
|
|
}
|
|
}
|
|
|
tr.setDeleteFlag(0);
|
|
tr.setDeleteFlag(0);
|
|
|
transferRecordDao.insert(tr);
|
|
transferRecordDao.insert(tr);
|