|
|
@@ -245,7 +245,7 @@ public class KwpGoodsService {
|
|
|
goodsEntInfo.setEntBusiness(supplyEnt.getBusiness());
|
|
|
goodsEntInfo.setEntAddress(supplyEnt.getCityName() + (StrUtil.isNotEmpty(supplyEnt.getDetailAddress()) ? supplyEnt.getDetailAddress() : ""));
|
|
|
goodsEntInfo.setContacts(supplyEnt.getLegalName());
|
|
|
- goodsEntInfo.setPhone(supplyEnt.getLegalPhone());
|
|
|
+ goodsEntInfo.setPhone(supplyEnt.getPhone());
|
|
|
goodsEntInfo.setWebsite(supplyEnt.getWebsite());
|
|
|
}
|
|
|
UserCacheResDto managerInfo = remoteSystemService.queryUserCacheById(detail.getManager());
|