Merge branch 'refs/heads/feature/REQ-2596' into feature/merge-all
This commit is contained in:
commit
c857f2b670
@ -73,6 +73,8 @@ public class ExtAxPropertyServiceImpl implements ExtAxPropertyService {
|
||||
return mapper.deleteByMap(deleteMap);
|
||||
}
|
||||
|
||||
@Override
|
||||
@Transactional(propagation = Propagation.REQUIRES_NEW)
|
||||
public int deleteByNameWithDuration(String name, Long timeOut, TimeUnit timeUnit) {
|
||||
if (!StringUtils.hasText(name) || timeOut == null || timeUnit == null) {
|
||||
log.error("argument not valid,name:{},timeOut:{},timeUnit:{}", name, timeOut, timeUnit);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user