|
@@ -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 Oct 13 16:39:53 CST 2025.
|
|
|
|
|
|
|
+ This element was generated on Mon Oct 13 19:39:09 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" />
|
|
@@ -15,7 +15,9 @@
|
|
|
<result column="title" jdbcType="VARCHAR" property="title" />
|
|
<result column="title" jdbcType="VARCHAR" property="title" />
|
|
|
<result column="status" jdbcType="TINYINT" property="status" />
|
|
<result column="status" jdbcType="TINYINT" property="status" />
|
|
|
<result column="ai_rough_status" jdbcType="TINYINT" property="aiRoughStatus" />
|
|
<result column="ai_rough_status" jdbcType="TINYINT" property="aiRoughStatus" />
|
|
|
|
|
+ <result column="ai_rough_result" jdbcType="VARCHAR" property="aiRoughResult" />
|
|
|
<result column="ai_precision_status" jdbcType="TINYINT" property="aiPrecisionStatus" />
|
|
<result column="ai_precision_status" jdbcType="TINYINT" property="aiPrecisionStatus" />
|
|
|
|
|
+ <result column="ai_precision_result" jdbcType="VARCHAR" property="aiPrecisionResult" />
|
|
|
<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>
|
|
@@ -23,7 +25,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 Oct 13 16:39:53 CST 2025.
|
|
|
|
|
|
|
+ This element was generated on Mon Oct 13 19:39:09 CST 2025.
|
|
|
-->
|
|
-->
|
|
|
<result column="content" jdbcType="LONGVARCHAR" property="content" />
|
|
<result column="content" jdbcType="LONGVARCHAR" property="content" />
|
|
|
</resultMap>
|
|
</resultMap>
|
|
@@ -31,7 +33,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 Oct 13 16:39:53 CST 2025.
|
|
|
|
|
|
|
+ This element was generated on Mon Oct 13 19:39:09 CST 2025.
|
|
|
-->
|
|
-->
|
|
|
<where>
|
|
<where>
|
|
|
<foreach collection="oredCriteria" item="criteria" separator="or">
|
|
<foreach collection="oredCriteria" item="criteria" separator="or">
|
|
@@ -65,7 +67,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 Oct 13 16:39:53 CST 2025.
|
|
|
|
|
|
|
+ This element was generated on Mon Oct 13 19:39:09 CST 2025.
|
|
|
-->
|
|
-->
|
|
|
<where>
|
|
<where>
|
|
|
<foreach collection="example.oredCriteria" item="criteria" separator="or">
|
|
<foreach collection="example.oredCriteria" item="criteria" separator="or">
|
|
@@ -99,16 +101,16 @@
|
|
|
<!--
|
|
<!--
|
|
|
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 Oct 13 16:39:53 CST 2025.
|
|
|
|
|
|
|
+ This element was generated on Mon Oct 13 19:39:09 CST 2025.
|
|
|
-->
|
|
-->
|
|
|
- id, task_id, `source`, source_type, url, title, `status`, ai_rough_status, ai_precision_status,
|
|
|
|
|
- create_time, update_time
|
|
|
|
|
|
|
+ id, task_id, `source`, source_type, url, title, `status`, ai_rough_status, ai_rough_result,
|
|
|
|
|
+ ai_precision_status, ai_precision_result, 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 Mon Oct 13 16:39:53 CST 2025.
|
|
|
|
|
|
|
+ This element was generated on Mon Oct 13 19:39:09 CST 2025.
|
|
|
-->
|
|
-->
|
|
|
content
|
|
content
|
|
|
</sql>
|
|
</sql>
|
|
@@ -116,7 +118,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 Oct 13 16:39:53 CST 2025.
|
|
|
|
|
|
|
+ This element was generated on Mon Oct 13 19:39:09 CST 2025.
|
|
|
-->
|
|
-->
|
|
|
select
|
|
select
|
|
|
<if test="distinct">
|
|
<if test="distinct">
|
|
@@ -137,7 +139,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 Oct 13 16:39:53 CST 2025.
|
|
|
|
|
|
|
+ This element was generated on Mon Oct 13 19:39:09 CST 2025.
|
|
|
-->
|
|
-->
|
|
|
select
|
|
select
|
|
|
<if test="distinct">
|
|
<if test="distinct">
|
|
@@ -156,7 +158,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 Oct 13 16:39:53 CST 2025.
|
|
|
|
|
|
|
+ This element was generated on Mon Oct 13 19:39:09 CST 2025.
|
|
|
-->
|
|
-->
|
|
|
select
|
|
select
|
|
|
<include refid="Base_Column_List" />
|
|
<include refid="Base_Column_List" />
|
|
@@ -169,7 +171,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 Oct 13 16:39:53 CST 2025.
|
|
|
|
|
|
|
+ This element was generated on Mon Oct 13 19:39:09 CST 2025.
|
|
|
-->
|
|
-->
|
|
|
delete from spider_content
|
|
delete from spider_content
|
|
|
where id = #{id,jdbcType=BIGINT}
|
|
where id = #{id,jdbcType=BIGINT}
|
|
@@ -178,7 +180,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 Oct 13 16:39:53 CST 2025.
|
|
|
|
|
|
|
+ This element was generated on Mon Oct 13 19:39:09 CST 2025.
|
|
|
-->
|
|
-->
|
|
|
delete from spider_content
|
|
delete from spider_content
|
|
|
<if test="_parameter != null">
|
|
<if test="_parameter != null">
|
|
@@ -189,24 +191,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 Mon Oct 13 16:39:53 CST 2025.
|
|
|
|
|
|
|
+ This element was generated on Mon Oct 13 19:39:09 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_precision_status,
|
|
|
|
|
- create_time, update_time, content
|
|
|
|
|
- )
|
|
|
|
|
|
|
+ `status`, ai_rough_status, ai_rough_result,
|
|
|
|
|
+ ai_precision_status, ai_precision_result, create_time,
|
|
|
|
|
+ update_time, content)
|
|
|
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=TINYINT}, #{aiRoughStatus,jdbcType=TINYINT}, #{aiPrecisionStatus,jdbcType=TINYINT},
|
|
|
|
|
- #{createTime,jdbcType=BIGINT}, #{updateTime,jdbcType=BIGINT}, #{content,jdbcType=LONGVARCHAR}
|
|
|
|
|
- )
|
|
|
|
|
|
|
+ #{status,jdbcType=TINYINT}, #{aiRoughStatus,jdbcType=TINYINT}, #{aiRoughResult,jdbcType=VARCHAR},
|
|
|
|
|
+ #{aiPrecisionStatus,jdbcType=TINYINT}, #{aiPrecisionResult,jdbcType=VARCHAR}, #{createTime,jdbcType=BIGINT},
|
|
|
|
|
+ #{updateTime,jdbcType=BIGINT}, #{content,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 Mon Oct 13 16:39:53 CST 2025.
|
|
|
|
|
|
|
+ This element was generated on Mon Oct 13 19:39:09 CST 2025.
|
|
|
-->
|
|
-->
|
|
|
insert into spider_content
|
|
insert into spider_content
|
|
|
<trim prefix="(" suffix=")" suffixOverrides=",">
|
|
<trim prefix="(" suffix=")" suffixOverrides=",">
|
|
@@ -234,9 +236,15 @@
|
|
|
<if test="aiRoughStatus != null">
|
|
<if test="aiRoughStatus != null">
|
|
|
ai_rough_status,
|
|
ai_rough_status,
|
|
|
</if>
|
|
</if>
|
|
|
|
|
+ <if test="aiRoughResult != null">
|
|
|
|
|
+ ai_rough_result,
|
|
|
|
|
+ </if>
|
|
|
<if test="aiPrecisionStatus != null">
|
|
<if test="aiPrecisionStatus != null">
|
|
|
ai_precision_status,
|
|
ai_precision_status,
|
|
|
</if>
|
|
</if>
|
|
|
|
|
+ <if test="aiPrecisionResult != null">
|
|
|
|
|
+ ai_precision_result,
|
|
|
|
|
+ </if>
|
|
|
<if test="createTime != null">
|
|
<if test="createTime != null">
|
|
|
create_time,
|
|
create_time,
|
|
|
</if>
|
|
</if>
|
|
@@ -272,9 +280,15 @@
|
|
|
<if test="aiRoughStatus != null">
|
|
<if test="aiRoughStatus != null">
|
|
|
#{aiRoughStatus,jdbcType=TINYINT},
|
|
#{aiRoughStatus,jdbcType=TINYINT},
|
|
|
</if>
|
|
</if>
|
|
|
|
|
+ <if test="aiRoughResult != null">
|
|
|
|
|
+ #{aiRoughResult,jdbcType=VARCHAR},
|
|
|
|
|
+ </if>
|
|
|
<if test="aiPrecisionStatus != null">
|
|
<if test="aiPrecisionStatus != null">
|
|
|
#{aiPrecisionStatus,jdbcType=TINYINT},
|
|
#{aiPrecisionStatus,jdbcType=TINYINT},
|
|
|
</if>
|
|
</if>
|
|
|
|
|
+ <if test="aiPrecisionResult != null">
|
|
|
|
|
+ #{aiPrecisionResult,jdbcType=VARCHAR},
|
|
|
|
|
+ </if>
|
|
|
<if test="createTime != null">
|
|
<if test="createTime != null">
|
|
|
#{createTime,jdbcType=BIGINT},
|
|
#{createTime,jdbcType=BIGINT},
|
|
|
</if>
|
|
</if>
|
|
@@ -290,7 +304,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 Oct 13 16:39:53 CST 2025.
|
|
|
|
|
|
|
+ This element was generated on Mon Oct 13 19:39:09 CST 2025.
|
|
|
-->
|
|
-->
|
|
|
select count(*) from spider_content
|
|
select count(*) from spider_content
|
|
|
<if test="_parameter != null">
|
|
<if test="_parameter != null">
|
|
@@ -301,7 +315,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 Oct 13 16:39:53 CST 2025.
|
|
|
|
|
|
|
+ This element was generated on Mon Oct 13 19:39:09 CST 2025.
|
|
|
-->
|
|
-->
|
|
|
update spider_content
|
|
update spider_content
|
|
|
<set>
|
|
<set>
|
|
@@ -329,9 +343,15 @@
|
|
|
<if test="record.aiRoughStatus != null">
|
|
<if test="record.aiRoughStatus != null">
|
|
|
ai_rough_status = #{record.aiRoughStatus,jdbcType=TINYINT},
|
|
ai_rough_status = #{record.aiRoughStatus,jdbcType=TINYINT},
|
|
|
</if>
|
|
</if>
|
|
|
|
|
+ <if test="record.aiRoughResult != null">
|
|
|
|
|
+ ai_rough_result = #{record.aiRoughResult,jdbcType=VARCHAR},
|
|
|
|
|
+ </if>
|
|
|
<if test="record.aiPrecisionStatus != null">
|
|
<if test="record.aiPrecisionStatus != null">
|
|
|
ai_precision_status = #{record.aiPrecisionStatus,jdbcType=TINYINT},
|
|
ai_precision_status = #{record.aiPrecisionStatus,jdbcType=TINYINT},
|
|
|
</if>
|
|
</if>
|
|
|
|
|
+ <if test="record.aiPrecisionResult != null">
|
|
|
|
|
+ ai_precision_result = #{record.aiPrecisionResult,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>
|
|
@@ -350,7 +370,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 Oct 13 16:39:53 CST 2025.
|
|
|
|
|
|
|
+ This element was generated on Mon Oct 13 19:39:09 CST 2025.
|
|
|
-->
|
|
-->
|
|
|
update spider_content
|
|
update spider_content
|
|
|
set id = #{record.id,jdbcType=BIGINT},
|
|
set id = #{record.id,jdbcType=BIGINT},
|
|
@@ -361,7 +381,9 @@
|
|
|
title = #{record.title,jdbcType=VARCHAR},
|
|
title = #{record.title,jdbcType=VARCHAR},
|
|
|
`status` = #{record.status,jdbcType=TINYINT},
|
|
`status` = #{record.status,jdbcType=TINYINT},
|
|
|
ai_rough_status = #{record.aiRoughStatus,jdbcType=TINYINT},
|
|
ai_rough_status = #{record.aiRoughStatus,jdbcType=TINYINT},
|
|
|
|
|
+ ai_rough_result = #{record.aiRoughResult,jdbcType=VARCHAR},
|
|
|
ai_precision_status = #{record.aiPrecisionStatus,jdbcType=TINYINT},
|
|
ai_precision_status = #{record.aiPrecisionStatus,jdbcType=TINYINT},
|
|
|
|
|
+ ai_precision_result = #{record.aiPrecisionResult,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}
|
|
@@ -373,7 +395,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 Oct 13 16:39:53 CST 2025.
|
|
|
|
|
|
|
+ This element was generated on Mon Oct 13 19:39:09 CST 2025.
|
|
|
-->
|
|
-->
|
|
|
update spider_content
|
|
update spider_content
|
|
|
set id = #{record.id,jdbcType=BIGINT},
|
|
set id = #{record.id,jdbcType=BIGINT},
|
|
@@ -384,7 +406,9 @@
|
|
|
title = #{record.title,jdbcType=VARCHAR},
|
|
title = #{record.title,jdbcType=VARCHAR},
|
|
|
`status` = #{record.status,jdbcType=TINYINT},
|
|
`status` = #{record.status,jdbcType=TINYINT},
|
|
|
ai_rough_status = #{record.aiRoughStatus,jdbcType=TINYINT},
|
|
ai_rough_status = #{record.aiRoughStatus,jdbcType=TINYINT},
|
|
|
|
|
+ ai_rough_result = #{record.aiRoughResult,jdbcType=VARCHAR},
|
|
|
ai_precision_status = #{record.aiPrecisionStatus,jdbcType=TINYINT},
|
|
ai_precision_status = #{record.aiPrecisionStatus,jdbcType=TINYINT},
|
|
|
|
|
+ ai_precision_result = #{record.aiPrecisionResult,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">
|
|
@@ -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 Mon Oct 13 16:39:53 CST 2025.
|
|
|
|
|
|
|
+ This element was generated on Mon Oct 13 19:39:09 CST 2025.
|
|
|
-->
|
|
-->
|
|
|
update spider_content
|
|
update spider_content
|
|
|
<set>
|
|
<set>
|
|
@@ -420,9 +444,15 @@
|
|
|
<if test="aiRoughStatus != null">
|
|
<if test="aiRoughStatus != null">
|
|
|
ai_rough_status = #{aiRoughStatus,jdbcType=TINYINT},
|
|
ai_rough_status = #{aiRoughStatus,jdbcType=TINYINT},
|
|
|
</if>
|
|
</if>
|
|
|
|
|
+ <if test="aiRoughResult != null">
|
|
|
|
|
+ ai_rough_result = #{aiRoughResult,jdbcType=VARCHAR},
|
|
|
|
|
+ </if>
|
|
|
<if test="aiPrecisionStatus != null">
|
|
<if test="aiPrecisionStatus != null">
|
|
|
ai_precision_status = #{aiPrecisionStatus,jdbcType=TINYINT},
|
|
ai_precision_status = #{aiPrecisionStatus,jdbcType=TINYINT},
|
|
|
</if>
|
|
</if>
|
|
|
|
|
+ <if test="aiPrecisionResult != null">
|
|
|
|
|
+ ai_precision_result = #{aiPrecisionResult,jdbcType=VARCHAR},
|
|
|
|
|
+ </if>
|
|
|
<if test="createTime != null">
|
|
<if test="createTime != null">
|
|
|
create_time = #{createTime,jdbcType=BIGINT},
|
|
create_time = #{createTime,jdbcType=BIGINT},
|
|
|
</if>
|
|
</if>
|
|
@@ -439,7 +469,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 Oct 13 16:39:53 CST 2025.
|
|
|
|
|
|
|
+ This element was generated on Mon Oct 13 19:39:09 CST 2025.
|
|
|
-->
|
|
-->
|
|
|
update spider_content
|
|
update spider_content
|
|
|
set task_id = #{taskId,jdbcType=BIGINT},
|
|
set task_id = #{taskId,jdbcType=BIGINT},
|
|
@@ -449,7 +479,9 @@
|
|
|
title = #{title,jdbcType=VARCHAR},
|
|
title = #{title,jdbcType=VARCHAR},
|
|
|
`status` = #{status,jdbcType=TINYINT},
|
|
`status` = #{status,jdbcType=TINYINT},
|
|
|
ai_rough_status = #{aiRoughStatus,jdbcType=TINYINT},
|
|
ai_rough_status = #{aiRoughStatus,jdbcType=TINYINT},
|
|
|
|
|
+ ai_rough_result = #{aiRoughResult,jdbcType=VARCHAR},
|
|
|
ai_precision_status = #{aiPrecisionStatus,jdbcType=TINYINT},
|
|
ai_precision_status = #{aiPrecisionStatus,jdbcType=TINYINT},
|
|
|
|
|
+ ai_precision_result = #{aiPrecisionResult,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}
|
|
@@ -459,7 +491,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 Oct 13 16:39:53 CST 2025.
|
|
|
|
|
|
|
+ This element was generated on Mon Oct 13 19:39:09 CST 2025.
|
|
|
-->
|
|
-->
|
|
|
update spider_content
|
|
update spider_content
|
|
|
set task_id = #{taskId,jdbcType=BIGINT},
|
|
set task_id = #{taskId,jdbcType=BIGINT},
|
|
@@ -469,7 +501,9 @@
|
|
|
title = #{title,jdbcType=VARCHAR},
|
|
title = #{title,jdbcType=VARCHAR},
|
|
|
`status` = #{status,jdbcType=TINYINT},
|
|
`status` = #{status,jdbcType=TINYINT},
|
|
|
ai_rough_status = #{aiRoughStatus,jdbcType=TINYINT},
|
|
ai_rough_status = #{aiRoughStatus,jdbcType=TINYINT},
|
|
|
|
|
+ ai_rough_result = #{aiRoughResult,jdbcType=VARCHAR},
|
|
|
ai_precision_status = #{aiPrecisionStatus,jdbcType=TINYINT},
|
|
ai_precision_status = #{aiPrecisionStatus,jdbcType=TINYINT},
|
|
|
|
|
+ ai_precision_result = #{aiPrecisionResult,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}
|