update
This commit is contained in:
+2
-1
@@ -51,7 +51,8 @@
|
|||||||
pti.prehomo_person_charge_feedback as "prehomoPersonChargeFeedback",
|
pti.prehomo_person_charge_feedback as "prehomoPersonChargeFeedback",
|
||||||
pti.verify_person_charge_feedback as "verifyPersonChargeFeedback",
|
pti.verify_person_charge_feedback as "verifyPersonChargeFeedback",
|
||||||
plb.studio_engineer as "studioEngineer",
|
plb.studio_engineer as "studioEngineer",
|
||||||
plb.target_market as "targetMarket"
|
plb.target_market as "targetMarket",
|
||||||
|
pti.id as "projectTaskInventoryId"
|
||||||
FROM
|
FROM
|
||||||
project_laws_inventory pli
|
project_laws_inventory pli
|
||||||
LEFT JOIN project_task_inventory pti ON ( pli.id = pti.project_laws_inventory_id )
|
LEFT JOIN project_task_inventory pti ON ( pli.id = pti.project_laws_inventory_id )
|
||||||
|
|||||||
Reference in New Issue
Block a user