新增表字段,逆向工程修改

master
xiaoCJ 2 years ago
parent 9919817637
commit 91b936397b

@ -0,0 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE generatorConfiguration PUBLIC "-//mybatis.org//DTD MyBatis Generator Configuration 1.0//EN"
"http://mybatis.org/dtd/mybatis-generator-config_1_0.dtd">
<generatorConfiguration>
<context id="DB2Tables" targetRuntime="MyBatis3">
<!-- 配置数据库连接信息 -->
<jdbcConnection driverClass="com.mysql.cj.jdbc.Driver" connectionURL="jdbc:mysql://120.78.220.29:3306/makesoft" userId="root" password="Biemo123" />
<!-- 配置实体类的位置 -->
<javaModelGenerator targetPackage="com.ruoyi.system.domain" targetProject="ruoyi-system/src/main/java">
<!-- 生成的Java模型是否支持序列化 -->
<property name="enableSubPackages" value="true" />
<property name="trimStrings" value="true" />
</javaModelGenerator>
<!-- 配置Mapper XML文件的位置-->
<sqlMapGenerator targetPackage="mapper.system" targetProject="ruoyi-system/src/main/resources">
<property name="enableSubPackages" value="true" />
</sqlMapGenerator>
<!-- 配置Mapper接口的位置 -->
<javaClientGenerator type="XMLMAPPER" targetPackage="com.ruoyi.system.mapper" targetProject="ruoyi-system/src/main/java">
<property name="enableSubPackages" value="true" />
</javaClientGenerator>
<!-- 需要生成的表 -->
<!-- <table tableName="sys_transaction_number_warning_record" domainObjectName="TransactionNumberWarningRecord"/>-->
<table tableName="sys_training_score" domainObjectName="SysTrainingScore"/>
</context>
</generatorConfiguration>

