redis key过期 业务处理
This commit is contained in:
@@ -207,6 +207,12 @@ public class TbShopInfoServiceImpl implements TbShopInfoService {
|
||||
tbShopInfoRepository.save(tbShopInfo);
|
||||
}
|
||||
|
||||
@Override
|
||||
@Transactional(rollbackFor = Exception.class)
|
||||
public void update(String account) {
|
||||
tbShopInfoRepository.updateByAcc(account);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void deleteAll(Integer[] ids) {
|
||||
for (Integer id : ids) {
|
||||
|
||||
@@ -69,6 +69,8 @@ public interface TbShopInfoService {
|
||||
*/
|
||||
void update(TbShopInfo resources);
|
||||
|
||||
void update(String account);
|
||||
|
||||
/**
|
||||
* 多选删除
|
||||
* @param ids /
|
||||
|
||||
Reference in New Issue
Block a user