文书送达记录敏感信息加密
This commit is contained in:
parent
ad98cc4158
commit
77508ed6c8
|
|
@ -202,17 +202,6 @@ public class DeliveryRecordService {
|
|||
};
|
||||
}
|
||||
|
||||
/**
|
||||
* 根据ID删除文书送达记录信息
|
||||
*
|
||||
* @param deliveryRecordId 文书送达记录ID
|
||||
*/
|
||||
@Transactional
|
||||
public void deleteDeliveryRecordById(String deliveryRecordId) {
|
||||
deliveryRecordRepo.deleteById(deliveryRecordId);
|
||||
}
|
||||
|
||||
/**
|
||||
* 文书送达记录是否存在
|
||||
*
|
||||
* @param deliveryRecordId 文书送达记录ID
|
||||
|
|
|
|||
Loading…
Reference in New Issue