From cc399638fd26fe0a9f0bc0bb31ed4afcc21c928d Mon Sep 17 00:00:00 2001
From: 黄千龙 <huangqianlong@prec-tech.com>
Date: 星期一, 07 八月 2023 09:39:03 +0800
Subject: [PATCH] 20230807页面提交
---
force-app/main/default/classes/ChangeDealerApprovalController.cls | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/force-app/main/default/classes/ChangeDealerApprovalController.cls b/force-app/main/default/classes/ChangeDealerApprovalController.cls
index 7fe40f9..35b8c25 100644
--- a/force-app/main/default/classes/ChangeDealerApprovalController.cls
+++ b/force-app/main/default/classes/ChangeDealerApprovalController.cls
@@ -63,7 +63,7 @@
}
private void setThisEstimate() {
- this.estimate = [SELECT Id, Estimate_Target__c, Dealer__c, Changed_Estimate_Target__c,
+ this.estimate = [SELECT Id, Estimate_Target__c, Dealer__r.name, Changed_Estimate_Target__c,
Changed_Dealer__c, Change_Dealer_Approval__c
FROM Maintenance_Contract_Estimate__c WHERE Id = :this.estimateId];
}
--
Gitblit v1.9.1