Commit f44121c5 authored by hezhen's avatar hezhen

123

parent a9725f42
...@@ -475,7 +475,7 @@ public class VehiclePublishReceiveBiz extends BaseBiz<VehiclePublishReceiveMappe ...@@ -475,7 +475,7 @@ public class VehiclePublishReceiveBiz extends BaseBiz<VehiclePublishReceiveMappe
public ReceiveVo getInfo(String orderNo){ public ReceiveVo getInfo(String orderNo){
VehiclePublishFindDTO publishFindDTO = new VehiclePublishFindDTO(); VehiclePublishFindDTO publishFindDTO = new VehiclePublishFindDTO();
publishFindDTO.setOrderNo(publishFindDTO.getOrderNo()); publishFindDTO.setOrderNo(orderNo);
List<ReceiveVo> list = getListByReceive(publishFindDTO); List<ReceiveVo> list = getListByReceive(publishFindDTO);
if (CollectionUtils.isNotEmpty(list)){ if (CollectionUtils.isNotEmpty(list)){
ReceiveVo receiveVo = list.get(0); ReceiveVo receiveVo = list.get(0);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment