报告模板菜单
This commit is contained in:
parent
b3229c0e7d
commit
10fb851023
@ -395,7 +395,8 @@ public class ReportUtil {
|
|||||||
if(info0.isEmpty()||info0==null)return comReportInstr0;
|
if(info0.isEmpty()||info0==null)return comReportInstr0;
|
||||||
return info0.get(0);
|
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) {
|
for (ComReportInstr comReportInstr : info) {
|
||||||
Integer minrows=comReportInstr.getReportMinrows();
|
Integer minrows=comReportInstr.getReportMinrows();
|
||||||
Integer maxrows=comReportInstr.getReportMaxrows();
|
Integer maxrows=comReportInstr.getReportMaxrows();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user