Joburgess 5 年之前
父節點
當前提交
7f73407608
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      mec-biz/src/main/java/com/ym/mec/biz/service/impl/VipGroupServiceImpl.java

+ 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");
 		if(Objects.isNull(ots)){
-			ots = teacherDefaultVipGroupSalary.getOnlineClassesSalary();
+			ots = teacherDefaultVipGroupSalary.getOfflineClassesSalary();
 		}
 		if(Objects.isNull(ots)){
 			ots = BigDecimal.ZERO;