流程手册如果无数据则不展示相应标题

This commit is contained in:
zhal 2024-03-18 10:37:49 +08:00
parent a437d32e28
commit 93dd06f15d
3 changed files with 2976 additions and 3068 deletions

View File

@ -690,6 +690,11 @@ public class Report1Gener {
}
}
dataMap.put("goal_table", goal_table);
if(dataMap.getString("pl_goal")==""){
dataMap.put("goal_table_count",0);//
}else{
dataMap.put("goal_table_count", goal_table.size());//
}
//术语
dataMap.put("term_table", termTable);//table4