@@ -1144,7 +1144,7 @@ public class VipGroupServiceImpl extends BaseServiceImpl<Long, VipGroup> impleme
BigDecimal ots = results.get("onlineTeacherSalary");
if(Objects.isNull(ots)){
- ots = teacherDefaultVipGroupSalary.getOnlineClassesSalary();
+ ots = teacherDefaultVipGroupSalary.getOfflineClassesSalary();
}
ots = BigDecimal.ZERO;