From 5b5c1e16deaa3a9d6d0ed1ffca390655ed103df7 Mon Sep 17 00:00:00 2001 From: buli <137736985@qq.com> Date: 星期五, 14 七月 2023 14:56:14 +0800 Subject: [PATCH] lex community --- force-app/main/default/classes/LexOutboundorderImportController.cls | 8 ++------ 1 files changed, 2 insertions(+), 6 deletions(-) diff --git a/force-app/main/default/classes/LexOutboundorderImportController.cls b/force-app/main/default/classes/LexOutboundorderImportController.cls index 548bc31..aad8163 100644 --- a/force-app/main/default/classes/LexOutboundorderImportController.cls +++ b/force-app/main/default/classes/LexOutboundorderImportController.cls @@ -31,11 +31,7 @@ messageCount = 0; errorflg = false; errorMessage = null; - User useracc = [ - SELECT accountid, Work_Location__c, UserPro_Type__c - FROM user - WHERE id = :UserInfo.getUserId() - ]; + User useracc = [SELECT accountid, Work_Location__c, UserPro_Type__c FROM user WHERE id = :UserInfo.getUserId()]; accountid = Useracc.accountid; userWorkLocation = Useracc.Work_Location__c; agencyProType = Useracc.UserPro_Type__c; @@ -919,4 +915,4 @@ return null; } } -} +} \ No newline at end of file -- Gitblit v1.9.1