|
@@ -748,6 +748,7 @@ public class LifeUserDynamicsService extends ServiceImpl<LifeUserDynamicsMapper,
|
|
|
lifeUserDynamicsVo.setStoreName(storeInfo.getStoreName());
|
|
lifeUserDynamicsVo.setStoreName(storeInfo.getStoreName());
|
|
|
lifeUserDynamicsVo.setBusinessSection(storeInfo.getBusinessSection().toString());
|
|
lifeUserDynamicsVo.setBusinessSection(storeInfo.getBusinessSection().toString());
|
|
|
lifeUserDynamicsVo.setBusinessTypeName(storeInfo.getBusinessTypeName());
|
|
lifeUserDynamicsVo.setBusinessTypeName(storeInfo.getBusinessTypeName());
|
|
|
|
|
+ lifeUserDynamicsVo.setStoreUserId(storeInfo.getId().toString());
|
|
|
}
|
|
}
|
|
|
} else if (lifeUserDynamicsVo.getType().equals("1")) {
|
|
} else if (lifeUserDynamicsVo.getType().equals("1")) {
|
|
|
String phoneIdNew = lifeUserDynamicsVo.getPhoneId().substring(5);
|
|
String phoneIdNew = lifeUserDynamicsVo.getPhoneId().substring(5);
|