From 71b93327e8f3fb3bffffc7c033c1f782e7b6ab32 Mon Sep 17 00:00:00 2001
From: buli <137736985@qq.com>
Date: 星期一, 22 五月 2023 17:37:16 +0800
Subject: [PATCH] test

---
 force-app/main/default/classes/lexPCLLostReportLwcController.cls |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/force-app/main/default/classes/lexPCLLostReportLwcController.cls b/force-app/main/default/classes/lexPCLLostReportLwcController.cls
index 8c7573b..83c5603 100644
--- a/force-app/main/default/classes/lexPCLLostReportLwcController.cls
+++ b/force-app/main/default/classes/lexPCLLostReportLwcController.cls
@@ -228,6 +228,9 @@
 			return maps;
 
 		}
+		// List<Map<String,String>> col = new List<Map<String,String>>();
+		// Map<String,String> ele = new Map<String,String>();
+		// LostReport.LostBrands[0].columns.add();
 		maps.put('LostReport', LostReport);
 		return maps;
 	}
@@ -597,7 +600,7 @@
 			return messages;
 		}
 	}
-	// 娣诲姞鍝佺墝
+	// +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 	@AuraEnabled
 	public static LostBrand getNewLostBrand(Integer lineNo){
 		LostBrand lostBrand = null;
@@ -676,6 +679,8 @@
 		public list<PCLLostProducts> LostProducts;
 		@AuraEnabled
 		public Integer ProductSize;
+		@AuraEnabled
+		public List<Map<String,String>> columns;
 		public LostBrand( integer lineNo ){
 			lostBrand = new PCLLostBrand__c();
 			this.lineNo = lineNo;

--
Gitblit v1.9.1