码迷,mamicode.com
首页 > 其他好文 > 详细

remove使用

时间:2018-09-18 19:22:14      阅读:210      评论:0      收藏:0      [点我收藏+]

标签:this   sts   list   string   get   bsp   herf   nbsp   获取文件   

        // 根据付款确认书ID获取核心企业Id,签约主体Id,金融机构Id 查询业务审核项目定义表
        List<Record> approvefileList = this.listApproveDefine(controller);
        // 调用筛选的方法
        approvefileList = controller.getListShow(approvefileList, uuid);

        for (Record otherFile : otherFileList) {
            // 获取文件的id
            String otherFileDocumentId = otherFile.getStr("documentId");
            // 便利
            for (Record approvefile : approvefileList) {
                // 如果2个id相同,则把它移除。
                if (otherFileDocumentId.equals(approvefile.get("fileId").toString())) {
                    otherFile.remove();
                }
            }
        }

 

remove使用

标签:this   sts   list   string   get   bsp   herf   nbsp   获取文件   

原文地址:https://www.cnblogs.com/xiaowoniulx/p/9670156.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!