@ -8,7 +8,7 @@ public class SysTrainingScoreExample {
* This field was generated by MyBatis Generator.
* This field corresponds to the database table sys_training_score
*
* @mbg.generated Thu Aug 10 10:19:07 CST 2023
* @mbg.generated Thu Aug 10 10:52:01 CST 2023
*/
protected String orderByClause;
@ -16,7 +16,7 @@ public class SysTrainingScoreExample {
* This field was generated by MyBatis Generator.
* This field corresponds to the database table sys_training_score
*
* @mbg.generated Thu Aug 10 10:19:07 CST 2023
* @mbg.generated Thu Aug 10 10:52:01 CST 2023
*/
protected boolean distinct;
@ -24,7 +24,7 @@ public class SysTrainingScoreExample {
* This field was generated by MyBatis Generator.
* This field corresponds to the database table sys_training_score
*
* @mbg.generated Thu Aug 10 10:19:07 CST 2023
* @mbg.generated Thu Aug 10 10:52:01 CST 2023
*/
protected List<Criteria> oredCriteria;
@ -32,7 +32,7 @@ public class SysTrainingScoreExample {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table sys_training_score
*
* @mbg.generated Thu Aug 10 10:19:07 CST 2023
* @mbg.generated Thu Aug 10 10:52:01 CST 2023
*/
public SysTrainingScoreExample() {
oredCriteria = new ArrayList<>();
@ -42,7 +42,7 @@ public class SysTrainingScoreExample {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table sys_training_score
*
* @mbg.generated Thu Aug 10 10:19:07 CST 2023
* @mbg.generated Thu Aug 10 10:52:01 CST 2023
*/
public void setOrderByClause(String orderByClause) {
this.orderByClause = orderByClause;
@ -52,7 +52,7 @@ public class SysTrainingScoreExample {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table sys_training_score
*
* @mbg.generated Thu Aug 10 10:19:07 CST 2023
* @mbg.generated Thu Aug 10 10:52:01 CST 2023
*/
public String getOrderByClause() {
return orderByClause;
@ -62,7 +62,7 @@ public class SysTrainingScoreExample {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table sys_training_score
*
* @mbg.generated Thu Aug 10 10:19:07 CST 2023
* @mbg.generated Thu Aug 10 10:52:01 CST 2023
*/
public void setDistinct(boolean distinct) {
this.distinct = distinct;
@ -72,7 +72,7 @@ public class SysTrainingScoreExample {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table sys_training_score
*
* @mbg.generated Thu Aug 10 10:19:07 CST 2023
* @mbg.generated Thu Aug 10 10:52:01 CST 2023
*/
public boolean isDistinct() {
return distinct;
@ -82,7 +82,7 @@ public class SysTrainingScoreExample {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table sys_training_score
*
* @mbg.generated Thu Aug 10 10:19:07 CST 2023
* @mbg.generated Thu Aug 10 10:52:01 CST 2023
*/
public List<Criteria> getOredCriteria() {
return oredCriteria;
@ -92,7 +92,7 @@ public class SysTrainingScoreExample {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table sys_training_score
*
* @mbg.generated Thu Aug 10 10:19:07 CST 2023
* @mbg.generated Thu Aug 10 10:52:01 CST 2023
*/
public void or(Criteria criteria) {
oredCriteria.add(criteria);
@ -102,7 +102,7 @@ public class SysTrainingScoreExample {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table sys_training_score
*
* @mbg.generated Thu Aug 10 10:19:07 CST 2023
* @mbg.generated Thu Aug 10 10:52:01 CST 2023
*/
public Criteria or() {
Criteria criteria = createCriteriaInternal();
@ -114,7 +114,7 @@ public class SysTrainingScoreExample {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table sys_training_score
*
* @mbg.generated Thu Aug 10 10:19:07 CST 2023
* @mbg.generated Thu Aug 10 10:52:01 CST 2023
*/
public Criteria createCriteria() {
Criteria criteria = createCriteriaInternal();
@ -128,7 +128,7 @@ public class SysTrainingScoreExample {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table sys_training_score
*
* @mbg.generated Thu Aug 10 10:19:07 CST 2023
* @mbg.generated Thu Aug 10 10:52:01 CST 2023
*/
protected Criteria createCriteriaInternal() {
Criteria criteria = new Criteria();
@ -139,7 +139,7 @@ public class SysTrainingScoreExample {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table sys_training_score
*
* @mbg.generated Thu Aug 10 10:19:07 CST 2023
* @mbg.generated Thu Aug 10 10:52:01 CST 2023
*/
public void clear() {
oredCriteria.clear();
@ -151,7 +151,7 @@ public class SysTrainingScoreExample {
* This class was generated by MyBatis Generator.
* This class corresponds to the database table sys_training_score
*
* @mbg.generated Thu Aug 10 10:19:07 CST 2023
* @mbg.generated Thu Aug 10 10:52:01 CST 2023
*/
protected abstract static class GeneratedCriteria {
protected List<Criterion> criteria;
@ -3864,6 +3864,146 @@ public class SysTrainingScoreExample {
return (Criteria) this;
}
public Criteria andReportUploadPathIsNull() {
addCriterion("report_upload_path is null");
return (Criteria) this;
}
public Criteria andReportUploadPathIsNotNull() {
addCriterion("report_upload_path is not null");
return (Criteria) this;
}
public Criteria andReportUploadPathEqualTo(String value) {
addCriterion("report_upload_path =", value, "reportUploadPath");
return (Criteria) this;
}
public Criteria andReportUploadPathNotEqualTo(String value) {
addCriterion("report_upload_path <>", value, "reportUploadPath");
return (Criteria) this;
}
public Criteria andReportUploadPathGreaterThan(String value) {
addCriterion("report_upload_path >", value, "reportUploadPath");
return (Criteria) this;
}
public Criteria andReportUploadPathGreaterThanOrEqualTo(String value) {
addCriterion("report_upload_path >=", value, "reportUploadPath");
return (Criteria) this;
}
public Criteria andReportUploadPathLessThan(String value) {
addCriterion("report_upload_path <", value, "reportUploadPath");
return (Criteria) this;
}
public Criteria andReportUploadPathLessThanOrEqualTo(String value) {
addCriterion("report_upload_path <=", value, "reportUploadPath");
return (Criteria) this;
}
public Criteria andReportUploadPathLike(String value) {
addCriterion("report_upload_path like", value, "reportUploadPath");
return (Criteria) this;
}
public Criteria andReportUploadPathNotLike(String value) {
addCriterion("report_upload_path not like", value, "reportUploadPath");
return (Criteria) this;
}
public Criteria andReportUploadPathIn(List<String> values) {
addCriterion("report_upload_path in", values, "reportUploadPath");
return (Criteria) this;
}
public Criteria andReportUploadPathNotIn(List<String> values) {
addCriterion("report_upload_path not in", values, "reportUploadPath");
return (Criteria) this;
}
public Criteria andReportUploadPathBetween(String value1, String value2) {
addCriterion("report_upload_path between", value1, value2, "reportUploadPath");
return (Criteria) this;
}
public Criteria andReportUploadPathNotBetween(String value1, String value2) {
addCriterion("report_upload_path not between", value1, value2, "reportUploadPath");
return (Criteria) this;
}
public Criteria andReportSubmissionProgressIsNull() {
addCriterion("report_submission_progress is null");
return (Criteria) this;
}
public Criteria andReportSubmissionProgressIsNotNull() {
addCriterion("report_submission_progress is not null");
return (Criteria) this;
}
public Criteria andReportSubmissionProgressEqualTo(String value) {
addCriterion("report_submission_progress =", value, "reportSubmissionProgress");
return (Criteria) this;
}
public Criteria andReportSubmissionProgressNotEqualTo(String value) {
addCriterion("report_submission_progress <>", value, "reportSubmissionProgress");
return (Criteria) this;
}
public Criteria andReportSubmissionProgressGreaterThan(String value) {
addCriterion("report_submission_progress >", value, "reportSubmissionProgress");
return (Criteria) this;
}
public Criteria andReportSubmissionProgressGreaterThanOrEqualTo(String value) {
addCriterion("report_submission_progress >=", value, "reportSubmissionProgress");
return (Criteria) this;
}
public Criteria andReportSubmissionProgressLessThan(String value) {
addCriterion("report_submission_progress <", value, "reportSubmissionProgress");
return (Criteria) this;
}
public Criteria andReportSubmissionProgressLessThanOrEqualTo(String value) {
addCriterion("report_submission_progress <=", value, "reportSubmissionProgress");
return (Criteria) this;
}
public Criteria andReportSubmissionProgressLike(String value) {
addCriterion("report_submission_progress like", value, "reportSubmissionProgress");
return (Criteria) this;
}
public Criteria andReportSubmissionProgressNotLike(String value) {
addCriterion("report_submission_progress not like", value, "reportSubmissionProgress");
return (Criteria) this;
}
public Criteria andReportSubmissionProgressIn(List<String> values) {
addCriterion("report_submission_progress in", values, "reportSubmissionProgress");
return (Criteria) this;
}
public Criteria andReportSubmissionProgressNotIn(List<String> values) {
addCriterion("report_submission_progress not in", values, "reportSubmissionProgress");
return (Criteria) this;
}
public Criteria andReportSubmissionProgressBetween(String value1, String value2) {
addCriterion("report_submission_progress between", value1, value2, "reportSubmissionProgress");
return (Criteria) this;
}
public Criteria andReportSubmissionProgressNotBetween(String value1, String value2) {
addCriterion("report_submission_progress not between", value1, value2, "reportSubmissionProgress");
return (Criteria) this;
}
public Criteria andStatusIsNull() {
addCriterion("status is null");
return (Criteria) this;
@ -3929,7 +4069,7 @@ public class SysTrainingScoreExample {
* This class was generated by MyBatis Generator.
* This class corresponds to the database table sys_training_score
*
* @mbg.generated do_not_delete_during_merge Thu Aug 10 10:19:07 CST 2023
* @mbg.generated do_not_delete_during_merge Thu Aug 10 10:52:01 CST 2023
*/
public static class Criteria extends GeneratedCriteria {
protected Criteria() {
@ -3941,7 +4081,7 @@ public class SysTrainingScoreExample {
* This class was generated by MyBatis Generator.
* This class corresponds to the database table sys_training_score
*
* @mbg.generated Thu Aug 10 10:19:07 CST 2023
* @mbg.generated Thu Aug 10 10:52:01 CST 2023
*/
public static class Criterion {
private String condition;

@ -10,7 +10,7 @@ public interface SysTrainingScoreMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table sys_training_score
*
* @mbg.generated Thu Aug 10 10:19:07 CST 2023
* @mbg.generated Thu Aug 10 10:52:01 CST 2023
*/
long countByExample(SysTrainingScoreExample example);
@ -18,7 +18,7 @@ public interface SysTrainingScoreMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table sys_training_score
*
* @mbg.generated Thu Aug 10 10:19:07 CST 2023
* @mbg.generated Thu Aug 10 10:52:01 CST 2023
*/
int deleteByExample(SysTrainingScoreExample example);
@ -26,7 +26,7 @@ public interface SysTrainingScoreMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table sys_training_score
*
* @mbg.generated Thu Aug 10 10:19:07 CST 2023
* @mbg.generated Thu Aug 10 10:52:01 CST 2023
*/
int deleteByPrimaryKey(String id);
@ -34,7 +34,7 @@ public interface SysTrainingScoreMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table sys_training_score
*
* @mbg.generated Thu Aug 10 10:19:07 CST 2023
* @mbg.generated Thu Aug 10 10:52:01 CST 2023
*/
int insert(SysTrainingScore record);
@ -42,7 +42,7 @@ public interface SysTrainingScoreMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table sys_training_score
*
* @mbg.generated Thu Aug 10 10:19:07 CST 2023
* @mbg.generated Thu Aug 10 10:52:01 CST 2023
*/
int insertSelective(SysTrainingScore record);
@ -50,7 +50,15 @@ public interface SysTrainingScoreMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table sys_training_score
*
* @mbg.generated Thu Aug 10 10:19:07 CST 2023
* @mbg.generated Thu Aug 10 10:52:01 CST 2023
*/
List<SysTrainingScore> selectByExampleWithBLOBs(SysTrainingScoreExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table sys_training_score
*
* @mbg.generated Thu Aug 10 10:52:01 CST 2023
*/
List<SysTrainingScore> selectByExample(SysTrainingScoreExample example);
@ -58,7 +66,7 @@ public interface SysTrainingScoreMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table sys_training_score
*
* @mbg.generated Thu Aug 10 10:19:07 CST 2023
* @mbg.generated Thu Aug 10 10:52:01 CST 2023
*/
SysTrainingScore selectByPrimaryKey(String id);
@ -66,7 +74,7 @@ public interface SysTrainingScoreMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table sys_training_score
*
* @mbg.generated Thu Aug 10 10:19:07 CST 2023
* @mbg.generated Thu Aug 10 10:52:01 CST 2023
*/
int updateByExampleSelective(@Param("record") SysTrainingScore record, @Param("example") SysTrainingScoreExample example);
@ -74,7 +82,15 @@ public interface SysTrainingScoreMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table sys_training_score
*
* @mbg.generated Thu Aug 10 10:19:07 CST 2023
* @mbg.generated Thu Aug 10 10:52:01 CST 2023
*/
int updateByExampleWithBLOBs(@Param("record") SysTrainingScore record, @Param("example") SysTrainingScoreExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table sys_training_score
*
* @mbg.generated Thu Aug 10 10:52:01 CST 2023
*/
int updateByExample(@Param("record") SysTrainingScore record, @Param("example") SysTrainingScoreExample example);
@ -82,7 +98,7 @@ public interface SysTrainingScoreMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table sys_training_score
*
* @mbg.generated Thu Aug 10 10:19:07 CST 2023
* @mbg.generated Thu Aug 10 10:52:01 CST 2023
*/
int updateByPrimaryKeySelective(SysTrainingScore record);
@ -90,7 +106,15 @@ public interface SysTrainingScoreMapper {
* This method was generated by MyBatis Generator.
* This method corresponds to the database table sys_training_score
*
* @mbg.generated Thu Aug 10 10:19:07 CST 2023
* @mbg.generated Thu Aug 10 10:52:01 CST 2023
*/
int updateByPrimaryKeyWithBLOBs(SysTrainingScore record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table sys_training_score
*
* @mbg.generated Thu Aug 10 10:52:01 CST 2023
*/
int updateByPrimaryKey(SysTrainingScore record);
}

@ -5,7 +5,7 @@
<!--
WARNING - @mbg.generated
This element is automatically generated by MyBatis Generator, do not modify.
This element was generated on Thu Aug 10 10:19:07 CST 2023.
This element was generated on Thu Aug 10 10:52:01 CST 2023.
-->
<id column="id" jdbcType="VARCHAR" property="id" />
<result column="userid" jdbcType="BIGINT" property="userid" />
@ -61,13 +61,23 @@
<result column="report_submission_upload_report_button" jdbcType="VARCHAR" property="reportSubmissionUploadReportButton" />
<result column="report_submission_submit_button" jdbcType="VARCHAR" property="reportSubmissionSubmitButton" />
<result column="report_submission_score" jdbcType="BIGINT" property="reportSubmissionScore" />
<result column="report_upload_path" jdbcType="VARCHAR" property="reportUploadPath" />
<result column="report_submission_progress" jdbcType="VARCHAR" property="reportSubmissionProgress" />
<result column="status" jdbcType="INTEGER" property="status" />
</resultMap>
<resultMap extends="BaseResultMap" id="ResultMapWithBLOBs" type="com.ruoyi.system.domain.SysTrainingScore">
<!--
WARNING - @mbg.generated
This element is automatically generated by MyBatis Generator, do not modify.
This element was generated on Thu Aug 10 10:52:01 CST 2023.
-->
<result column="report_content" jdbcType="LONGVARCHAR" property="reportContent" />
</resultMap>
<sql id="Example_Where_Clause">
<!--
WARNING - @mbg.generated
This element is automatically generated by MyBatis Generator, do not modify.
This element was generated on Thu Aug 10 10:19:07 CST 2023.
This element was generated on Thu Aug 10 10:52:01 CST 2023.
-->
<where>
<foreach collection="oredCriteria" item="criteria" separator="or">
@ -101,7 +111,7 @@
<!--
WARNING - @mbg.generated
This element is automatically generated by MyBatis Generator, do not modify.
This element was generated on Thu Aug 10 10:19:07 CST 2023.
This element was generated on Thu Aug 10 10:52:01 CST 2023.
-->
<where>
<foreach collection="example.oredCriteria" item="criteria" separator="or">
@ -135,7 +145,7 @@
<!--
WARNING - @mbg.generated
This element is automatically generated by MyBatis Generator, do not modify.
This element was generated on Thu Aug 10 10:19:07 CST 2023.
This element was generated on Thu Aug 10 10:52:01 CST 2023.
-->
id, userid, data_collection_step_description, data_collection_toolbar_button, data_collection_progress,
data_collection_score, text_segmentation_step_description, text_segmentation_toolbar_button,
@ -156,13 +166,43 @@
data_visualization_word_cloud_button, data_visualization_social_network_analysis_button,
data_visualization_sentiment_analysis_button, data_visualization_progress, data_visualization_score,
report_submission_experience_page_save_button, report_submission_upload_report_button,
report_submission_submit_button, report_submission_score, status
report_submission_submit_button, report_submission_score, report_upload_path, report_submission_progress,
status
</sql>
<sql id="Blob_Column_List">
<!--
WARNING - @mbg.generated
This element is automatically generated by MyBatis Generator, do not modify.
This element was generated on Thu Aug 10 10:52:01 CST 2023.
-->
report_content
</sql>
<select id="selectByExampleWithBLOBs" parameterType="com.ruoyi.system.domain.SysTrainingScoreExample" resultMap="ResultMapWithBLOBs">
<!--
WARNING - @mbg.generated
This element is automatically generated by MyBatis Generator, do not modify.
This element was generated on Thu Aug 10 10:52:01 CST 2023.
-->
select
<if test="distinct">
distinct
</if>
<include refid="Base_Column_List" />
,
<include refid="Blob_Column_List" />
from sys_training_score
<if test="_parameter != null">
<include refid="Example_Where_Clause" />
</if>
<if test="orderByClause != null">
order by ${orderByClause}
</if>
</select>
<select id="selectByExample" parameterType="com.ruoyi.system.domain.SysTrainingScoreExample" resultMap="BaseResultMap">
<!--
WARNING - @mbg.generated
This element is automatically generated by MyBatis Generator, do not modify.
This element was generated on Thu Aug 10 10:19:07 CST 2023.
This element was generated on Thu Aug 10 10:52:01 CST 2023.
-->
select
<if test="distinct">
@ -177,14 +217,16 @@
order by ${orderByClause}
</if>
</select>
<select id="selectByPrimaryKey" parameterType="java.lang.String" resultMap="BaseResultMap">
<select id="selectByPrimaryKey" parameterType="java.lang.String" resultMap="ResultMapWithBLOBs">
<!--
WARNING - @mbg.generated
This element is automatically generated by MyBatis Generator, do not modify.
This element was generated on Thu Aug 10 10:19:07 CST 2023.
This element was generated on Thu Aug 10 10:52:01 CST 2023.
-->
select
<include refid="Base_Column_List" />
,
<include refid="Blob_Column_List" />
from sys_training_score
where id = #{id,jdbcType=VARCHAR}
</select>
@ -192,7 +234,7 @@
<!--
WARNING - @mbg.generated
This element is automatically generated by MyBatis Generator, do not modify.
This element was generated on Thu Aug 10 10:19:07 CST 2023.
This element was generated on Thu Aug 10 10:52:01 CST 2023.
-->
delete from sys_training_score
where id = #{id,jdbcType=VARCHAR}
@ -201,7 +243,7 @@
<!--
WARNING - @mbg.generated
This element is automatically generated by MyBatis Generator, do not modify.
This element was generated on Thu Aug 10 10:19:07 CST 2023.
This element was generated on Thu Aug 10 10:52:01 CST 2023.
-->
delete from sys_training_score
<if test="_parameter != null">
@ -212,7 +254,7 @@
<!--
WARNING - @mbg.generated
This element is automatically generated by MyBatis Generator, do not modify.
This element was generated on Thu Aug 10 10:19:07 CST 2023.
This element was generated on Thu Aug 10 10:52:01 CST 2023.
-->
insert into sys_training_score (id, userid, data_collection_step_description,
data_collection_toolbar_button, data_collection_progress,
@ -240,7 +282,9 @@
data_visualization_sentiment_analysis_button, data_visualization_progress,
data_visualization_score, report_submission_experience_page_save_button,
report_submission_upload_report_button, report_submission_submit_button,
report_submission_score, status)
report_submission_score, report_upload_path,
report_submission_progress, status, report_content
)
values (#{id,jdbcType=VARCHAR}, #{userid,jdbcType=BIGINT}, #{dataCollectionStepDescription,jdbcType=VARCHAR},
#{dataCollectionToolbarButton,jdbcType=VARCHAR}, #{dataCollectionProgress,jdbcType=VARCHAR},
#{dataCollectionScore,jdbcType=BIGINT}, #{textSegmentationStepDescription,jdbcType=VARCHAR},
@ -267,13 +311,15 @@
#{dataVisualizationSentimentAnalysisButton,jdbcType=VARCHAR}, #{dataVisualizationProgress,jdbcType=VARCHAR},
#{dataVisualizationScore,jdbcType=BIGINT}, #{reportSubmissionExperiencePageSaveButton,jdbcType=VARCHAR},
#{reportSubmissionUploadReportButton,jdbcType=VARCHAR}, #{reportSubmissionSubmitButton,jdbcType=VARCHAR},
#{reportSubmissionScore,jdbcType=BIGINT}, #{status,jdbcType=INTEGER})
#{reportSubmissionScore,jdbcType=BIGINT}, #{reportUploadPath,jdbcType=VARCHAR},
#{reportSubmissionProgress,jdbcType=VARCHAR}, #{status,jdbcType=INTEGER}, #{reportContent,jdbcType=LONGVARCHAR}
)
</insert>
<insert id="insertSelective" parameterType="com.ruoyi.system.domain.SysTrainingScore">
<!--
WARNING - @mbg.generated
This element is automatically generated by MyBatis Generator, do not modify.
This element was generated on Thu Aug 10 10:19:07 CST 2023.
This element was generated on Thu Aug 10 10:52:01 CST 2023.
-->
insert into sys_training_score
<trim prefix="(" suffix=")" suffixOverrides=",">
@ -439,9 +485,18 @@
<if test="reportSubmissionScore != null">
report_submission_score,
</if>
<if test="reportUploadPath != null">
report_upload_path,
</if>
<if test="reportSubmissionProgress != null">
report_submission_progress,
</if>
<if test="status != null">
status,
</if>
<if test="reportContent != null">
report_content,
</if>
</trim>
<trim prefix="values (" suffix=")" suffixOverrides=",">
<if test="id != null">
@ -606,16 +661,25 @@
<if test="reportSubmissionScore != null">
#{reportSubmissionScore,jdbcType=BIGINT},
</if>
<if test="reportUploadPath != null">
#{reportUploadPath,jdbcType=VARCHAR},
</if>
<if test="reportSubmissionProgress != null">
#{reportSubmissionProgress,jdbcType=VARCHAR},
</if>
<if test="status != null">
#{status,jdbcType=INTEGER},
</if>
<if test="reportContent != null">
#{reportContent,jdbcType=LONGVARCHAR},
</if>
</trim>
</insert>
<select id="countByExample" parameterType="com.ruoyi.system.domain.SysTrainingScoreExample" resultType="java.lang.Long">
<!--
WARNING - @mbg.generated
This element is automatically generated by MyBatis Generator, do not modify.
This element was generated on Thu Aug 10 10:19:07 CST 2023.
This element was generated on Thu Aug 10 10:52:01 CST 2023.
-->
select count(*) from sys_training_score
<if test="_parameter != null">
@ -626,7 +690,7 @@
<!--
WARNING - @mbg.generated
This element is automatically generated by MyBatis Generator, do not modify.
This element was generated on Thu Aug 10 10:19:07 CST 2023.
This element was generated on Thu Aug 10 10:52:01 CST 2023.
-->
update sys_training_score
<set>
@ -792,19 +856,97 @@
<if test="record.reportSubmissionScore != null">
report_submission_score = #{record.reportSubmissionScore,jdbcType=BIGINT},
</if>
<if test="record.reportUploadPath != null">
report_upload_path = #{record.reportUploadPath,jdbcType=VARCHAR},
</if>
<if test="record.reportSubmissionProgress != null">
report_submission_progress = #{record.reportSubmissionProgress,jdbcType=VARCHAR},
</if>
<if test="record.status != null">
status = #{record.status,jdbcType=INTEGER},
</if>
<if test="record.reportContent != null">
report_content = #{record.reportContent,jdbcType=LONGVARCHAR},
</if>
</set>
<if test="_parameter != null">
<include refid="Update_By_Example_Where_Clause" />
</if>
</update>
<update id="updateByExampleWithBLOBs" parameterType="map">
<!--
WARNING - @mbg.generated
This element is automatically generated by MyBatis Generator, do not modify.
This element was generated on Thu Aug 10 10:52:01 CST 2023.
-->
update sys_training_score
set id = #{record.id,jdbcType=VARCHAR},
userid = #{record.userid,jdbcType=BIGINT},
data_collection_step_description = #{record.dataCollectionStepDescription,jdbcType=VARCHAR},
data_collection_toolbar_button = #{record.dataCollectionToolbarButton,jdbcType=VARCHAR},
data_collection_progress = #{record.dataCollectionProgress,jdbcType=VARCHAR},
data_collection_score = #{record.dataCollectionScore,jdbcType=BIGINT},
text_segmentation_step_description = #{record.textSegmentationStepDescription,jdbcType=VARCHAR},
text_segmentation_toolbar_button = #{record.textSegmentationToolbarButton,jdbcType=VARCHAR},
text_segmentation_analysis_train_button = #{record.textSegmentationAnalysisTrainButton,jdbcType=VARCHAR},
text_segmentation_progress = #{record.textSegmentationProgress,jdbcType=VARCHAR},
text_segmentation_score = #{record.textSegmentationScore,jdbcType=BIGINT},
part_of_speech_tagging_step_description = #{record.partOfSpeechTaggingStepDescription,jdbcType=VARCHAR},
part_of_speech_tagging_toolbar_button = #{record.partOfSpeechTaggingToolbarButton,jdbcType=VARCHAR},
part_of_speech_tagging_analysis_train_button = #{record.partOfSpeechTaggingAnalysisTrainButton,jdbcType=VARCHAR},
part_of_speech_tagging_progress = #{record.partOfSpeechTaggingProgress,jdbcType=VARCHAR},
part_of_speech_tagging_score = #{record.partOfSpeechTaggingScore,jdbcType=BIGINT},
category_management_step_description = #{record.categoryManagementStepDescription,jdbcType=VARCHAR},
category_management_add_button = #{record.categoryManagementAddButton,jdbcType=VARCHAR},
category_management_progress = #{record.categoryManagementProgress,jdbcType=VARCHAR},
category_management_score = #{record.categoryManagementScore,jdbcType=BIGINT},
text_classification_step_description = #{record.textClassificationStepDescription,jdbcType=VARCHAR},
text_classification_article_classification_button = #{record.textClassificationArticleClassificationButton,jdbcType=VARCHAR},
text_classification_create_article_button = #{record.textClassificationCreateArticleButton,jdbcType=VARCHAR},
text_classification_toolbar_details_button = #{record.textClassificationToolbarDetailsButton,jdbcType=VARCHAR},
text_classification_progress = #{record.textClassificationProgress,jdbcType=VARCHAR},
text_classification_score = #{record.textClassificationScore,jdbcType=BIGINT},
text_summarization_step_description = #{record.textSummarizationStepDescription,jdbcType=VARCHAR},
text_summarization_article_summary_button = #{record.textSummarizationArticleSummaryButton,jdbcType=VARCHAR},
text_summarization_create_article_button = #{record.textSummarizationCreateArticleButton,jdbcType=VARCHAR},
text_summarization_toolbar_details_button = #{record.textSummarizationToolbarDetailsButton,jdbcType=VARCHAR},
text_summarization_progress = #{record.textSummarizationProgress,jdbcType=VARCHAR},
text_summarization_score = #{record.textSummarizationScore,jdbcType=BIGINT},
similarity_calculation_step_description = #{record.similarityCalculationStepDescription,jdbcType=VARCHAR},
similarity_calculation_add_button_top = #{record.similarityCalculationAddButtonTop,jdbcType=VARCHAR},
similarity_calculation_add_button_bottom = #{record.similarityCalculationAddButtonBottom,jdbcType=VARCHAR},
similarity_calculation_calculate_similarity_button = #{record.similarityCalculationCalculateSimilarityButton,jdbcType=VARCHAR},
similarity_calculation_progress = #{record.similarityCalculationProgress,jdbcType=VARCHAR},
similarity_calculation_score = #{record.similarityCalculationScore,jdbcType=BIGINT},
sentiment_analysis_step_description = #{record.sentimentAnalysisStepDescription,jdbcType=VARCHAR},
sentiment_analysis_select_button = #{record.sentimentAnalysisSelectButton,jdbcType=VARCHAR},
sentiment_analysis_sentiment_analysis_button = #{record.sentimentAnalysisSentimentAnalysisButton,jdbcType=VARCHAR},
sentiment_analysis_create_sentiment_word_button = #{record.sentimentAnalysisCreateSentimentWordButton,jdbcType=VARCHAR},
sentiment_analysis_progress = #{record.sentimentAnalysisProgress,jdbcType=VARCHAR},
sentiment_analysis_score = #{record.sentimentAnalysisScore,jdbcType=BIGINT},
data_visualization_step_description = #{record.dataVisualizationStepDescription,jdbcType=VARCHAR},
data_visualization_word_cloud_button = #{record.dataVisualizationWordCloudButton,jdbcType=VARCHAR},
data_visualization_social_network_analysis_button = #{record.dataVisualizationSocialNetworkAnalysisButton,jdbcType=VARCHAR},
data_visualization_sentiment_analysis_button = #{record.dataVisualizationSentimentAnalysisButton,jdbcType=VARCHAR},
data_visualization_progress = #{record.dataVisualizationProgress,jdbcType=VARCHAR},
data_visualization_score = #{record.dataVisualizationScore,jdbcType=BIGINT},
report_submission_experience_page_save_button = #{record.reportSubmissionExperiencePageSaveButton,jdbcType=VARCHAR},
report_submission_upload_report_button = #{record.reportSubmissionUploadReportButton,jdbcType=VARCHAR},
report_submission_submit_button = #{record.reportSubmissionSubmitButton,jdbcType=VARCHAR},
report_submission_score = #{record.reportSubmissionScore,jdbcType=BIGINT},
report_upload_path = #{record.reportUploadPath,jdbcType=VARCHAR},
report_submission_progress = #{record.reportSubmissionProgress,jdbcType=VARCHAR},
status = #{record.status,jdbcType=INTEGER},
report_content = #{record.reportContent,jdbcType=LONGVARCHAR}
<if test="_parameter != null">
<include refid="Update_By_Example_Where_Clause" />
</if>
</update>
<update id="updateByExample" parameterType="map">
<!--
WARNING - @mbg.generated
This element is automatically generated by MyBatis Generator, do not modify.
This element was generated on Thu Aug 10 10:19:07 CST 2023.
This element was generated on Thu Aug 10 10:52:01 CST 2023.
-->
update sys_training_score
set id = #{record.id,jdbcType=VARCHAR},
@ -861,6 +1003,8 @@
report_submission_upload_report_button = #{record.reportSubmissionUploadReportButton,jdbcType=VARCHAR},
report_submission_submit_button = #{record.reportSubmissionSubmitButton,jdbcType=VARCHAR},
report_submission_score = #{record.reportSubmissionScore,jdbcType=BIGINT},
report_upload_path = #{record.reportUploadPath,jdbcType=VARCHAR},
report_submission_progress = #{record.reportSubmissionProgress,jdbcType=VARCHAR},
status = #{record.status,jdbcType=INTEGER}
<if test="_parameter != null">
<include refid="Update_By_Example_Where_Clause" />
@ -870,7 +1014,7 @@
<!--
WARNING - @mbg.generated
This element is automatically generated by MyBatis Generator, do not modify.
This element was generated on Thu Aug 10 10:19:07 CST 2023.
This element was generated on Thu Aug 10 10:52:01 CST 2023.
-->
update sys_training_score
<set>
@ -1033,17 +1177,92 @@
<if test="reportSubmissionScore != null">
report_submission_score = #{reportSubmissionScore,jdbcType=BIGINT},
</if>
<if test="reportUploadPath != null">
report_upload_path = #{reportUploadPath,jdbcType=VARCHAR},
</if>
<if test="reportSubmissionProgress != null">
report_submission_progress = #{reportSubmissionProgress,jdbcType=VARCHAR},
</if>
<if test="status != null">
status = #{status,jdbcType=INTEGER},
</if>
<if test="reportContent != null">
report_content = #{reportContent,jdbcType=LONGVARCHAR},
</if>
</set>
where id = #{id,jdbcType=VARCHAR}
</update>
<update id="updateByPrimaryKeyWithBLOBs" parameterType="com.ruoyi.system.domain.SysTrainingScore">
<!--
WARNING - @mbg.generated
This element is automatically generated by MyBatis Generator, do not modify.
This element was generated on Thu Aug 10 10:52:01 CST 2023.
-->
update sys_training_score
set userid = #{userid,jdbcType=BIGINT},
data_collection_step_description = #{dataCollectionStepDescription,jdbcType=VARCHAR},
data_collection_toolbar_button = #{dataCollectionToolbarButton,jdbcType=VARCHAR},
data_collection_progress = #{dataCollectionProgress,jdbcType=VARCHAR},
data_collection_score = #{dataCollectionScore,jdbcType=BIGINT},
text_segmentation_step_description = #{textSegmentationStepDescription,jdbcType=VARCHAR},
text_segmentation_toolbar_button = #{textSegmentationToolbarButton,jdbcType=VARCHAR},
text_segmentation_analysis_train_button = #{textSegmentationAnalysisTrainButton,jdbcType=VARCHAR},
text_segmentation_progress = #{textSegmentationProgress,jdbcType=VARCHAR},
text_segmentation_score = #{textSegmentationScore,jdbcType=BIGINT},
part_of_speech_tagging_step_description = #{partOfSpeechTaggingStepDescription,jdbcType=VARCHAR},
part_of_speech_tagging_toolbar_button = #{partOfSpeechTaggingToolbarButton,jdbcType=VARCHAR},
part_of_speech_tagging_analysis_train_button = #{partOfSpeechTaggingAnalysisTrainButton,jdbcType=VARCHAR},
part_of_speech_tagging_progress = #{partOfSpeechTaggingProgress,jdbcType=VARCHAR},
part_of_speech_tagging_score = #{partOfSpeechTaggingScore,jdbcType=BIGINT},
category_management_step_description = #{categoryManagementStepDescription,jdbcType=VARCHAR},
category_management_add_button = #{categoryManagementAddButton,jdbcType=VARCHAR},
category_management_progress = #{categoryManagementProgress,jdbcType=VARCHAR},
category_management_score = #{categoryManagementScore,jdbcType=BIGINT},
text_classification_step_description = #{textClassificationStepDescription,jdbcType=VARCHAR},
text_classification_article_classification_button = #{textClassificationArticleClassificationButton,jdbcType=VARCHAR},
text_classification_create_article_button = #{textClassificationCreateArticleButton,jdbcType=VARCHAR},
text_classification_toolbar_details_button = #{textClassificationToolbarDetailsButton,jdbcType=VARCHAR},
text_classification_progress = #{textClassificationProgress,jdbcType=VARCHAR},
text_classification_score = #{textClassificationScore,jdbcType=BIGINT},
text_summarization_step_description = #{textSummarizationStepDescription,jdbcType=VARCHAR},
text_summarization_article_summary_button = #{textSummarizationArticleSummaryButton,jdbcType=VARCHAR},
text_summarization_create_article_button = #{textSummarizationCreateArticleButton,jdbcType=VARCHAR},
text_summarization_toolbar_details_button = #{textSummarizationToolbarDetailsButton,jdbcType=VARCHAR},
text_summarization_progress = #{textSummarizationProgress,jdbcType=VARCHAR},
text_summarization_score = #{textSummarizationScore,jdbcType=BIGINT},
similarity_calculation_step_description = #{similarityCalculationStepDescription,jdbcType=VARCHAR},
similarity_calculation_add_button_top = #{similarityCalculationAddButtonTop,jdbcType=VARCHAR},
similarity_calculation_add_button_bottom = #{similarityCalculationAddButtonBottom,jdbcType=VARCHAR},
similarity_calculation_calculate_similarity_button = #{similarityCalculationCalculateSimilarityButton,jdbcType=VARCHAR},
similarity_calculation_progress = #{similarityCalculationProgress,jdbcType=VARCHAR},
similarity_calculation_score = #{similarityCalculationScore,jdbcType=BIGINT},
sentiment_analysis_step_description = #{sentimentAnalysisStepDescription,jdbcType=VARCHAR},
sentiment_analysis_select_button = #{sentimentAnalysisSelectButton,jdbcType=VARCHAR},
sentiment_analysis_sentiment_analysis_button = #{sentimentAnalysisSentimentAnalysisButton,jdbcType=VARCHAR},
sentiment_analysis_create_sentiment_word_button = #{sentimentAnalysisCreateSentimentWordButton,jdbcType=VARCHAR},
sentiment_analysis_progress = #{sentimentAnalysisProgress,jdbcType=VARCHAR},
sentiment_analysis_score = #{sentimentAnalysisScore,jdbcType=BIGINT},
data_visualization_step_description = #{dataVisualizationStepDescription,jdbcType=VARCHAR},
data_visualization_word_cloud_button = #{dataVisualizationWordCloudButton,jdbcType=VARCHAR},
data_visualization_social_network_analysis_button = #{dataVisualizationSocialNetworkAnalysisButton,jdbcType=VARCHAR},
data_visualization_sentiment_analysis_button = #{dataVisualizationSentimentAnalysisButton,jdbcType=VARCHAR},
data_visualization_progress = #{dataVisualizationProgress,jdbcType=VARCHAR},
data_visualization_score = #{dataVisualizationScore,jdbcType=BIGINT},
report_submission_experience_page_save_button = #{reportSubmissionExperiencePageSaveButton,jdbcType=VARCHAR},
report_submission_upload_report_button = #{reportSubmissionUploadReportButton,jdbcType=VARCHAR},
report_submission_submit_button = #{reportSubmissionSubmitButton,jdbcType=VARCHAR},
report_submission_score = #{reportSubmissionScore,jdbcType=BIGINT},
report_upload_path = #{reportUploadPath,jdbcType=VARCHAR},
report_submission_progress = #{reportSubmissionProgress,jdbcType=VARCHAR},
status = #{status,jdbcType=INTEGER},
report_content = #{reportContent,jdbcType=LONGVARCHAR}
where id = #{id,jdbcType=VARCHAR}
</update>
<update id="updateByPrimaryKey" parameterType="com.ruoyi.system.domain.SysTrainingScore">
<!--
WARNING - @mbg.generated
This element is automatically generated by MyBatis Generator, do not modify.
This element was generated on Thu Aug 10 10:19:07 CST 2023.
This element was generated on Thu Aug 10 10:52:01 CST 2023.
-->
update sys_training_score
set userid = #{userid,jdbcType=BIGINT},
@ -1099,6 +1318,8 @@
report_submission_upload_report_button = #{reportSubmissionUploadReportButton,jdbcType=VARCHAR},
report_submission_submit_button = #{reportSubmissionSubmitButton,jdbcType=VARCHAR},
report_submission_score = #{reportSubmissionScore,jdbcType=BIGINT},
report_upload_path = #{reportUploadPath,jdbcType=VARCHAR},
report_submission_progress = #{reportSubmissionProgress,jdbcType=VARCHAR},
status = #{status,jdbcType=INTEGER}
where id = #{id,jdbcType=VARCHAR}
</update>

Loading…
Cancel
Save