From 9b83a4baff08c473adc2b9d058b69dad517334c5 Mon Sep 17 00:00:00 2001
From: haozq <1611483981@qq.com>
Date: Fri, 23 Jan 2026 14:09:32 +0800
Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=88=86=E6=9E=90=E6=A8=A1?=
=?UTF-8?q?=E5=9D=97=E5=BC=80=E5=8F=91?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../src/main/resources/mapper/SjEfficiencyMapper.xml | 1 +
.../src/main/resources/mapper/SjProjectEnvMapper.xml | 10 +---------
.../main/resources/mapper/SjProjectQualityMapper.xml | 4 ++--
3 files changed, 4 insertions(+), 11 deletions(-)
diff --git a/securitycontrol-model/securitycontrol-background/src/main/resources/mapper/SjEfficiencyMapper.xml b/securitycontrol-model/securitycontrol-background/src/main/resources/mapper/SjEfficiencyMapper.xml
index 4fd5b20..c3e414d 100644
--- a/securitycontrol-model/securitycontrol-background/src/main/resources/mapper/SjEfficiencyMapper.xml
+++ b/securitycontrol-model/securitycontrol-background/src/main/resources/mapper/SjEfficiencyMapper.xml
@@ -55,6 +55,7 @@
update sj_new_benefit_analysis
+ project_id=#{bidCode},
tx_time= #{txTime},
diff --git a/securitycontrol-model/securitycontrol-background/src/main/resources/mapper/SjProjectEnvMapper.xml b/securitycontrol-model/securitycontrol-background/src/main/resources/mapper/SjProjectEnvMapper.xml
index a4fcc74..8111539 100644
--- a/securitycontrol-model/securitycontrol-background/src/main/resources/mapper/SjProjectEnvMapper.xml
+++ b/securitycontrol-model/securitycontrol-background/src/main/resources/mapper/SjProjectEnvMapper.xml
@@ -92,15 +92,7 @@
update sj_new_hjjcfx_warn
-
- tx_time= #{txTime},
-
-
- tx_type= #{txType},
-
-
- content= #{content},
-
+ project_id=#{bidCode}, tx_time= #{txTime}, tx_type= #{txType}, content= #{content}
where id= #{id}
diff --git a/securitycontrol-model/securitycontrol-background/src/main/resources/mapper/SjProjectQualityMapper.xml b/securitycontrol-model/securitycontrol-background/src/main/resources/mapper/SjProjectQualityMapper.xml
index 82ca04a..1689c4a 100644
--- a/securitycontrol-model/securitycontrol-background/src/main/resources/mapper/SjProjectQualityMapper.xml
+++ b/securitycontrol-model/securitycontrol-background/src/main/resources/mapper/SjProjectQualityMapper.xml
@@ -52,7 +52,7 @@
- delete from sj_project_quality where id=#{id}
+ delete from sj_new_project_quality where id=#{id}
delete from sj_new_async_warn where id=#{id}
@@ -106,7 +106,7 @@
sjq.project_id as bidCode,
tp.pro_name proName,
team.id teamId ,
- team.team_name,
+ team.team_name teamName,
sjq.content as content,
sjq.test_day testDay,
sjq.test_result testResult,