no message
This commit is contained in:
parent
4548a78256
commit
5859a46666
1 changed files with 1 additions and 1 deletions
|
|
@ -2346,7 +2346,7 @@ export class ProfileController extends Controller {
|
|||
)
|
||||
.andWhere(
|
||||
isRetire != undefined && isRetire != null
|
||||
? isRetire == true
|
||||
? isRetire == false
|
||||
? `profile.dateLeave IS null`
|
||||
: `profile.dateLeave IS NOT NULL`
|
||||
: "1=1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue