|
|
@ -5,7 +5,7 @@
|
|
|
|
<!--
|
|
|
|
<!--
|
|
|
|
WARNING - @mbg.generated
|
|
|
|
WARNING - @mbg.generated
|
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
|
This element was generated on Mon Aug 21 11:45:49 CST 2023.
|
|
|
|
This element was generated on Fri Aug 11 13:45:50 CST 2023.
|
|
|
|
-->
|
|
|
|
-->
|
|
|
|
<id column="id" jdbcType="VARCHAR" property="id" />
|
|
|
|
<id column="id" jdbcType="VARCHAR" property="id" />
|
|
|
|
<result column="userid" jdbcType="BIGINT" property="userid" />
|
|
|
|
<result column="userid" jdbcType="BIGINT" property="userid" />
|
|
|
@ -84,7 +84,7 @@
|
|
|
|
<!--
|
|
|
|
<!--
|
|
|
|
WARNING - @mbg.generated
|
|
|
|
WARNING - @mbg.generated
|
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
|
This element was generated on Mon Aug 21 11:45:49 CST 2023.
|
|
|
|
This element was generated on Fri Aug 11 13:45:50 CST 2023.
|
|
|
|
-->
|
|
|
|
-->
|
|
|
|
<result column="report_content" jdbcType="LONGVARCHAR" property="reportContent" />
|
|
|
|
<result column="report_content" jdbcType="LONGVARCHAR" property="reportContent" />
|
|
|
|
</resultMap>
|
|
|
|
</resultMap>
|
|
|
@ -92,7 +92,7 @@
|
|
|
|
<!--
|
|
|
|
<!--
|
|
|
|
WARNING - @mbg.generated
|
|
|
|
WARNING - @mbg.generated
|
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
|
This element was generated on Mon Aug 21 11:45:49 CST 2023.
|
|
|
|
This element was generated on Fri Aug 11 13:45:50 CST 2023.
|
|
|
|
-->
|
|
|
|
-->
|
|
|
|
<where>
|
|
|
|
<where>
|
|
|
|
<foreach collection="oredCriteria" item="criteria" separator="or">
|
|
|
|
<foreach collection="oredCriteria" item="criteria" separator="or">
|
|
|
@ -126,7 +126,7 @@
|
|
|
|
<!--
|
|
|
|
<!--
|
|
|
|
WARNING - @mbg.generated
|
|
|
|
WARNING - @mbg.generated
|
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
|
This element was generated on Mon Aug 21 11:45:49 CST 2023.
|
|
|
|
This element was generated on Fri Aug 11 13:45:50 CST 2023.
|
|
|
|
-->
|
|
|
|
-->
|
|
|
|
<where>
|
|
|
|
<where>
|
|
|
|
<foreach collection="example.oredCriteria" item="criteria" separator="or">
|
|
|
|
<foreach collection="example.oredCriteria" item="criteria" separator="or">
|
|
|
@ -160,7 +160,7 @@
|
|
|
|
<!--
|
|
|
|
<!--
|
|
|
|
WARNING - @mbg.generated
|
|
|
|
WARNING - @mbg.generated
|
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
|
This element was generated on Mon Aug 21 11:45:49 CST 2023.
|
|
|
|
This element was generated on Fri Aug 11 13:45:50 CST 2023.
|
|
|
|
-->
|
|
|
|
-->
|
|
|
|
id, userid, data_collection_step_description, data_collection_toolbar_button, data_collection_progress,
|
|
|
|
id, userid, data_collection_step_description, data_collection_toolbar_button, data_collection_progress,
|
|
|
|
data_collection_score, data_collection_time, text_segmentation_step_description,
|
|
|
|
data_collection_score, data_collection_time, text_segmentation_step_description,
|
|
|
@ -191,15 +191,18 @@
|
|
|
|
<!--
|
|
|
|
<!--
|
|
|
|
WARNING - @mbg.generated
|
|
|
|
WARNING - @mbg.generated
|
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
|
This element was generated on Mon Aug 21 11:45:49 CST 2023.
|
|
|
|
This element was generated on Fri Aug 11 13:45:50 CST 2023.
|
|
|
|
-->
|
|
|
|
-->
|
|
|
|
report_content
|
|
|
|
report_content
|
|
|
|
</sql>
|
|
|
|
</sql>
|
|
|
|
|
|
|
|
<select id="selectAllReportContent" resultMap="ResultMapWithBLOBs">
|
|
|
|
|
|
|
|
select id,userid,report_content from sys_training_score WHERE report_content IS NOT NULL
|
|
|
|
|
|
|
|
</select>
|
|
|
|
<select id="selectByExampleWithBLOBs" parameterType="com.ruoyi.system.domain.SysTrainingScoreExample" resultMap="ResultMapWithBLOBs">
|
|
|
|
<select id="selectByExampleWithBLOBs" parameterType="com.ruoyi.system.domain.SysTrainingScoreExample" resultMap="ResultMapWithBLOBs">
|
|
|
|
<!--
|
|
|
|
<!--
|
|
|
|
WARNING - @mbg.generated
|
|
|
|
WARNING - @mbg.generated
|
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
|
This element was generated on Mon Aug 21 11:45:49 CST 2023.
|
|
|
|
This element was generated on Fri Aug 11 13:45:50 CST 2023.
|
|
|
|
-->
|
|
|
|
-->
|
|
|
|
select
|
|
|
|
select
|
|
|
|
<if test="distinct">
|
|
|
|
<if test="distinct">
|
|
|
@ -220,7 +223,7 @@
|
|
|
|
<!--
|
|
|
|
<!--
|
|
|
|
WARNING - @mbg.generated
|
|
|
|
WARNING - @mbg.generated
|
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
|
This element was generated on Mon Aug 21 11:45:49 CST 2023.
|
|
|
|
This element was generated on Fri Aug 11 13:45:50 CST 2023.
|
|
|
|
-->
|
|
|
|
-->
|
|
|
|
select
|
|
|
|
select
|
|
|
|
<if test="distinct">
|
|
|
|
<if test="distinct">
|
|
|
@ -239,7 +242,7 @@
|
|
|
|
<!--
|
|
|
|
<!--
|
|
|
|
WARNING - @mbg.generated
|
|
|
|
WARNING - @mbg.generated
|
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
|
This element was generated on Mon Aug 21 11:45:49 CST 2023.
|
|
|
|
This element was generated on Fri Aug 11 13:45:50 CST 2023.
|
|
|
|
-->
|
|
|
|
-->
|
|
|
|
select
|
|
|
|
select
|
|
|
|
<include refid="Base_Column_List" />
|
|
|
|
<include refid="Base_Column_List" />
|
|
|
@ -252,7 +255,7 @@
|
|
|
|
<!--
|
|
|
|
<!--
|
|
|
|
WARNING - @mbg.generated
|
|
|
|
WARNING - @mbg.generated
|
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
|
This element was generated on Mon Aug 21 11:45:49 CST 2023.
|
|
|
|
This element was generated on Fri Aug 11 13:45:50 CST 2023.
|
|
|
|
-->
|
|
|
|
-->
|
|
|
|
delete from sys_training_score
|
|
|
|
delete from sys_training_score
|
|
|
|
where id = #{id,jdbcType=VARCHAR}
|
|
|
|
where id = #{id,jdbcType=VARCHAR}
|
|
|
@ -261,7 +264,7 @@
|
|
|
|
<!--
|
|
|
|
<!--
|
|
|
|
WARNING - @mbg.generated
|
|
|
|
WARNING - @mbg.generated
|
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
|
This element was generated on Mon Aug 21 11:45:49 CST 2023.
|
|
|
|
This element was generated on Fri Aug 11 13:45:50 CST 2023.
|
|
|
|
-->
|
|
|
|
-->
|
|
|
|
delete from sys_training_score
|
|
|
|
delete from sys_training_score
|
|
|
|
<if test="_parameter != null">
|
|
|
|
<if test="_parameter != null">
|
|
|
@ -272,7 +275,7 @@
|
|
|
|
<!--
|
|
|
|
<!--
|
|
|
|
WARNING - @mbg.generated
|
|
|
|
WARNING - @mbg.generated
|
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
|
This element was generated on Mon Aug 21 11:45:49 CST 2023.
|
|
|
|
This element was generated on Fri Aug 11 13:45:50 CST 2023.
|
|
|
|
-->
|
|
|
|
-->
|
|
|
|
insert into sys_training_score (id, userid, data_collection_step_description,
|
|
|
|
insert into sys_training_score (id, userid, data_collection_step_description,
|
|
|
|
data_collection_toolbar_button, data_collection_progress,
|
|
|
|
data_collection_toolbar_button, data_collection_progress,
|
|
|
@ -351,7 +354,7 @@
|
|
|
|
<!--
|
|
|
|
<!--
|
|
|
|
WARNING - @mbg.generated
|
|
|
|
WARNING - @mbg.generated
|
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
|
This element was generated on Mon Aug 21 11:45:49 CST 2023.
|
|
|
|
This element was generated on Fri Aug 11 13:45:50 CST 2023.
|
|
|
|
-->
|
|
|
|
-->
|
|
|
|
insert into sys_training_score
|
|
|
|
insert into sys_training_score
|
|
|
|
<trim prefix="(" suffix=")" suffixOverrides=",">
|
|
|
|
<trim prefix="(" suffix=")" suffixOverrides=",">
|
|
|
@ -801,7 +804,7 @@
|
|
|
|
<!--
|
|
|
|
<!--
|
|
|
|
WARNING - @mbg.generated
|
|
|
|
WARNING - @mbg.generated
|
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
|
This element was generated on Mon Aug 21 11:45:49 CST 2023.
|
|
|
|
This element was generated on Fri Aug 11 13:45:50 CST 2023.
|
|
|
|
-->
|
|
|
|
-->
|
|
|
|
select count(*) from sys_training_score
|
|
|
|
select count(*) from sys_training_score
|
|
|
|
<if test="_parameter != null">
|
|
|
|
<if test="_parameter != null">
|
|
|
@ -812,7 +815,7 @@
|
|
|
|
<!--
|
|
|
|
<!--
|
|
|
|
WARNING - @mbg.generated
|
|
|
|
WARNING - @mbg.generated
|
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
|
This element was generated on Mon Aug 21 11:45:49 CST 2023.
|
|
|
|
This element was generated on Fri Aug 11 13:45:50 CST 2023.
|
|
|
|
-->
|
|
|
|
-->
|
|
|
|
update sys_training_score
|
|
|
|
update sys_training_score
|
|
|
|
<set>
|
|
|
|
<set>
|
|
|
@ -1044,7 +1047,7 @@
|
|
|
|
<!--
|
|
|
|
<!--
|
|
|
|
WARNING - @mbg.generated
|
|
|
|
WARNING - @mbg.generated
|
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
|
This element was generated on Mon Aug 21 11:45:49 CST 2023.
|
|
|
|
This element was generated on Fri Aug 11 13:45:50 CST 2023.
|
|
|
|
-->
|
|
|
|
-->
|
|
|
|
update sys_training_score
|
|
|
|
update sys_training_score
|
|
|
|
set id = #{record.id,jdbcType=VARCHAR},
|
|
|
|
set id = #{record.id,jdbcType=VARCHAR},
|
|
|
@ -1128,7 +1131,7 @@
|
|
|
|
<!--
|
|
|
|
<!--
|
|
|
|
WARNING - @mbg.generated
|
|
|
|
WARNING - @mbg.generated
|
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
|
This element was generated on Mon Aug 21 11:45:49 CST 2023.
|
|
|
|
This element was generated on Fri Aug 11 13:45:50 CST 2023.
|
|
|
|
-->
|
|
|
|
-->
|
|
|
|
update sys_training_score
|
|
|
|
update sys_training_score
|
|
|
|
set id = #{record.id,jdbcType=VARCHAR},
|
|
|
|
set id = #{record.id,jdbcType=VARCHAR},
|
|
|
@ -1211,7 +1214,7 @@
|
|
|
|
<!--
|
|
|
|
<!--
|
|
|
|
WARNING - @mbg.generated
|
|
|
|
WARNING - @mbg.generated
|
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
|
This element was generated on Mon Aug 21 11:45:49 CST 2023.
|
|
|
|
This element was generated on Fri Aug 11 13:45:50 CST 2023.
|
|
|
|
-->
|
|
|
|
-->
|
|
|
|
update sys_training_score
|
|
|
|
update sys_training_score
|
|
|
|
<set>
|
|
|
|
<set>
|
|
|
@ -1438,7 +1441,7 @@
|
|
|
|
<!--
|
|
|
|
<!--
|
|
|
|
WARNING - @mbg.generated
|
|
|
|
WARNING - @mbg.generated
|
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
|
This element was generated on Mon Aug 21 11:45:49 CST 2023.
|
|
|
|
This element was generated on Fri Aug 11 13:45:50 CST 2023.
|
|
|
|
-->
|
|
|
|
-->
|
|
|
|
update sys_training_score
|
|
|
|
update sys_training_score
|
|
|
|
set userid = #{userid,jdbcType=BIGINT},
|
|
|
|
set userid = #{userid,jdbcType=BIGINT},
|
|
|
@ -1519,7 +1522,7 @@
|
|
|
|
<!--
|
|
|
|
<!--
|
|
|
|
WARNING - @mbg.generated
|
|
|
|
WARNING - @mbg.generated
|
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
|
This element was generated on Mon Aug 21 11:45:49 CST 2023.
|
|
|
|
This element was generated on Fri Aug 11 13:45:50 CST 2023.
|
|
|
|
-->
|
|
|
|
-->
|
|
|
|
update sys_training_score
|
|
|
|
update sys_training_score
|
|
|
|
set userid = #{userid,jdbcType=BIGINT},
|
|
|
|
set userid = #{userid,jdbcType=BIGINT},
|
|
|
|