|
@@ -369,6 +369,7 @@ public class CertificateTpServiceImpl extends ServiceImpl<CertificateTpMapper, C
|
|
|
for(CourseChapterVo chapterVo : chapterList){
|
|
|
totalHour+=chapterVo.getSectionNum();
|
|
|
}
|
|
|
+ goodsVo.setClassHours(new BigDecimal(totalHour));
|
|
|
vo.setClassHours(totalHour+"");
|
|
|
vo.setDateY(nowDate.substring(0, 4));
|
|
|
vo.setDateM(nowDate.substring(5, 7));
|
|
@@ -403,6 +404,7 @@ public class CertificateTpServiceImpl extends ServiceImpl<CertificateTpMapper, C
|
|
|
for(CourseChapterVo chapterVo : chapterList){
|
|
|
totalHour+=chapterVo.getSectionNum();
|
|
|
}
|
|
|
+ goodsVo.setClassHours(new BigDecimal(totalHour));
|
|
|
vo.setClassHours(totalHour+"");
|
|
|
vo.setDateY(nowDate.substring(0, 4));
|
|
|
vo.setDateM(nowDate.substring(5, 7));
|
|
@@ -437,6 +439,7 @@ public class CertificateTpServiceImpl extends ServiceImpl<CertificateTpMapper, C
|
|
|
for(CourseChapterVo chapterVo : chapterList){
|
|
|
totalHour+=chapterVo.getSectionNum();
|
|
|
}
|
|
|
+ goodsVo.setClassHours(new BigDecimal(totalHour));
|
|
|
vo.setClassHours(totalHour+"");
|
|
|
vo.setDateY(nowDate.substring(0, 4));
|
|
|
vo.setDateM(nowDate.substring(5, 7));
|
|
@@ -471,6 +474,7 @@ public class CertificateTpServiceImpl extends ServiceImpl<CertificateTpMapper, C
|
|
|
for(CourseChapterVo chapterVo : chapterList){
|
|
|
totalHour+=chapterVo.getSectionNum();
|
|
|
}
|
|
|
+ goodsVo.setClassHours(new BigDecimal(totalHour));
|
|
|
vo.setClassHours(totalHour+"");
|
|
|
vo.setDateY(nowDate.substring(0, 4));
|
|
|
vo.setDateM(nowDate.substring(5, 7));
|
|
@@ -505,6 +509,7 @@ public class CertificateTpServiceImpl extends ServiceImpl<CertificateTpMapper, C
|
|
|
for(CourseChapterVo chapterVo : chapterList){
|
|
|
totalHour+=chapterVo.getSectionNum();
|
|
|
}
|
|
|
+ goodsVo.setClassHours(new BigDecimal(totalHour));
|
|
|
vo.setClassHours(totalHour+"");
|
|
|
vo.setDateY(nowDate.substring(0, 4));
|
|
|
vo.setDateM(nowDate.substring(5, 7));
|
|
@@ -539,6 +544,7 @@ public class CertificateTpServiceImpl extends ServiceImpl<CertificateTpMapper, C
|
|
|
for(CourseChapterVo chapterVo : chapterList){
|
|
|
totalHour+=chapterVo.getSectionNum();
|
|
|
}
|
|
|
+ goodsVo.setClassHours(new BigDecimal(totalHour));
|
|
|
vo.setClassHours(totalHour+"");
|
|
|
// vo.setClassHours(goodsVo.getClassHours().setScale( 0, BigDecimal.ROUND_HALF_UP )+"");
|
|
|
vo.setDateY(nowDate.substring(0, 4));
|