no message

This commit is contained in:
Kittapath 2024-07-09 15:22:20 +07:00
parent 4548a78256
commit 5859a46666

View file

@ -2346,7 +2346,7 @@ export class ProfileController extends Controller {
) )
.andWhere( .andWhere(
isRetire != undefined && isRetire != null isRetire != undefined && isRetire != null
? isRetire == true ? isRetire == false
? `profile.dateLeave IS null` ? `profile.dateLeave IS null`
: `profile.dateLeave IS NOT NULL` : `profile.dateLeave IS NOT NULL`
: "1=1", : "1=1",