|
|
@@ -249,9 +249,9 @@ public class KwpGoodsService {
|
|
|
goodsEntInfo.setEnt(supplyEnt.getFirmName());
|
|
|
goodsEntInfo.setEntHead(supplyEnt.getHead());
|
|
|
goodsEntInfo.setEntBusiness(supplyEnt.getBusiness());
|
|
|
- goodsEntInfo.setEntAddress(supplyEnt.getCityName());
|
|
|
- goodsEntInfo.setContacts(supplyEnt.getContacts());
|
|
|
- goodsEntInfo.setPhone(supplyEnt.getPhone());
|
|
|
+ goodsEntInfo.setEntAddress(supplyEnt.getCityName() + (StrUtil.isNotEmpty(supplyEnt.getDetailAddress()) ? supplyEnt.getDetailAddress() : ""));
|
|
|
+ goodsEntInfo.setContacts(supplyEnt.getLegalName());
|
|
|
+ goodsEntInfo.setPhone(supplyEnt.getLegalPhone());
|
|
|
}
|
|
|
UserCacheResDto managerInfo = remoteSystemService.queryUserCacheById(detail.getManager());
|
|
|
if (Objects.nonNull(managerInfo)) {
|