fix: query param not work

This commit is contained in:
Methapon2001 2024-12-11 09:09:40 +07:00
parent dd1b762cf1
commit 23540b9d5c

View file

@ -238,7 +238,7 @@ export class RequestListController extends Controller {
}
const where = {
stepStatus: workStatus ? statusCondition : undefined,
stepStatus: readyToTask || workStatus ? statusCondition : undefined,
request: {
id: requestDataId,
quotation: {