|
|
|
@ -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>
|
|
|
|
|