REQ-3982: fix bugs

This commit is contained in:
yanglin 2025-04-29 19:59:38 +08:00
parent d64c3b8c61
commit 419e64e807

View File

@ -587,6 +587,7 @@ public class ChangeRecordRelationServiceImpl extends ServiceImpl<ChangeRecordRel
// 仅完全重新发起时,才记录日志
insertLog(visa, UpdateVisaChangeReq.builder()
.visaId(visa.getId())
.phase(req.getPhase())
.operatorId(req.getOperatorPersonId())
.operatorName(req.getOperatorPersonName())
.visaStampAction(REQUEST_STAMP)