李金换
2022-03-18 5610019b0290a1839c4006e91a0b5efa9a6e127d
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; }