From a8628cfe2640797ba9265e9be46c42430d9e7eba Mon Sep 17 00:00:00 2001
From: twysparks <twysparks@163.com>
Date: 星期一, 26 六月 2023 10:01:44 +0800
Subject: [PATCH] 服务按钮样式调整

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

diff --git a/force-app/main/default/classes/buttonQISReportCtl.cls b/force-app/main/default/classes/buttonQISReportCtl.cls
index 56d8075..6836d25 100644
--- a/force-app/main/default/classes/buttonQISReportCtl.cls
+++ b/force-app/main/default/classes/buttonQISReportCtl.cls
@@ -164,6 +164,8 @@
                 List<User> user = new List<User>();
                 user = [SELECT Id,Alias,Alias__c from User];
 
+                System.debug('The value of user is: ' + user);
+
                QIS_Report__c rac = new QIS_Report__c();
                rac.Id = QId;
                 rac.QIS_Status__c = 'RC妫�娴嬩腑';

--
Gitblit v1.9.1