|
@@ -1590,6 +1590,7 @@ public class FsUserInformationCollectionServiceImpl extends ServiceImpl<FsUserIn
|
|
|
@Override
|
|
@Override
|
|
|
@Transactional(rollbackFor = Exception.class)
|
|
@Transactional(rollbackFor = Exception.class)
|
|
|
public int submitCollectionAnswerParam(SubmitCollectionAnswerParam param) {
|
|
public int submitCollectionAnswerParam(SubmitCollectionAnswerParam param) {
|
|
|
|
|
+ logger.info("提交问答参数:{}",param);
|
|
|
FsUserInformationCollection informationCollection = fsUserInformationCollectionMapper.selectFsUserInformationCollectionById(param.getCollectionId());
|
|
FsUserInformationCollection informationCollection = fsUserInformationCollectionMapper.selectFsUserInformationCollectionById(param.getCollectionId());
|
|
|
if (informationCollection == null) {
|
|
if (informationCollection == null) {
|
|
|
throw new CustomException("用户采集信息不存在");
|
|
throw new CustomException("用户采集信息不存在");
|