Fix Invalid รายการประเมินผลการปฏิบัติราชการระดับบุคคล (KPI) ไม่แสดงตามสิทธิ์ #19
This commit is contained in:
parent
5c1e691424
commit
08a9f755c7
2 changed files with 12 additions and 2 deletions
|
|
@ -377,8 +377,8 @@ export class KpiUserDevelopmentController extends Controller {
|
|||
.andWhere(
|
||||
_data.root != undefined && _data.root != null
|
||||
? _data.root[0] != null
|
||||
? `kpiUserEvaluation.rootDnaId IN (:...root)`
|
||||
: `kpiUserEvaluation.rootDnaId is null`
|
||||
? `kpiUserEvaluation.orgDnaId IN (:...root)`
|
||||
: `kpiUserEvaluation.orgDnaId is null`
|
||||
: "1=1",
|
||||
{
|
||||
root: _data.root,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue