java思想2
摘要:// 获取补充费率协议的文件的uuid List<Record> documentUuids = Db.find(sql); // 判断是否有补充费率协议文件的标志位 boolean isExistDocument = false; // 定义一个临时保存DB中补充费率协议的文件集合 List<Record> documentList =new ArrayList<>(); // 遍历文件集合 f
阅读全文
posted @ 2019-08-27 17:53
浙公网安备 33010602011771号