springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComActQuestnaireServiceImpl.java
@@ -357,7 +357,8 @@ if (!b) { throw new ServiceException("500", "调查问卷题目不存在!"); } BeanUtils.copyProperties(answerContentDO,answerContent); BeanUtils.copyProperties(answerContent,answerContentDO); answerContentDO.setUserId(userId); answerContentDOList.add(answerContentDO); } answerContentService.saveBatch(answerContentDOList);