改造接口

This commit is contained in:
ziming 2026-04-07 13:45:09 +08:00
parent edae25ff6a
commit 649bb4994f
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ func (biz *MultiBiz) Notify(ctx context.Context, ip, source string, req *bo.Wech
return err
}
if order.ActivityId != "" {
if order.ActivityId == "" {
return fmt.Errorf("批次活动ID不为空不是多笔立减金请检查")
}