From b5c5eb130ca0848124f9d136af4be142ad5aac07 Mon Sep 17 00:00:00 2001
From: binxie <137736985@qq.com>
Date: 星期一, 26 六月 2023 14:42:02 +0800
Subject: [PATCH] backup0626

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

diff --git a/force-app/main/default/classes/LexUtility.cls b/force-app/main/default/classes/LexUtility.cls
index 3dc9f81..56d6ae7 100644
--- a/force-app/main/default/classes/LexUtility.cls
+++ b/force-app/main/default/classes/LexUtility.cls
@@ -1,12 +1,13 @@
 public without sharing class LexUtility {
+    
     //鏌ヨ鏄惁涓�鐩存樉绀烘彁绀�
-    public static Boolean getIsNoteStay() {
+    public static Boolean getIsNoteStay(){
         NoteStay__c noteStay = NoteStay__c.getInstance('NoteStay');
         return noteStay.IsStay__c;
     }
 
     //鏌ヨ璁稿彲璇佹彁閱掑ぉ鏁�
-    public static Integer getLicenceReminderDays() {
+    public static Integer getLicenceReminderDays(){
         LicenceReminderDate__c days = LicenceReminderDate__c.getInstance('180Days');
         return days.ReminderDays__c.intValue();
     }

--
Gitblit v1.9.1