no message
This commit is contained in:
parent
5ccbdd1f61
commit
317920ad0d
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ export class CommandController extends Controller {
|
|||
)
|
||||
.andWhere(
|
||||
status != null && status != undefined && status != ""
|
||||
? "command.status IN (:...node)"
|
||||
? "command.status IN (:...status)"
|
||||
: "1=1",
|
||||
{
|
||||
status:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue