Merge branch 'develop-Bright' into develop

This commit is contained in:
harid 2026-02-19 14:47:48 +07:00
commit f96343535d
2 changed files with 6 additions and 3 deletions

View file

@ -2096,7 +2096,8 @@ export class DevelopmentController extends Controller {
_data.child1 != undefined && _data.child1 != null
? _data.child1[0] != null
? `development.child1DnaId IN (:...child1)`
: `development.child1DnaId is ${_data.privilege == "PARENT" ? "not null" : "null"}`
// : `development.child1DnaId is ${_data.privilege == "PARENT" ? "not null" : "null"}`
: `development.child1DnaId is null`
: "1=1",
{
child1: _data.child1,