|
|
@ -92,6 +92,7 @@ public class BasicdataClientServiceImpl extends BaseServiceImpl<BasicdataClientM |
|
|
|
basicdataStoreContactEntity.setPhone(phone); |
|
|
|
basicdataStoreContactEntity.setPhone(phone); |
|
|
|
basicdataStoreContactEntity.setPartitionType(2); |
|
|
|
basicdataStoreContactEntity.setPartitionType(2); |
|
|
|
basicdataStoreContactEntity.setShopId(basicdataClient.getId()); |
|
|
|
basicdataStoreContactEntity.setShopId(basicdataClient.getId()); |
|
|
|
|
|
|
|
basicdataStoreContactEntity.setDefaultType(true); |
|
|
|
basicdataStoreContactService.save(basicdataStoreContactEntity); |
|
|
|
basicdataStoreContactService.save(basicdataStoreContactEntity); |
|
|
|
//添加客户类型
|
|
|
|
//添加客户类型
|
|
|
|
if(basicdataClient.getTypeServiceList().size() > 0){ |
|
|
|
if(basicdataClient.getTypeServiceList().size() > 0){ |
|
|
|