no message

This commit is contained in:
Kittapath 2024-03-06 19:07:06 +07:00
parent 86b84356a2
commit 119bb83e11

View file

@ -931,7 +931,7 @@ export class ProfileController extends Controller {
.leftJoinAndSelect("current_holder.posType", "posType")
.where({
orgRevisionId: findRevision?.id,
rootId: body.rootId == null ? "1=1" : body.rootId,
orgRootId: body.rootId == null ? "1=1" : body.rootId,
current_holderId: Not(IsNull()),
})
.andWhere(