|
@@ -273,6 +273,9 @@
|
|
|
<if test="paymentExpireDate != null">
|
|
|
payment_expire_date_ = #{paymentExpireDate},
|
|
|
</if>
|
|
|
+ <if test="name != null">
|
|
|
+ name_ = #{name},
|
|
|
+ </if>
|
|
|
<if test="userId != null">
|
|
|
user_id_ = #{userId},
|
|
|
</if>
|
|
@@ -331,6 +334,9 @@
|
|
|
<if test="courseSchedulesJson!=null">
|
|
|
course_schedules_json_=#{courseSchedulesJson},
|
|
|
</if>
|
|
|
+ <if test="liveConfigJson!=null">
|
|
|
+ live_config_json_=#{liveConfigJson},
|
|
|
+ </if>
|
|
|
<if test="studentIdList!=null">
|
|
|
student_id_list_=#{studentIdList},
|
|
|
</if>
|