文书送达记录敏感信息加密

This commit is contained in:
songxudong 2025-10-11 16:39:17 +08:00
parent ad98cc4158
commit 77508ed6c8
1 changed files with 0 additions and 11 deletions

View File

@ -202,17 +202,6 @@ public class DeliveryRecordService {
}; };
} }
/**
* 根据ID删除文书送达记录信息
*
* @param deliveryRecordId 文书送达记录ID
*/
@Transactional
public void deleteDeliveryRecordById(String deliveryRecordId) {
deliveryRecordRepo.deleteById(deliveryRecordId);
}
/**
* 文书送达记录是否存在 * 文书送达记录是否存在
* *
* @param deliveryRecordId 文书送达记录ID * @param deliveryRecordId 文书送达记录ID