代码提交

This commit is contained in:
glj 2023-04-11 09:31:34 +08:00
parent b5236bbd92
commit 36cac4f334
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ public class EntityDataServiceImpl extends ServiceImpl<EntityDataMapper, EntityD
BladeFile bladeFile = minioTemplate.putFile(files);
link.add(bladeFile.getLink());
});
//判断上传用户是否存在
LambdaQueryWrapper<GuestInfo> qw = new LambdaQueryWrapper<>();
qw.eq(GuestInfo::getEmail, entityDataUserVo.getEmail());