|
@@ -88,7 +88,7 @@
|
|
|
sub_course_current_price_ = #{subCcourseCurrentPrice},
|
|
|
</if>
|
|
|
<if test="subCourseMinutes != null">
|
|
|
- used_course_minutes_ = #{subCourseMinutes},
|
|
|
+ sub_course_minutes_ = #{subCourseMinutes},
|
|
|
</if>
|
|
|
<if test="usedCourseMinutes != null">
|
|
|
used_course_minutes_ = #{usedCourseMinutes},
|
|
@@ -124,9 +124,18 @@
|
|
|
<if test="paymentCourseDetail.courseCurrentPrice != null">
|
|
|
course_current_price_ = #{paymentCourseDetail.courseCurrentPrice},
|
|
|
</if>
|
|
|
+ <if test="paymentCourseDetail.subCourseOriginalPrice != null">
|
|
|
+ sub_course_original_price_ = #{paymentCourseDetail.subCourseOriginalPrice},
|
|
|
+ </if>
|
|
|
+ <if test="paymentCourseDetail.subCourseCurrentPrice != null">
|
|
|
+ sub_course_current_price_ = #{paymentCourseDetail.subCourseCurrentPrice},
|
|
|
+ </if>
|
|
|
<if test="paymentCourseDetail.subCourseMinutes != null">
|
|
|
used_course_minutes_ = #{paymentCourseDetail.subCourseMinutes},
|
|
|
</if>
|
|
|
+ <if test="paymentCourseDetail.subCourseMinutes != null">
|
|
|
+ sub_course_minutes_ = #{paymentCourseDetail.subCourseMinutes},
|
|
|
+ </if>
|
|
|
<if test="paymentCourseDetail.usedCourseMinutes != null">
|
|
|
used_course_minutes_ = #{paymentCourseDetail.usedCourseMinutes},
|
|
|
</if>
|