|
|
@ -499,6 +499,7 @@ public class BasicdataClientServiceImpl extends BaseServiceImpl<BasicdataClientM |
|
|
|
storeContactEntity.setShopId(basicdataClient.getId()); |
|
|
|
storeContactEntity.setShopId(basicdataClient.getId()); |
|
|
|
storeContactEntity.setPhone(i.getPhone()); |
|
|
|
storeContactEntity.setPhone(i.getPhone()); |
|
|
|
storeContactEntity.setLinkman(i.getLinkman()); |
|
|
|
storeContactEntity.setLinkman(i.getLinkman()); |
|
|
|
|
|
|
|
storeContactEntity.setDefaultType(true); |
|
|
|
storeContactEntities.add(storeContactEntity); |
|
|
|
storeContactEntities.add(storeContactEntity); |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|