|
@@ -18,8 +18,8 @@
|
|
|
<result column="total_payment_amount_" property="totalPaymentAmount"/>
|
|
|
<result column="total_trans_amount_" property="totalTransAmount" />
|
|
|
<result column="url_" property="url" />
|
|
|
- <result column="send_url_flag_" property="sendUrlFlag" typeHandler="com.keao.edu.common.dal.CustomEnumTypeHandler" />
|
|
|
- <result column="is_allow_arrange_exam_" property="isAllowArrangeExam" typeHandler="com.keao.edu.common.dal.CustomEnumTypeHandler" />
|
|
|
+ <result column="send_url_flag_" property="sendUrlFlag" />
|
|
|
+ <result column="is_allow_arrange_exam_" property="isAllowArrangeExam" />
|
|
|
<result column="create_time_" property="createTime" />
|
|
|
<result column="update_time_" property="updateTime" />
|
|
|
<result column="tenant_id_" property="tenantId" />
|
|
@@ -47,8 +47,7 @@
|
|
|
create_time_,update_time_,tenant_id_)
|
|
|
VALUES(#{examinationBasicId},#{organId},#{settlementType,typeHandler=com.keao.edu.common.dal.CustomEnumTypeHandler},#{shareProfitAmount},
|
|
|
#{selfRegistrationStudentNum},#{selfPaymentAmount},#{totalRegistrationStudentNum},#{totalPaymentAmount},
|
|
|
- #{url},#{sendUrlFlag,typeHandler=com.keao.edu.common.dal.CustomEnumTypeHandler},
|
|
|
- #{isAllowArrangeExam,typeHandler=com.keao.edu.common.dal.CustomEnumTypeHandler},totalTransAmount,
|
|
|
+ #{url},#{sendUrlFlag},#{isAllowArrangeExam},#{totalTransAmount},
|
|
|
NOW(),NOW(),#{tenantId})
|
|
|
</insert>
|
|
|
|
|
@@ -66,8 +65,8 @@
|
|
|
#{examOrganizationRelation.selfPaymentAmount},
|
|
|
#{examOrganizationRelation.totalRegistrationStudentNum},
|
|
|
#{examOrganizationRelation.totalPaymentAmount},#{examOrganizationRelation.url},
|
|
|
- #{examOrganizationRelation.sendUrlFlag,typeHandler=com.keao.edu.common.dal.CustomEnumTypeHandler},
|
|
|
- #{examOrganizationRelation.isAllowArrangeExam,typeHandler=com.keao.edu.common.dal.CustomEnumTypeHandler},
|
|
|
+ #{examOrganizationRelation.sendUrlFlag},
|
|
|
+ #{examOrganizationRelation.isAllowArrangeExam},
|
|
|
#{examOrganizationRelation.totalTransAmount},
|
|
|
NOW(),NOW(),#{examOrganizationRelation.tenantId})
|
|
|
</foreach>
|
|
@@ -81,10 +80,10 @@
|
|
|
examination_basic_id_ = #{examinationBasicId},
|
|
|
</if>
|
|
|
<if test="sendUrlFlag != null">
|
|
|
- send_url_flag_ = #{sendUrlFlag,typeHandler=com.keao.edu.common.dal.CustomEnumTypeHandler},
|
|
|
+ send_url_flag_ = #{sendUrlFlag},
|
|
|
</if>
|
|
|
<if test="isAllowArrangeExam != null">
|
|
|
- is_allow_arrange_exam_ = #{isAllowArrangeExam,typeHandler=com.keao.edu.common.dal.CustomEnumTypeHandler},
|
|
|
+ is_allow_arrange_exam_ = #{isAllowArrangeExam},
|
|
|
</if>
|
|
|
<if test="url != null">
|
|
|
url_ = #{url},
|
|
@@ -128,10 +127,10 @@
|
|
|
examination_basic_id_ = #{eo.examinationBasicId},
|
|
|
</if>
|
|
|
<if test="eo.sendUrlFlag != null">
|
|
|
- send_url_flag_ = #{eo.sendUrlFlag,typeHandler=com.keao.edu.common.dal.CustomEnumTypeHandler},
|
|
|
+ send_url_flag_ = #{eo.sendUrlFlag},
|
|
|
</if>
|
|
|
<if test="eo.isAllowArrangeExam != null">
|
|
|
- is_allow_arrange_exam_ = #{eo.isAllowArrangeExam,typeHandler=com.keao.edu.common.dal.CustomEnumTypeHandler},
|
|
|
+ is_allow_arrange_exam_ = #{eo.isAllowArrangeExam},
|
|
|
</if>
|
|
|
<if test="eo.url != null">
|
|
|
url_ = #{eo.url},
|