李金换
2022-03-18 5610019b0290a1839c4006e91a0b5efa9a6e127d
Merge branch 'master' of http://47.92.229.245:8089/r/OlyMEBG
1个文件已修改
3 ■■■■ 已修改文件
force-app/main/default/classes/SelectAssetEstimateVMController.cls 3 ●●●● 补丁 | 查看 | 原始文档 | 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; }