|
@@ -16,7 +16,7 @@
|
|
|
<result column="create_time_" property="createTime"/>
|
|
|
<result column="update_time_" property="updateTime"/>
|
|
|
<result column="type_" property="type" typeHandler="com.ym.mec.common.dal.CustomEnumTypeHandler"/>
|
|
|
- <result column="del_flag_" property="delFlag" typeHandler="com.ym.mec.common.dal.CustomEnumTypeHandler"/>
|
|
|
+ <result column="del_flag_" property="delFlag"/>
|
|
|
<result column="expect_student_num_" property="expectStudentNum"/>
|
|
|
<result column="total_class_times_" property="totalClassTimes"/>
|
|
|
<result column="img_" property="img"/>
|
|
@@ -75,7 +75,7 @@
|
|
|
<if test="totalClassTimes!=null">#{totalClassTimes},</if>
|
|
|
<if test="currentClassTimes!=null">#{currentClassTimes},</if>
|
|
|
<if test="img!=null">#{img},</if>
|
|
|
- <if test="delFlag!=null">#{delFlag,typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler},</if>
|
|
|
+ <if test="delFlag!=null">#{delFlag},</if>
|
|
|
</trim>
|
|
|
</insert>
|
|
|
|
|
@@ -129,7 +129,7 @@
|
|
|
img_=#{img},
|
|
|
</if>
|
|
|
<if test="delFlag != null">
|
|
|
- del_flag_ = #{delFlag,typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler},
|
|
|
+ del_flag_ = #{delFlag},
|
|
|
</if>
|
|
|
</set>
|
|
|
WHERE id_ = #{id}
|
|
@@ -232,7 +232,7 @@
|
|
|
<result column="create_time_" property="createTime"/>
|
|
|
<result column="update_time_" property="updateTime"/>
|
|
|
<result column="type_" property="type" typeHandler="com.ym.mec.common.dal.CustomEnumTypeHandler"/>
|
|
|
- <result column="del_flag_" property="delFlag" typeHandler="com.ym.mec.common.dal.CustomEnumTypeHandler"/>
|
|
|
+ <result column="del_flag_" property="delFlag"/>
|
|
|
<result column="expect_student_num_" property="expectStudentNum"/>
|
|
|
<result column="total_class_times_" property="totalClassTimes"/>
|
|
|
</resultMap>
|
|
@@ -736,7 +736,7 @@
|
|
|
<result column="create_time_" property="createTime"/>
|
|
|
<result column="update_time_" property="updateTime"/>
|
|
|
<result column="type_" property="type" typeHandler="com.ym.mec.common.dal.CustomEnumTypeHandler"/>
|
|
|
- <result column="del_flag_" property="delFlag" typeHandler="com.ym.mec.common.dal.CustomEnumTypeHandler"/>
|
|
|
+ <result column="del_flag_" property="delFlag"/>
|
|
|
<result column="total_class_times_" property="totalClassTimes"/>
|
|
|
<result column="img_" property="img"/>
|
|
|
<result column="current_class_times_" property="currentClassTimes"/>
|