|
@@ -329,7 +329,7 @@ public class ZhcxCommissionCheckServiceImpl extends ServiceImpl<ZhcxCommissionCh
|
|
|
}else {
|
|
|
//根据分类分组
|
|
|
Map<String, List<ZhcxCommissionCheckDetailDo>> groupList = list.stream()
|
|
|
- .collect(Collectors.groupingBy(ZhcxCommissionCheckDetailDo::getOnelevelclassification));
|
|
|
+ .collect(Collectors.groupingBy(ZhcxCommissionCheckDetailDo::getChtitle));
|
|
|
SysFileItemDo fileItemDo = sysFileItemService.getById("d1b3271ce2ec45c2915f2dbcd819f45a");
|
|
|
final Document[] doc = {WordHelpUtils.getDoc(fileItemDo.getFullpath())};
|
|
|
AtomicInteger i = new AtomicInteger();
|