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,