|
@@ -77,7 +77,7 @@
|
|
|
<selectKey keyProperty="examCollectionId" order="AFTER" resultType="java.lang.Long">
|
|
|
select LAST_INSERT_ID()
|
|
|
</selectKey>
|
|
|
- insert into mx_real_exam_collection
|
|
|
+ insert into sim_real_exam_collection
|
|
|
<trim prefix="(" suffix=")" suffixOverrides=",">
|
|
|
<if test="simType != null and simType != ''">sim_type,</if>
|
|
|
<if test="questionSettingMethod != null and questionSettingMethod != ''">question_setting_method,</if>
|
|
@@ -115,7 +115,7 @@
|
|
|
</insert>
|
|
|
|
|
|
<update id="updateRealExamCollection" parameterType="RealExamCollection">
|
|
|
- update mx_real_exam_collection
|
|
|
+ update sim_real_exam_collection
|
|
|
<trim prefix="SET" suffixOverrides=",">
|
|
|
<if test="simType != null and simType != ''">sim_type = #{simType},</if>
|
|
|
<if test="questionSettingMethod != null and questionSettingMethod != ''">question_setting_method =
|