|
|
@@ -365,6 +365,7 @@ public class FsUserInformationCollectionServiceImpl extends ServiceImpl<FsUserIn
|
|
|
if (fsUserInformationCollection != null) {
|
|
|
//组装返回数据
|
|
|
vo.setQuestionId(fsUserInformationCollection.getQuestionId());
|
|
|
+ vo.setAge(fsUserInformationCollection.getAge());
|
|
|
vo.setId(fsUserInformationCollection.getId());
|
|
|
vo.setAmount(fsUserInformationCollection.getAmount());
|
|
|
vo.setPackageId(fsUserInformationCollection.getPackageId());
|