代码提交

This commit is contained in:
glj 2023-04-08 14:52:17 +08:00
parent ad5de299c6
commit 715fceb042
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@ public class EntityDataServiceImpl extends ServiceImpl<EntityDataMapper, EntityD
entityData.setLink(entityDataUserVo.getLink());
entityData.setDisasterId(entityDataUserVo.getDisasterId());
entityData.setUploadTime(new Date());
entityData.setRemark(entityDataUserVo.getRemark());
entityData.setSourceOrganization(entityDataUserVo.getOrganization());
return this.baseMapper.insert(entityData)>1;
}