|
|
@@ -3454,7 +3454,7 @@ public class KwtAcceptCarriageOrderService {
|
|
|
}
|
|
|
consignUnit.setContactsId(orderDTO.getConsignContactsId());
|
|
|
consignUnit.setTopEntId(ent.getId());
|
|
|
- consignUnit.setFirmName(orderDTO.getConsignCompany());
|
|
|
+ consignUnit.setFirmName(ent.getFirmName());
|
|
|
consignUnit.setContacts(orderDTO.getConsignContacts());
|
|
|
consignUnit.setPhone(orderDTO.getConsignContactPhone());
|
|
|
// consignUnit.setRemark(orderDTO.getRemark());
|
|
|
@@ -3476,7 +3476,7 @@ public class KwtAcceptCarriageOrderService {
|
|
|
}
|
|
|
unit.setContactsId(x.getAcceptContactsId());
|
|
|
unit.setTopEntId(ent1.getId());
|
|
|
- unit.setFirmName(x.getAcceptCompany());
|
|
|
+ unit.setFirmName(ent1.getFirmName());
|
|
|
unit.setContacts(x.getAcceptContacts());
|
|
|
unit.setPhone(x.getAcceptContactPhone());
|
|
|
// unit.setRemark(orderDTO.getRemark());
|
|
|
@@ -3498,7 +3498,7 @@ public class KwtAcceptCarriageOrderService {
|
|
|
}
|
|
|
notifyUnit.setContactsId(orderDTO.getNonConsignContactsId());
|
|
|
notifyUnit.setTopEntId(ent2.getId());
|
|
|
- notifyUnit.setFirmName(orderDTO.getNonConsignCompany());
|
|
|
+ notifyUnit.setFirmName(ent2.getFirmName());
|
|
|
notifyUnit.setContacts(orderDTO.getNonConsignContacts());
|
|
|
notifyUnit.setPhone(orderDTO.getNonConsignContactPhone());
|
|
|
// unit.setRemark(orderDTO.getRemark());
|