TDFmdagrunitaudit audit = getAuditid; if audit != null TDFmdreport report = getReportid; if report != null ListTDFmdreportdetail details = getDetailsrepor
// 根据id获取审核信息
TDFmdagrunitaudit audit = getAudit(id);
// 如果审核信息存在
if (audit != null) {
// 根据id获取报告信息
TDFmdreport report = getReport(id);
// 如果报告信息存在
if (report != null) {
// 获取报告详情列表
List
原文地址: https://www.cveoy.top/t/topic/eY3T 著作权归作者所有。请勿转载和采集!