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/EquipmentRentalPicturePDFController.cls | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/force-app/main/default/classes/EquipmentRentalPicturePDFController.cls b/force-app/main/default/classes/EquipmentRentalPicturePDFController.cls
index d7ceca7..04ddbac 100644
--- a/force-app/main/default/classes/EquipmentRentalPicturePDFController.cls
+++ b/force-app/main/default/classes/EquipmentRentalPicturePDFController.cls
@@ -11,7 +11,7 @@
res.pageLength = Math.mod(setLength,10)== 0 ? setLength/10 : (setLength/10) +1 ;
res.raesList = raeSet;
}
- res.ShipmentRequestedCnt = Integer.valueOf(ra.Shipment_requested_cnt__c);
+ res.shipmentRequestedCnt = Integer.valueOf(ra.Shipment_requested_cnt__c);
}
catch (Exception e) {
System.debug(LoggingLevel.INFO, '****e:' + e);
@@ -21,11 +21,11 @@
public class InitData{
@AuraEnabled
- public String Id;
+ public String id;
@AuraEnabled
public Integer pagelength;
@AuraEnabled
- public Integer ShipmentRequestedCnt;
+ public Integer shipmentRequestedCnt;
@AuraEnabled
public List<Rental_Apply_Equipment_Set__c> raesList;
}
--
Gitblit v1.9.1