若依、多选框前后端处理,MyBatis处理多对多关系
创始人
2024-02-29 05:24:30
  • 背景 很经典的CRUD,整理下笔记。

在这里插入图片描述

后端

实体类

   /*** 专业方向主键,用于下拉框搜索*/private Long disasterTypeId;/*** 专业方向*/private List disasterType;

业务层

  /*** 新增专家信息库** @param expertInfo 专家信息库* @return 结果*/@Override@Transactional(rollbackFor = Exception.class)public int insertExpertInfo(ExpertInfo expertInfo) {expertInfo.setCreateTime(DateUtils.getNowDate());expertInfo.setCreateBy(SecurityUtils.getUsername());AssertUtil.insertDataBaseIsOk(expertInfoMapper.insertExpertInfo(expertInfo), "添加数据失败");return expertInfoMapper.batchInsertDisasterTypeRelation(expertInfo.getId(), expertInfo.getDisasterType());}/*** 修改专家信息库** @param expertInfo 专家信息库* @return 结果*/@Override@Transactional(rollbackFor = Exception.class)public int updateExpertInfo(ExpertInfo expertInfo) {expertInfo.setUpdateBy(SecurityUtils.getUsername());expertInfo.setUpdateTime(DateUtils.getNowDate());ExpertInfo oldExpertInfo = selectExpertInfoById(expertInfo.getId());Set oldDisasterTypeSet = oldExpertInfo.getDisasterType().stream().collect(Collectors.toMap(DisasterType::getId, o -> o)).keySet();Set newDisasterTypeSet = expertInfo.getDisasterType().stream().collect(Collectors.toMap(DisasterType::getId, o -> o)).keySet();//用集合交、并、补运算获取新增记录Set addDisasterTypeSet = new HashSet<>(newDisasterTypeSet);addDisasterTypeSet.removeAll(oldDisasterTypeSet);if (!CollectionUtils.isEmpty(addDisasterTypeSet)) {List t = new ArrayList<>(32);for (Long id : addDisasterTypeSet) {t.add(new DisasterType(id));}expertInfoMapper.batchInsertDisasterTypeRelation(expertInfo.getId(), t);}//用集合交、并、补运算获取删除记录Set deleteDisasterTypeSet = new HashSet<>(oldDisasterTypeSet);deleteDisasterTypeSet.removeAll(newDisasterTypeSet);if (!CollectionUtils.isEmpty(deleteDisasterTypeSet)) {List t = new ArrayList<>(32);for (Long id : deleteDisasterTypeSet) {t.add(new DisasterType(id));}expertInfoMapper.batchDeleteDisasterTypeRelationByIdAndDisasterTypeId(expertInfo.getId(), t);}return expertInfoMapper.updateExpertInfo(expertInfo);}/*** 批量删除专家信息库** @param ids 需要删除的专家信息库主键* @return 结果*/@Override@Transactional(rollbackFor = Exception.class)public int deleteExpertInfoByIds(Long[] ids) {for (Long id : ids) {expertInfoMapper.batchDeleteDisasterTypeRelationById(id);}return expertInfoMapper.deleteExpertInfoByIds(ids);}

mapper

    /*** 批量插入专业方向中间表** @param id           专家主键* @param disasterType 专业方向* @return 结果* @author weimingzhong* @date 2022/11/28 14:43*/int batchInsertDisasterTypeRelation(@Param("id") Long id, @Param("disasterType") List disasterType);/*** 批量删除专业方向中间表** @param id           专家主键* @param disasterType 专业方向* @return 结果* @author weimingzhong* @date 2022/11/28 14:43*/int batchDeleteDisasterTypeRelationByIdAndDisasterTypeId(@Param("id") Long id, @Param("disasterType") List disasterType);/*** 批量删除专业方向中间表** @param id 专家主键* @return 结果* @author weimingzhong* @date 2022/11/28 14:43*/int batchDeleteDisasterTypeRelationById(Long id);

mybatis

insert into erss_expert_info_disaster_type_relationexpert_id,disaster_type_id#{id},#{item.id}delete from erss_expert_info_disaster_type_relationwhere expert_id = #{id}and disaster_type_id in#{item.id}delete from erss_expert_info_disaster_type_relationwhere expert_id = #{id}

前端

相关内容

热门资讯

北京的名胜古迹 北京最著名的景... 北京从元代开始,逐渐走上帝国首都的道路,先是成为大辽朝五大首都之一的南京城,随着金灭辽,金代从海陵王...
埃菲尔铁塔在哪 中国仿建埃菲尔... 2019年4月26日,广西南宁市,街头惊现一座巨型山寨版埃菲尔铁塔,高约20米,白色塔身,造型逼真,...
苗族的传统节日 贵州苗族节日有... 【岜沙苗族芦笙节】岜沙,苗语叫“分送”,距从江县城7.5公里,是世界上最崇拜树木并以树为神的枪手部落...
应用未安装解决办法 平板应用未... ---IT小技术,每天Get一个小技能!一、前言描述苹果IPad2居然不能安装怎么办?与此IPad不...
脚上的穴位图 脚面经络图对应的... 人体穴位作用图解大全更清晰直观的标注了各个人体穴位的作用,包括头部穴位图、胸部穴位图、背部穴位图、胳...
长白山自助游攻略 吉林长白山游... 昨天介绍了西坡的景点详细请看链接:一个人的旅行,据说能看到长白山天池全凭运气,您的运气如何?今日介绍...
demo什么意思 demo版本... 618快到了,各位的小金库大概也在准备开闸放水了吧。没有小金库的,也该向老婆撒娇卖萌服个软了,一切只...
猫咪吃了塑料袋怎么办 猫咪误食... 你知道吗?塑料袋放久了会长猫哦!要说猫咪对塑料袋的喜爱程度完完全全可以媲美纸箱家里只要一有塑料袋的响...
世界上最漂亮的人 世界上最漂亮... 此前在某网上,选出了全球265万颜值姣好的女性。从这些数量庞大的女性群体中,人们投票选出了心目中最美...
埃菲尔铁塔在哪 中国仿建埃菲尔... 2019年4月26日,广西南宁市,街头惊现一座巨型山寨版埃菲尔铁塔,高约20米,白色塔身,造型逼真,...
苗族的传统节日 贵州苗族节日有... 【岜沙苗族芦笙节】岜沙,苗语叫“分送”,距从江县城7.5公里,是世界上最崇拜树木并以树为神的枪手部落...
北京的名胜古迹 北京最著名的景... 北京从元代开始,逐渐走上帝国首都的道路,先是成为大辽朝五大首都之一的南京城,随着金灭辽,金代从海陵王...
应用未安装解决办法 平板应用未... ---IT小技术,每天Get一个小技能!一、前言描述苹果IPad2居然不能安装怎么办?与此IPad不...