|
@@ -115,7 +115,7 @@ public class QyRecordServiceImpl extends ServiceImpl<QyRecordMapper, QyRecord> i
|
|
|
List<String> zzTypes = list.stream().map(QyRecord::getZzType).collect(Collectors.toList());
|
|
|
String join = String.join(",",zzTypes);
|
|
|
QyRecord first = CollectionUtil.getFirst(list);
|
|
|
- first.setApplyType(join);
|
|
|
+ first.setZzType(join);
|
|
|
return first;
|
|
|
}
|
|
|
}
|