|
@@ -106,6 +106,7 @@
|
|
|
status_ = #{status, typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler},
|
|
|
</if>
|
|
|
repair_user_id_ = #{repairUserId},
|
|
|
+ transaction_teacher_id_ = #{transactionTeacherId},
|
|
|
<if test="organId != null">
|
|
|
organ_id_ = #{organId},
|
|
|
</if>
|
|
@@ -121,9 +122,6 @@
|
|
|
<if test="educationalTeacherId != null">
|
|
|
educational_teacher_id_ = #{educationalTeacherId},
|
|
|
</if>
|
|
|
- <if test="transactionTeacherId != null">
|
|
|
- transaction_teacher_id_ = #{transactionTeacherId},
|
|
|
- </if>
|
|
|
<if test="enrollClasses != null">
|
|
|
enroll_classes_ = #{enrollClasses},
|
|
|
</if>
|