流程手册如果无数据则不展示相应标题
This commit is contained in:
parent
a437d32e28
commit
93dd06f15d
Binary file not shown.
@ -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
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user