|
@@ -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 Thu Oct 16 20:21:22 CST 2025.
|
|
|
|
|
|
|
+ This element was generated on Tue Oct 21 17:07:41 CST 2025.
|
|
|
-->
|
|
-->
|
|
|
<id column="id" jdbcType="BIGINT" property="id" />
|
|
<id column="id" jdbcType="BIGINT" property="id" />
|
|
|
<result column="task_id" jdbcType="BIGINT" property="taskId" />
|
|
<result column="task_id" jdbcType="BIGINT" property="taskId" />
|
|
@@ -17,6 +17,7 @@
|
|
|
<result column="ai_rough_status" jdbcType="INTEGER" property="aiRoughStatus" />
|
|
<result column="ai_rough_status" jdbcType="INTEGER" property="aiRoughStatus" />
|
|
|
<result column="ai_rough_result" jdbcType="VARCHAR" property="aiRoughResult" />
|
|
<result column="ai_rough_result" jdbcType="VARCHAR" property="aiRoughResult" />
|
|
|
<result column="ai_precision_status" jdbcType="INTEGER" property="aiPrecisionStatus" />
|
|
<result column="ai_precision_status" jdbcType="INTEGER" property="aiPrecisionStatus" />
|
|
|
|
|
+ <result column="pq_improve_title" jdbcType="VARCHAR" property="pqImproveTitle" />
|
|
|
<result column="create_time" jdbcType="BIGINT" property="createTime" />
|
|
<result column="create_time" jdbcType="BIGINT" property="createTime" />
|
|
|
<result column="update_time" jdbcType="BIGINT" property="updateTime" />
|
|
<result column="update_time" jdbcType="BIGINT" property="updateTime" />
|
|
|
</resultMap>
|
|
</resultMap>
|
|
@@ -24,16 +25,17 @@
|
|
|
<!--
|
|
<!--
|
|
|
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 Thu Oct 16 20:21:22 CST 2025.
|
|
|
|
|
|
|
+ This element was generated on Tue Oct 21 17:07:41 CST 2025.
|
|
|
-->
|
|
-->
|
|
|
<result column="content" jdbcType="LONGVARCHAR" property="content" />
|
|
<result column="content" jdbcType="LONGVARCHAR" property="content" />
|
|
|
<result column="ai_precision_result" jdbcType="LONGVARCHAR" property="aiPrecisionResult" />
|
|
<result column="ai_precision_result" jdbcType="LONGVARCHAR" property="aiPrecisionResult" />
|
|
|
|
|
+ <result column="pq_improve_narration_script" jdbcType="LONGVARCHAR" property="pqImproveNarrationScript" />
|
|
|
</resultMap>
|
|
</resultMap>
|
|
|
<sql id="Example_Where_Clause">
|
|
<sql id="Example_Where_Clause">
|
|
|
<!--
|
|
<!--
|
|
|
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 Thu Oct 16 20:21:22 CST 2025.
|
|
|
|
|
|
|
+ This element was generated on Tue Oct 21 17:07:41 CST 2025.
|
|
|
-->
|
|
-->
|
|
|
<where>
|
|
<where>
|
|
|
<foreach collection="oredCriteria" item="criteria" separator="or">
|
|
<foreach collection="oredCriteria" item="criteria" separator="or">
|
|
@@ -67,7 +69,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 Thu Oct 16 20:21:22 CST 2025.
|
|
|
|
|
|
|
+ This element was generated on Tue Oct 21 17:07:41 CST 2025.
|
|
|
-->
|
|
-->
|
|
|
<where>
|
|
<where>
|
|
|
<foreach collection="example.oredCriteria" item="criteria" separator="or">
|
|
<foreach collection="example.oredCriteria" item="criteria" separator="or">
|
|
@@ -101,24 +103,24 @@
|
|
|
<!--
|
|
<!--
|
|
|
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 Thu Oct 16 20:21:22 CST 2025.
|
|
|
|
|
|
|
+ This element was generated on Tue Oct 21 17:07:41 CST 2025.
|
|
|
-->
|
|
-->
|
|
|
id, task_id, `source`, source_type, url, title, `status`, ai_rough_status, ai_rough_result,
|
|
id, task_id, `source`, source_type, url, title, `status`, ai_rough_status, ai_rough_result,
|
|
|
- ai_precision_status, create_time, update_time
|
|
|
|
|
|
|
+ ai_precision_status, pq_improve_title, create_time, update_time
|
|
|
</sql>
|
|
</sql>
|
|
|
<sql id="Blob_Column_List">
|
|
<sql id="Blob_Column_List">
|
|
|
<!--
|
|
<!--
|
|
|
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 Thu Oct 16 20:21:22 CST 2025.
|
|
|
|
|
|
|
+ This element was generated on Tue Oct 21 17:07:41 CST 2025.
|
|
|
-->
|
|
-->
|
|
|
- content, ai_precision_result
|
|
|
|
|
|
|
+ content, ai_precision_result, pq_improve_narration_script
|
|
|
</sql>
|
|
</sql>
|
|
|
<select id="selectByExampleWithBLOBs" parameterType="com.tzld.supply.model.po.supply.spider.SpiderContentExample" resultMap="ResultMapWithBLOBs">
|
|
<select id="selectByExampleWithBLOBs" parameterType="com.tzld.supply.model.po.supply.spider.SpiderContentExample" 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 Thu Oct 16 20:21:22 CST 2025.
|
|
|
|
|
|
|
+ This element was generated on Tue Oct 21 17:07:41 CST 2025.
|
|
|
-->
|
|
-->
|
|
|
select
|
|
select
|
|
|
<if test="distinct">
|
|
<if test="distinct">
|
|
@@ -139,7 +141,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 Thu Oct 16 20:21:22 CST 2025.
|
|
|
|
|
|
|
+ This element was generated on Tue Oct 21 17:07:41 CST 2025.
|
|
|
-->
|
|
-->
|
|
|
select
|
|
select
|
|
|
<if test="distinct">
|
|
<if test="distinct">
|
|
@@ -158,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 Thu Oct 16 20:21:22 CST 2025.
|
|
|
|
|
|
|
+ This element was generated on Tue Oct 21 17:07:41 CST 2025.
|
|
|
-->
|
|
-->
|
|
|
select
|
|
select
|
|
|
<include refid="Base_Column_List" />
|
|
<include refid="Base_Column_List" />
|
|
@@ -171,7 +173,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 Thu Oct 16 20:21:22 CST 2025.
|
|
|
|
|
|
|
+ This element was generated on Tue Oct 21 17:07:41 CST 2025.
|
|
|
-->
|
|
-->
|
|
|
delete from spider_content
|
|
delete from spider_content
|
|
|
where id = #{id,jdbcType=BIGINT}
|
|
where id = #{id,jdbcType=BIGINT}
|
|
@@ -180,7 +182,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 Thu Oct 16 20:21:22 CST 2025.
|
|
|
|
|
|
|
+ This element was generated on Tue Oct 21 17:07:41 CST 2025.
|
|
|
-->
|
|
-->
|
|
|
delete from spider_content
|
|
delete from spider_content
|
|
|
<if test="_parameter != null">
|
|
<if test="_parameter != null">
|
|
@@ -191,24 +193,26 @@
|
|
|
<!--
|
|
<!--
|
|
|
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 Thu Oct 16 20:21:22 CST 2025.
|
|
|
|
|
|
|
+ This element was generated on Tue Oct 21 17:07:41 CST 2025.
|
|
|
-->
|
|
-->
|
|
|
insert into spider_content (id, task_id, `source`,
|
|
insert into spider_content (id, task_id, `source`,
|
|
|
source_type, url, title,
|
|
source_type, url, title,
|
|
|
`status`, ai_rough_status, ai_rough_result,
|
|
`status`, ai_rough_status, ai_rough_result,
|
|
|
- ai_precision_status, create_time, update_time,
|
|
|
|
|
- content, ai_precision_result)
|
|
|
|
|
|
|
+ ai_precision_status, pq_improve_title, create_time,
|
|
|
|
|
+ update_time, content, ai_precision_result,
|
|
|
|
|
+ pq_improve_narration_script)
|
|
|
values (#{id,jdbcType=BIGINT}, #{taskId,jdbcType=BIGINT}, #{source,jdbcType=VARCHAR},
|
|
values (#{id,jdbcType=BIGINT}, #{taskId,jdbcType=BIGINT}, #{source,jdbcType=VARCHAR},
|
|
|
#{sourceType,jdbcType=VARCHAR}, #{url,jdbcType=VARCHAR}, #{title,jdbcType=VARCHAR},
|
|
#{sourceType,jdbcType=VARCHAR}, #{url,jdbcType=VARCHAR}, #{title,jdbcType=VARCHAR},
|
|
|
#{status,jdbcType=INTEGER}, #{aiRoughStatus,jdbcType=INTEGER}, #{aiRoughResult,jdbcType=VARCHAR},
|
|
#{status,jdbcType=INTEGER}, #{aiRoughStatus,jdbcType=INTEGER}, #{aiRoughResult,jdbcType=VARCHAR},
|
|
|
- #{aiPrecisionStatus,jdbcType=INTEGER}, #{createTime,jdbcType=BIGINT}, #{updateTime,jdbcType=BIGINT},
|
|
|
|
|
- #{content,jdbcType=LONGVARCHAR}, #{aiPrecisionResult,jdbcType=LONGVARCHAR})
|
|
|
|
|
|
|
+ #{aiPrecisionStatus,jdbcType=INTEGER}, #{pqImproveTitle,jdbcType=VARCHAR}, #{createTime,jdbcType=BIGINT},
|
|
|
|
|
+ #{updateTime,jdbcType=BIGINT}, #{content,jdbcType=LONGVARCHAR}, #{aiPrecisionResult,jdbcType=LONGVARCHAR},
|
|
|
|
|
+ #{pqImproveNarrationScript,jdbcType=LONGVARCHAR})
|
|
|
</insert>
|
|
</insert>
|
|
|
<insert id="insertSelective" parameterType="com.tzld.supply.model.po.supply.spider.SpiderContent">
|
|
<insert id="insertSelective" parameterType="com.tzld.supply.model.po.supply.spider.SpiderContent">
|
|
|
<!--
|
|
<!--
|
|
|
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 Thu Oct 16 20:21:22 CST 2025.
|
|
|
|
|
|
|
+ This element was generated on Tue Oct 21 17:07:41 CST 2025.
|
|
|
-->
|
|
-->
|
|
|
insert into spider_content
|
|
insert into spider_content
|
|
|
<trim prefix="(" suffix=")" suffixOverrides=",">
|
|
<trim prefix="(" suffix=")" suffixOverrides=",">
|
|
@@ -242,6 +246,9 @@
|
|
|
<if test="aiPrecisionStatus != null">
|
|
<if test="aiPrecisionStatus != null">
|
|
|
ai_precision_status,
|
|
ai_precision_status,
|
|
|
</if>
|
|
</if>
|
|
|
|
|
+ <if test="pqImproveTitle != null">
|
|
|
|
|
+ pq_improve_title,
|
|
|
|
|
+ </if>
|
|
|
<if test="createTime != null">
|
|
<if test="createTime != null">
|
|
|
create_time,
|
|
create_time,
|
|
|
</if>
|
|
</if>
|
|
@@ -254,6 +261,9 @@
|
|
|
<if test="aiPrecisionResult != null">
|
|
<if test="aiPrecisionResult != null">
|
|
|
ai_precision_result,
|
|
ai_precision_result,
|
|
|
</if>
|
|
</if>
|
|
|
|
|
+ <if test="pqImproveNarrationScript != null">
|
|
|
|
|
+ pq_improve_narration_script,
|
|
|
|
|
+ </if>
|
|
|
</trim>
|
|
</trim>
|
|
|
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
|
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
|
|
<if test="id != null">
|
|
<if test="id != null">
|
|
@@ -286,6 +296,9 @@
|
|
|
<if test="aiPrecisionStatus != null">
|
|
<if test="aiPrecisionStatus != null">
|
|
|
#{aiPrecisionStatus,jdbcType=INTEGER},
|
|
#{aiPrecisionStatus,jdbcType=INTEGER},
|
|
|
</if>
|
|
</if>
|
|
|
|
|
+ <if test="pqImproveTitle != null">
|
|
|
|
|
+ #{pqImproveTitle,jdbcType=VARCHAR},
|
|
|
|
|
+ </if>
|
|
|
<if test="createTime != null">
|
|
<if test="createTime != null">
|
|
|
#{createTime,jdbcType=BIGINT},
|
|
#{createTime,jdbcType=BIGINT},
|
|
|
</if>
|
|
</if>
|
|
@@ -298,13 +311,16 @@
|
|
|
<if test="aiPrecisionResult != null">
|
|
<if test="aiPrecisionResult != null">
|
|
|
#{aiPrecisionResult,jdbcType=LONGVARCHAR},
|
|
#{aiPrecisionResult,jdbcType=LONGVARCHAR},
|
|
|
</if>
|
|
</if>
|
|
|
|
|
+ <if test="pqImproveNarrationScript != null">
|
|
|
|
|
+ #{pqImproveNarrationScript,jdbcType=LONGVARCHAR},
|
|
|
|
|
+ </if>
|
|
|
</trim>
|
|
</trim>
|
|
|
</insert>
|
|
</insert>
|
|
|
<select id="countByExample" parameterType="com.tzld.supply.model.po.supply.spider.SpiderContentExample" resultType="java.lang.Long">
|
|
<select id="countByExample" parameterType="com.tzld.supply.model.po.supply.spider.SpiderContentExample" resultType="java.lang.Long">
|
|
|
<!--
|
|
<!--
|
|
|
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 Thu Oct 16 20:21:22 CST 2025.
|
|
|
|
|
|
|
+ This element was generated on Tue Oct 21 17:07:41 CST 2025.
|
|
|
-->
|
|
-->
|
|
|
select count(*) from spider_content
|
|
select count(*) from spider_content
|
|
|
<if test="_parameter != null">
|
|
<if test="_parameter != null">
|
|
@@ -315,7 +331,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 Thu Oct 16 20:21:22 CST 2025.
|
|
|
|
|
|
|
+ This element was generated on Tue Oct 21 17:07:41 CST 2025.
|
|
|
-->
|
|
-->
|
|
|
update spider_content
|
|
update spider_content
|
|
|
<set>
|
|
<set>
|
|
@@ -349,6 +365,9 @@
|
|
|
<if test="record.aiPrecisionStatus != null">
|
|
<if test="record.aiPrecisionStatus != null">
|
|
|
ai_precision_status = #{record.aiPrecisionStatus,jdbcType=INTEGER},
|
|
ai_precision_status = #{record.aiPrecisionStatus,jdbcType=INTEGER},
|
|
|
</if>
|
|
</if>
|
|
|
|
|
+ <if test="record.pqImproveTitle != null">
|
|
|
|
|
+ pq_improve_title = #{record.pqImproveTitle,jdbcType=VARCHAR},
|
|
|
|
|
+ </if>
|
|
|
<if test="record.createTime != null">
|
|
<if test="record.createTime != null">
|
|
|
create_time = #{record.createTime,jdbcType=BIGINT},
|
|
create_time = #{record.createTime,jdbcType=BIGINT},
|
|
|
</if>
|
|
</if>
|
|
@@ -361,6 +380,9 @@
|
|
|
<if test="record.aiPrecisionResult != null">
|
|
<if test="record.aiPrecisionResult != null">
|
|
|
ai_precision_result = #{record.aiPrecisionResult,jdbcType=LONGVARCHAR},
|
|
ai_precision_result = #{record.aiPrecisionResult,jdbcType=LONGVARCHAR},
|
|
|
</if>
|
|
</if>
|
|
|
|
|
+ <if test="record.pqImproveNarrationScript != null">
|
|
|
|
|
+ pq_improve_narration_script = #{record.pqImproveNarrationScript,jdbcType=LONGVARCHAR},
|
|
|
|
|
+ </if>
|
|
|
</set>
|
|
</set>
|
|
|
<if test="_parameter != null">
|
|
<if test="_parameter != null">
|
|
|
<include refid="Update_By_Example_Where_Clause" />
|
|
<include refid="Update_By_Example_Where_Clause" />
|
|
@@ -370,7 +392,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 Thu Oct 16 20:21:22 CST 2025.
|
|
|
|
|
|
|
+ This element was generated on Tue Oct 21 17:07:41 CST 2025.
|
|
|
-->
|
|
-->
|
|
|
update spider_content
|
|
update spider_content
|
|
|
set id = #{record.id,jdbcType=BIGINT},
|
|
set id = #{record.id,jdbcType=BIGINT},
|
|
@@ -383,10 +405,12 @@
|
|
|
ai_rough_status = #{record.aiRoughStatus,jdbcType=INTEGER},
|
|
ai_rough_status = #{record.aiRoughStatus,jdbcType=INTEGER},
|
|
|
ai_rough_result = #{record.aiRoughResult,jdbcType=VARCHAR},
|
|
ai_rough_result = #{record.aiRoughResult,jdbcType=VARCHAR},
|
|
|
ai_precision_status = #{record.aiPrecisionStatus,jdbcType=INTEGER},
|
|
ai_precision_status = #{record.aiPrecisionStatus,jdbcType=INTEGER},
|
|
|
|
|
+ pq_improve_title = #{record.pqImproveTitle,jdbcType=VARCHAR},
|
|
|
create_time = #{record.createTime,jdbcType=BIGINT},
|
|
create_time = #{record.createTime,jdbcType=BIGINT},
|
|
|
update_time = #{record.updateTime,jdbcType=BIGINT},
|
|
update_time = #{record.updateTime,jdbcType=BIGINT},
|
|
|
content = #{record.content,jdbcType=LONGVARCHAR},
|
|
content = #{record.content,jdbcType=LONGVARCHAR},
|
|
|
- ai_precision_result = #{record.aiPrecisionResult,jdbcType=LONGVARCHAR}
|
|
|
|
|
|
|
+ ai_precision_result = #{record.aiPrecisionResult,jdbcType=LONGVARCHAR},
|
|
|
|
|
+ pq_improve_narration_script = #{record.pqImproveNarrationScript,jdbcType=LONGVARCHAR}
|
|
|
<if test="_parameter != null">
|
|
<if test="_parameter != null">
|
|
|
<include refid="Update_By_Example_Where_Clause" />
|
|
<include refid="Update_By_Example_Where_Clause" />
|
|
|
</if>
|
|
</if>
|
|
@@ -395,7 +419,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 Thu Oct 16 20:21:22 CST 2025.
|
|
|
|
|
|
|
+ This element was generated on Tue Oct 21 17:07:41 CST 2025.
|
|
|
-->
|
|
-->
|
|
|
update spider_content
|
|
update spider_content
|
|
|
set id = #{record.id,jdbcType=BIGINT},
|
|
set id = #{record.id,jdbcType=BIGINT},
|
|
@@ -408,6 +432,7 @@
|
|
|
ai_rough_status = #{record.aiRoughStatus,jdbcType=INTEGER},
|
|
ai_rough_status = #{record.aiRoughStatus,jdbcType=INTEGER},
|
|
|
ai_rough_result = #{record.aiRoughResult,jdbcType=VARCHAR},
|
|
ai_rough_result = #{record.aiRoughResult,jdbcType=VARCHAR},
|
|
|
ai_precision_status = #{record.aiPrecisionStatus,jdbcType=INTEGER},
|
|
ai_precision_status = #{record.aiPrecisionStatus,jdbcType=INTEGER},
|
|
|
|
|
+ pq_improve_title = #{record.pqImproveTitle,jdbcType=VARCHAR},
|
|
|
create_time = #{record.createTime,jdbcType=BIGINT},
|
|
create_time = #{record.createTime,jdbcType=BIGINT},
|
|
|
update_time = #{record.updateTime,jdbcType=BIGINT}
|
|
update_time = #{record.updateTime,jdbcType=BIGINT}
|
|
|
<if test="_parameter != null">
|
|
<if test="_parameter != null">
|
|
@@ -418,7 +443,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 Thu Oct 16 20:21:22 CST 2025.
|
|
|
|
|
|
|
+ This element was generated on Tue Oct 21 17:07:41 CST 2025.
|
|
|
-->
|
|
-->
|
|
|
update spider_content
|
|
update spider_content
|
|
|
<set>
|
|
<set>
|
|
@@ -449,6 +474,9 @@
|
|
|
<if test="aiPrecisionStatus != null">
|
|
<if test="aiPrecisionStatus != null">
|
|
|
ai_precision_status = #{aiPrecisionStatus,jdbcType=INTEGER},
|
|
ai_precision_status = #{aiPrecisionStatus,jdbcType=INTEGER},
|
|
|
</if>
|
|
</if>
|
|
|
|
|
+ <if test="pqImproveTitle != null">
|
|
|
|
|
+ pq_improve_title = #{pqImproveTitle,jdbcType=VARCHAR},
|
|
|
|
|
+ </if>
|
|
|
<if test="createTime != null">
|
|
<if test="createTime != null">
|
|
|
create_time = #{createTime,jdbcType=BIGINT},
|
|
create_time = #{createTime,jdbcType=BIGINT},
|
|
|
</if>
|
|
</if>
|
|
@@ -461,6 +489,9 @@
|
|
|
<if test="aiPrecisionResult != null">
|
|
<if test="aiPrecisionResult != null">
|
|
|
ai_precision_result = #{aiPrecisionResult,jdbcType=LONGVARCHAR},
|
|
ai_precision_result = #{aiPrecisionResult,jdbcType=LONGVARCHAR},
|
|
|
</if>
|
|
</if>
|
|
|
|
|
+ <if test="pqImproveNarrationScript != null">
|
|
|
|
|
+ pq_improve_narration_script = #{pqImproveNarrationScript,jdbcType=LONGVARCHAR},
|
|
|
|
|
+ </if>
|
|
|
</set>
|
|
</set>
|
|
|
where id = #{id,jdbcType=BIGINT}
|
|
where id = #{id,jdbcType=BIGINT}
|
|
|
</update>
|
|
</update>
|
|
@@ -468,7 +499,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 Thu Oct 16 20:21:22 CST 2025.
|
|
|
|
|
|
|
+ This element was generated on Tue Oct 21 17:07:41 CST 2025.
|
|
|
-->
|
|
-->
|
|
|
update spider_content
|
|
update spider_content
|
|
|
set task_id = #{taskId,jdbcType=BIGINT},
|
|
set task_id = #{taskId,jdbcType=BIGINT},
|
|
@@ -480,17 +511,19 @@
|
|
|
ai_rough_status = #{aiRoughStatus,jdbcType=INTEGER},
|
|
ai_rough_status = #{aiRoughStatus,jdbcType=INTEGER},
|
|
|
ai_rough_result = #{aiRoughResult,jdbcType=VARCHAR},
|
|
ai_rough_result = #{aiRoughResult,jdbcType=VARCHAR},
|
|
|
ai_precision_status = #{aiPrecisionStatus,jdbcType=INTEGER},
|
|
ai_precision_status = #{aiPrecisionStatus,jdbcType=INTEGER},
|
|
|
|
|
+ pq_improve_title = #{pqImproveTitle,jdbcType=VARCHAR},
|
|
|
create_time = #{createTime,jdbcType=BIGINT},
|
|
create_time = #{createTime,jdbcType=BIGINT},
|
|
|
update_time = #{updateTime,jdbcType=BIGINT},
|
|
update_time = #{updateTime,jdbcType=BIGINT},
|
|
|
content = #{content,jdbcType=LONGVARCHAR},
|
|
content = #{content,jdbcType=LONGVARCHAR},
|
|
|
- ai_precision_result = #{aiPrecisionResult,jdbcType=LONGVARCHAR}
|
|
|
|
|
|
|
+ ai_precision_result = #{aiPrecisionResult,jdbcType=LONGVARCHAR},
|
|
|
|
|
+ pq_improve_narration_script = #{pqImproveNarrationScript,jdbcType=LONGVARCHAR}
|
|
|
where id = #{id,jdbcType=BIGINT}
|
|
where id = #{id,jdbcType=BIGINT}
|
|
|
</update>
|
|
</update>
|
|
|
<update id="updateByPrimaryKey" parameterType="com.tzld.supply.model.po.supply.spider.SpiderContent">
|
|
<update id="updateByPrimaryKey" parameterType="com.tzld.supply.model.po.supply.spider.SpiderContent">
|
|
|
<!--
|
|
<!--
|
|
|
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 Thu Oct 16 20:21:22 CST 2025.
|
|
|
|
|
|
|
+ This element was generated on Tue Oct 21 17:07:41 CST 2025.
|
|
|
-->
|
|
-->
|
|
|
update spider_content
|
|
update spider_content
|
|
|
set task_id = #{taskId,jdbcType=BIGINT},
|
|
set task_id = #{taskId,jdbcType=BIGINT},
|
|
@@ -502,6 +535,7 @@
|
|
|
ai_rough_status = #{aiRoughStatus,jdbcType=INTEGER},
|
|
ai_rough_status = #{aiRoughStatus,jdbcType=INTEGER},
|
|
|
ai_rough_result = #{aiRoughResult,jdbcType=VARCHAR},
|
|
ai_rough_result = #{aiRoughResult,jdbcType=VARCHAR},
|
|
|
ai_precision_status = #{aiPrecisionStatus,jdbcType=INTEGER},
|
|
ai_precision_status = #{aiPrecisionStatus,jdbcType=INTEGER},
|
|
|
|
|
+ pq_improve_title = #{pqImproveTitle,jdbcType=VARCHAR},
|
|
|
create_time = #{createTime,jdbcType=BIGINT},
|
|
create_time = #{createTime,jdbcType=BIGINT},
|
|
|
update_time = #{updateTime,jdbcType=BIGINT}
|
|
update_time = #{updateTime,jdbcType=BIGINT}
|
|
|
where id = #{id,jdbcType=BIGINT}
|
|
where id = #{id,jdbcType=BIGINT}
|