| | |
| | | manage.setCustom(custom);
|
| | | manage.setOfficial(official);
|
| | | manage.setCreateTime(new Date());
|
| | | manage.setOfflineNotice(false);
|
| | | userCloudManageMapper.insertSelective(manage);
|
| | |
|
| | | send = manage.getCustom();
|
| | |
| | | return userCloudManageMapper.selectByPrimaryKey(uid);
|
| | | }
|
| | |
|
| | | @Override
|
| | | public void updateByPrimaryKeySelective(UserCloudManage record) {
|
| | | userCloudManageMapper.updateByPrimaryKeySelective(record);
|
| | | }
|
| | | |
| | | |
| | | @Override
|
| | | public UserCloudManage selectForUpdate(Long uid) {
|
| | | return userCloudManageMapper.selectForUpdate(uid);
|
| | | }
|
| | | |
| | | }
|