From ac0d606acaa5844bc2c6ad2242d5502b60f9be3a Mon Sep 17 00:00:00 2001 From: 19626 <1962676589@qq.com> Date: 星期五, 30 六月 2023 17:25:39 +0800 Subject: [PATCH] 修改页面和按钮 --- force-app/main/default/classes/lexPCLLostReportLwcController.cls | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/force-app/main/default/classes/lexPCLLostReportLwcController.cls b/force-app/main/default/classes/lexPCLLostReportLwcController.cls index fb16ace..7e42d0e 100644 --- a/force-app/main/default/classes/lexPCLLostReportLwcController.cls +++ b/force-app/main/default/classes/lexPCLLostReportLwcController.cls @@ -438,11 +438,14 @@ SELECT ProcessDefinition.Name, ( - SELECT StepStatus, + SELECT + Id, + StepStatus, + IsPending, Comments, CreatedDate, Actor.Name, - OriginalActor.Name, + OriginalActor.Name, ProcessNode.Name FROM StepsAndWorkitems order by IsPending DESC, CreatedDate DESC ) FROM ProcessInstance where TargetObjectId =:reportId order by CreatedDate DESC -- Gitblit v1.9.1