From da42e2995c00293af89c71fe5ba6e16cbb77e1b3 Mon Sep 17 00:00:00 2001 From: binxie <137736985@qq.com> Date: 星期五, 16 六月 2023 17:24:31 +0800 Subject: [PATCH] backup code --- force-app/main/default/classes/LexArriveGsDetailsController.cls | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/force-app/main/default/classes/LexArriveGsDetailsController.cls b/force-app/main/default/classes/LexArriveGsDetailsController.cls index 05b90bc..69da85c 100644 --- a/force-app/main/default/classes/LexArriveGsDetailsController.cls +++ b/force-app/main/default/classes/LexArriveGsDetailsController.cls @@ -84,8 +84,9 @@ //鍑哄簱 @AuraEnabled - public static Results proSale(String cocStr, Decimal orderallcountParm, Integer consumableorderdetailsCountParm) { + public static Results proSale(String cocStr, Decimal orderallcountParm, Integer consumableorderdetailsCountParm, String eSetIdStr) { Results results = new Results(); + eSetId = eSetIdStr; try { orderallcount = orderallcountParm; consumableorderdetailsCount = consumableorderdetailsCountParm; -- Gitblit v1.9.1