|
|
|
@ -352,11 +352,26 @@ public class ChatMessageServiceImpl implements ChatMessageService {
|
|
|
|
|
wisdomComments.getLessonMiddle(),
|
|
|
|
|
wisdomComments.getOnLine(),
|
|
|
|
|
wisdomComments.getMarking(),
|
|
|
|
|
wisdomComments.getAverage(),
|
|
|
|
|
wisdomComments.getLevel(),
|
|
|
|
|
wisdomComments.getProportion(),
|
|
|
|
|
wisdomComments.getName()
|
|
|
|
|
));
|
|
|
|
|
/*
|
|
|
|
|
//有平均分
|
|
|
|
|
builder.append(String.format(
|
|
|
|
|
finalChatModel.getChat(),
|
|
|
|
|
wisdomComments.getName(),
|
|
|
|
|
wisdomComments.getYear(),
|
|
|
|
|
wisdomComments.getSemester(),
|
|
|
|
|
wisdomComments.getJoinAll(),
|
|
|
|
|
wisdomComments.getLessonMiddle(),
|
|
|
|
|
wisdomComments.getOnLine(),
|
|
|
|
|
wisdomComments.getMarking(),
|
|
|
|
|
wisdomComments.getAverage(),
|
|
|
|
|
wisdomComments.getLevel(),
|
|
|
|
|
wisdomComments.getProportion(),
|
|
|
|
|
wisdomComments.getName()
|
|
|
|
|
));*/
|
|
|
|
|
wisdomComments.getDims().forEach(item -> {
|
|
|
|
|
builder.append(String.format(finalChatModel.getCycleChats().get(0),
|
|
|
|
|
item.name,
|
|
|
|
|