xucaiqin il y a 2 mois
Parent
commit
81bd973b61

+ 1 - 1
sckw-modules/sckw-product/src/main/java/com/sckw/product/service/KwpGoodsService.java

@@ -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());