|
@@ -31,7 +31,7 @@
|
|
|
<result column="reduce_salary" property="reduceSalary" />
|
|
|
<result column="confirm_status_" property="confirmStatus" typeHandler="com.ym.mec.common.dal.CustomEnumTypeHandler"/>
|
|
|
<result column="memo_" property="memo" />
|
|
|
- <result column="is_belong_to_daya_" property="belongToDaya" />
|
|
|
+ <result column="belong_to_daya_" property="belongToDaya" />
|
|
|
</resultMap>
|
|
|
|
|
|
<resultMap type="com.ym.mec.biz.dal.dto.TeacherVipSalaryDto" id="teacherVipSalaryDto" extends="CourseScheduleTeacherSalary">
|
|
@@ -122,7 +122,7 @@
|
|
|
deduction_reason_ = #{deductionReason},
|
|
|
</if>
|
|
|
<if test="belongToDaya != null">
|
|
|
- is_belong_to_daya_ = #{belongToDaya},
|
|
|
+ belong_to_daya_ = #{belongToDaya},
|
|
|
</if>
|
|
|
</set> WHERE id_ = #{id}
|
|
|
</update>
|
|
@@ -147,7 +147,7 @@
|
|
|
user_id_ = #{courseScheduleTeacherSalary.userId},
|
|
|
</if>
|
|
|
<if test="courseScheduleTeacherSalary.belongToDaya!=null">
|
|
|
- is_belong_to_daya_ = #{courseScheduleTeacherSalary.belongToDaya},
|
|
|
+ belong_to_daya_ = #{courseScheduleTeacherSalary.belongToDaya},
|
|
|
</if>
|
|
|
update_time_ = NOW()
|
|
|
</set>
|