|
@@ -276,6 +276,9 @@ public class FsUserInformationCollectionServiceImpl extends ServiceImpl<FsUserIn
|
|
|
fsUserInformationCollection.setPackageId(param.getPackageId());
|
|
fsUserInformationCollection.setPackageId(param.getPackageId());
|
|
|
fsUserInformationCollection.setUserPhoneFour(param.getUserPhoneFour());
|
|
fsUserInformationCollection.setUserPhoneFour(param.getUserPhoneFour());
|
|
|
fsUserInformationCollection.setAllergy(param.getAllergy());
|
|
fsUserInformationCollection.setAllergy(param.getAllergy());
|
|
|
|
|
+ fsUserInformationCollection.setPayType(param.getPayType());
|
|
|
|
|
+ fsUserInformationCollection.setQuestionId(param.getQuestionId());
|
|
|
|
|
+ fsUserInformationCollection.setAmount(param.getAmount());
|
|
|
baseMapper.updateFsUserInformationCollection(fsUserInformationCollection);
|
|
baseMapper.updateFsUserInformationCollection(fsUserInformationCollection);
|
|
|
return fsUserInformationCollection.getId();
|
|
return fsUserInformationCollection.getId();
|
|
|
}
|
|
}
|