Joburgess 4 years ago
parent
commit
7f73407608

+ 1 - 1
mec-biz/src/main/java/com/ym/mec/biz/service/impl/VipGroupServiceImpl.java

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