Merge branch 'refs/heads/feature/REQ-2596' into feature/merge-all

This commit is contained in:
yangqicheng 2024-07-30 10:42:38 +08:00
commit c857f2b670

View File

@ -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);