zouxuan 4 éve
szülő
commit
b91f06821a

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

@@ -3726,6 +3726,7 @@ public class ClassGroupServiceImpl extends BaseServiceImpl<Integer, ClassGroup>
                     calenderDto.setCutAmount(subCourseAmount);
                     subCourseAmount = BigDecimal.ZERO;
                 }
+                calenderDto.setCourseTime(masterMap.get(courseTypes.get(i)).intValue());
                 calenderDto.setMasterSubCoursePrice(masterPrice);
                 calenderDto.setCourseCurrentPrice(masterPrice.subtract(calenderDto.getCutAmount()));
                 calenderDto.setCourseType(courseTypes.get(i));