报告模板菜单

This commit is contained in:
tangw 2025-12-30 15:44:05 +08:00
parent b3229c0e7d
commit 10fb851023

View File

@ -395,7 +395,8 @@ public class ReportUtil {
if(info0.isEmpty()||info0==null)return comReportInstr0;
return info0.get(0);
}
int rows=labReportvsitemMapper.getLabReportCount(jyrq,yq,ybh);
Integer rows=labReportvsitemMapper.getLabReportCount(jyrq,yq,ybh);
if(rows==null) {rows=0;}
for (ComReportInstr comReportInstr : info) {
Integer minrows=comReportInstr.getReportMinrows();
Integer maxrows=comReportInstr.getReportMaxrows();