เพิ่มฟิวหน่วยงานผู้ค้ำ
This commit is contained in:
parent
109bea3fc8
commit
a840274150
5 changed files with 84 additions and 7 deletions
|
|
@ -239,7 +239,7 @@ export class DevelopmentEmployeeHistoryController extends Controller {
|
|||
{ year: body.year },
|
||||
)
|
||||
.andWhere(
|
||||
body.root != null && body.root != undefined ? "developmentHistory.rootId = :root" : "1=1",
|
||||
body.root != null && body.root != undefined ? "developmentHistory.root = :root" : "1=1",
|
||||
{
|
||||
root: body.root,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue