Procházet zdrojové kódy

优化推进会员查询接口回显数据

cgp před 3 dny
rodič
revize
b11bb92f1b

+ 1 - 0
fs-service/src/main/java/com/fs/hisStore/service/impl/FsUserInformationCollectionServiceImpl.java

@@ -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());