From e9e1806b0f4b5bae1fc36204ccc5d6fdad52d66f Mon Sep 17 00:00:00 2001 From: buli <137736985@qq.com> Date: 星期一, 05 六月 2023 11:22:08 +0800 Subject: [PATCH] Merge branch 'master' into LightningUpgradeProject --- force-app/main/default/classes/AccountTargetTabControllerTest.cls | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/force-app/main/default/classes/AccountTargetTabControllerTest.cls b/force-app/main/default/classes/AccountTargetTabControllerTest.cls index 9295561..ddf9d0d 100644 --- a/force-app/main/default/classes/AccountTargetTabControllerTest.cls +++ b/force-app/main/default/classes/AccountTargetTabControllerTest.cls @@ -74,9 +74,9 @@ String api = String.valueOf(m.get('api')); if (String.isBlank(api) == false) { - soql += ', Target_amount_' + api + '__c'; - soql += ', OPD_' + api + '__c'; - soql += ', OPD_amount_' + api + '__c'; + // soql += ', Target_amount_' + api + '__c'; + // soql += ', OPD_' + api + '__c'; + // soql += ', OPD_amount_' + api + '__c'; } } } -- Gitblit v1.9.1