feat(payment): update payment collection status (#7335)
This commit is contained in:
committed by
GitHub
parent
774696845c
commit
7c4f4d7388
@@ -66,6 +66,10 @@ export function buildQuery<T = any, TDto = any>(
|
||||
}
|
||||
}
|
||||
|
||||
if (config.options) {
|
||||
Object.assign(findOptions, config.options)
|
||||
}
|
||||
|
||||
return { where, options: findOptions }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user