|
@@ -7,7 +7,6 @@
|
|
<result column="class_group_id_" jdbcType="INTEGER" property="classGroupId" />
|
|
<result column="class_group_id_" jdbcType="INTEGER" property="classGroupId" />
|
|
<result column="teacher_role_" jdbcType="VARCHAR" property="teacherRole" />
|
|
<result column="teacher_role_" jdbcType="VARCHAR" property="teacherRole" />
|
|
<result column="user_id_" jdbcType="INTEGER" property="userId" />
|
|
<result column="user_id_" jdbcType="INTEGER" property="userId" />
|
|
- <result column="duration_" jdbcType="INTEGER" property="duration" />
|
|
|
|
<result column="salary_" jdbcType="DECIMAL" property="salary" />
|
|
<result column="salary_" jdbcType="DECIMAL" property="salary" />
|
|
<result column="online_classes_salary_" jdbcType="DECIMAL" property="onlineClassesSalary" />
|
|
<result column="online_classes_salary_" jdbcType="DECIMAL" property="onlineClassesSalary" />
|
|
<result column="create_time_" jdbcType="TIMESTAMP" property="createTime" />
|
|
<result column="create_time_" jdbcType="TIMESTAMP" property="createTime" />
|
|
@@ -36,9 +35,6 @@
|
|
<if test="userId != null">
|
|
<if test="userId != null">
|
|
user_id_,
|
|
user_id_,
|
|
</if>
|
|
</if>
|
|
- <if test="duration != null">
|
|
|
|
- duration_,
|
|
|
|
- </if>
|
|
|
|
<if test="salary != null">
|
|
<if test="salary != null">
|
|
salary_,
|
|
salary_,
|
|
</if>
|
|
</if>
|
|
@@ -65,9 +61,6 @@
|
|
<if test="userId != null">
|
|
<if test="userId != null">
|
|
#{userId,jdbcType=INTEGER},
|
|
#{userId,jdbcType=INTEGER},
|
|
</if>
|
|
</if>
|
|
- <if test="duration != null">
|
|
|
|
- #{duration,jdbcType=INTEGER},
|
|
|
|
- </if>
|
|
|
|
<if test="salary != null">
|
|
<if test="salary != null">
|
|
#{salary,jdbcType=DECIMAL},
|
|
#{salary,jdbcType=DECIMAL},
|
|
</if>
|
|
</if>
|
|
@@ -98,9 +91,6 @@
|
|
<if test="userId != null">
|
|
<if test="userId != null">
|
|
user_id_ = #{userId,jdbcType=INTEGER},
|
|
user_id_ = #{userId,jdbcType=INTEGER},
|
|
</if>
|
|
</if>
|
|
- <if test="duration != null">
|
|
|
|
- duration_ = #{duration,jdbcType=INTEGER},
|
|
|
|
- </if>
|
|
|
|
<if test="salary != null">
|
|
<if test="salary != null">
|
|
salary_ = #{salary,jdbcType=DECIMAL},
|
|
salary_ = #{salary,jdbcType=DECIMAL},
|
|
</if>
|
|
</if>
|