切换主体

This commit is contained in:
ziming 2026-03-27 17:07:12 +08:00
parent be2adefb91
commit d24e7671e0
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ func (this *VoucherBiz) notifyUsed(ctx context.Context, order *bo.OrderBo, req *
return err
}
order.LastUseTime = &req.PlainText.ConsumeInformation.ConsumeTime
return this.notify(ctx, order)
}