From 07390e2fcb4adf27c928335bf27ae7939c5a80ad Mon Sep 17 00:00:00 2001
From: buli <137736985@qq.com>
Date: 星期二, 23 五月 2023 11:28:12 +0800
Subject: [PATCH] bakcup20230523

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

diff --git a/force-app/main/default/classes/LexArriveGsDetailsController.cls b/force-app/main/default/classes/LexArriveGsDetailsController.cls
index 92751e5..05b90bc 100644
--- a/force-app/main/default/classes/LexArriveGsDetailsController.cls
+++ b/force-app/main/default/classes/LexArriveGsDetailsController.cls
@@ -12,6 +12,7 @@
     @AuraEnabled
     public static Results init(String eSetIdStr) {
         Results results = new Results();
+        results.isNoteStay = LexUtility.getIsNoteStay();
         eSetId = eSetIdStr;
         consumableorderdetailsRecords = new List<ConsumableorderdetailsInfo>();
         consumableorderdetailsRecordsview = new List<List<ConsumableorderdetailsInfo>>();
@@ -134,6 +135,8 @@
         public Integer consumableorderdetailsCount;
         @AuraEnabled
         public String url;
+        @AuraEnabled
+        public Boolean isNoteStay;
     }
 
     public class ConsumableorderdetailsInfo implements Comparable {

--
Gitblit v1.9.1