From cd730d0b1a775abacfba06003bb58327d5d1fb3c Mon Sep 17 00:00:00 2001
From: 黄千龙 <huangqianlong@prec-tech.com>
Date: 星期四, 02 二月 2023 12:23:31 +0800
Subject: [PATCH] 同步数据

---
 force-app/main/default/classes/InventoryController.cls |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/force-app/main/default/classes/InventoryController.cls b/force-app/main/default/classes/InventoryController.cls
index d9367bc..aa3ad67 100644
--- a/force-app/main/default/classes/InventoryController.cls
+++ b/force-app/main/default/classes/InventoryController.cls
@@ -113,8 +113,8 @@
         this.sortOrder = new String[1];
         this.sortOrder = new String[]{' ',' ','鈫�'};
 
-        String userId = UserInfo.getUserId();
-        //String userId = '00510000006k82X';
+        //String userId = UserInfo.getUserId();
+        String userId = '00510000006xHnrAAE';
         //String userId = '00510000005QO75';
         user Useracc = [select Accountid, Work_Location__c,UserPro_Type__c from user where id =:userId];
         accountid = Useracc.accountid;

--
Gitblit v1.9.1