From 1312ba82d4c880bdb5357d28e0d4af5b285f610f Mon Sep 17 00:00:00 2001 From: 高章伟 <gaozhangwei@prec-tech.com> Date: 星期四, 10 三月 2022 15:54:39 +0800 Subject: [PATCH] 最近一月修改内容 --- force-app/main/default/classes/SelectAssetEstimateVMController.cls | 15 ++++++++------- 1 files changed, 8 insertions(+), 7 deletions(-) diff --git a/force-app/main/default/classes/SelectAssetEstimateVMController.cls b/force-app/main/default/classes/SelectAssetEstimateVMController.cls index cd4eb7f..acfcd99 100644 --- a/force-app/main/default/classes/SelectAssetEstimateVMController.cls +++ b/force-app/main/default/classes/SelectAssetEstimateVMController.cls @@ -1,3 +1,4 @@ +/*gzw 浼樺寲Maximum view state size limit 杩藉姞 Transient */ global class SelectAssetEstimateVMController { //test private String targetHospitalId = null; // 浠婂緦绯诲垪鐥呴櫌鐢� @@ -25,7 +26,7 @@ public Asset ass { get; set; } // 2021銆�8銆�26 鍚堝悓鎶ヤ环椤甸潰鐨勪紭鍖栵紝鏃犱繚鏈夎澶囩偣妫�瀵硅薄閫夋嫨妗嗗彉榛� fxk end // 鐥呴櫌閰嶄笅銇磵鍏ユ鍣ㄣ伄鎯呭牨銈掓牸绱嶃仚銈嬨�� - private List<Asset> assetRecords; // TODO 绯诲垪鐥呴櫌銇牬鍚堛�併亾銇厤鍒椼伅鍥哄畾銇с亶銇亜銇с仚銆� + private Transient List<Asset> assetRecords; // TODO 绯诲垪鐥呴櫌銇牬鍚堛�併亾銇厤鍒椼伅鍥哄畾銇с亶銇亜銇с仚銆� public List<AssetInfo> checkedAssets { get; set; } private List<AssetInfo> unCheckedAssets = new List<AssetInfo>(); @@ -3174,21 +3175,21 @@ public class AssetInfo { // 鏂板悎鍚屽鍝佺‘淇濇彁渚� 褰撳墠鏍囪 public Boolean etGFlg {get; set;} - public Integer lineNo {get; private set;} + public Transient Integer lineNo {get; private set;} public Boolean rec_checkBox_c {get; set;} public Asset rec { get; set; } public Maintenance_Contract_Asset_Estimate__c mcae { get; set; } public Boolean isManual { get; set; } - public Decimal orgPrice {get; private set;} - public Decimal orgPrice12 {get; private set;} + public Transient Decimal orgPrice {get; private set;} + public Transient Decimal orgPrice12 {get; private set;} // add by fxk 2021/9/9 鎺у埗鐐规瀵硅薄鏄惁鍙�� Star public Boolean CheckRows {get; private set;} // add by fxk 2021/9/9 鎺у埗鐐规瀵硅薄鏄惁鍙�� End //add by rentx 2020-11-12 LJPH-BV93RZ start - public String proName; - public String proSerialNumber; - public String proSerialName; + public Transient String proName; + public Transient String proSerialNumber; + public Transient String proSerialName; //add by rentx 2020-11-12 LJPH-BV93RZ end //add by mzy 2020-11-12 LJPH-BX9CVX start //public Date NoPartRiskDate; -- Gitblit v1.9.1