force-app/main/default/classes/SelectAssetEstimateVMController.cls | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
force-app/main/default/classes/SelectAssetEstimateVMController.cls
@@ -1060,6 +1060,7 @@ } checkedAssets=NumberSort; //2021-11-30 fy add LJPH-C8W8FV 置顶 end System.debug('thh:' + checkedAssets); } // @@ -3175,7 +3176,7 @@ public class AssetInfo { // 新合同备品确保提供 当前标记 public Boolean etGFlg {get; set;} public Transient Integer lineNo {get; private set;} public 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; }