|
@@ -1223,7 +1223,7 @@ public class ClassGroupServiceImpl extends BaseServiceImpl<Integer, ClassGroup>
|
|
|
if (totalOrignPriceMap.containsKey(courseType)) {
|
|
|
totalOrignPriceMap.put(courseType, totalOrignPriceMap.get(courseType).add(courseScheduleStudentPayment.getOriginalPrice()));
|
|
|
} else {
|
|
|
- totalOrignPriceMap.put(courseType, courseScheduleStudentPayment.getExpectPrice());
|
|
|
+ totalOrignPriceMap.put(courseType, courseScheduleStudentPayment.getOriginalPrice());
|
|
|
}
|
|
|
}
|
|
|
courseScheduleStudentPayment.setClassGroupId(classGroup.getId());
|