|
@@ -478,7 +478,7 @@ public class ZhcxPersistentManageServiceImpl extends ServiceImpl<ZhcxPersistentM
|
|
int idx2 = 0;
|
|
int idx2 = 0;
|
|
for (Map.Entry<String, List<ZhcxPersistentManageDo>> entry : gxyItemDataMap.entrySet()) {
|
|
for (Map.Entry<String, List<ZhcxPersistentManageDo>> entry : gxyItemDataMap.entrySet()) {
|
|
Q = Q - 1;
|
|
Q = Q - 1;
|
|
- if (fill.contains("每周质量顽症督查")) {
|
|
|
|
|
|
+ if (fill.contains("每周质量顽症督查") || fill.contains("油漆“零破坏”专项")) {
|
|
addexcel(doc,entry.getKey(), idx2,entry.getValue());
|
|
addexcel(doc,entry.getKey(), idx2,entry.getValue());
|
|
}else{
|
|
}else{
|
|
addexcel(doc,null, idx2,entry.getValue());
|
|
addexcel(doc,null, idx2,entry.getValue());
|