| | |
| | | package com.doumee.service.system.impl; |
| | | |
| | | import com.baomidou.mybatisplus.core.conditions.update.LambdaUpdateWrapper; |
| | | import com.baomidou.mybatisplus.core.conditions.update.UpdateWrapper; |
| | | import com.github.pagehelper.PageHelper; |
| | | import com.github.pagehelper.PageInfo; |
| | | import com.doumee.core.model.PageData; |
| | |
| | | } |
| | | |
| | | @Override |
| | | public void updateByWrapper(LambdaUpdateWrapper wrapper) { |
| | | systemUserMapper.update(null,wrapper); |
| | | } |
| | | |
| | | |
| | | @Override |
| | | @Transactional |
| | | public void updateByIdInBatch(List<SystemUser> systemUsers) { |
| | | if (CollectionUtils.isEmpty(systemUsers)) return; |