数据分析模块开发
This commit is contained in:
parent
b840272936
commit
9b83a4baff
|
|
@ -55,6 +55,7 @@
|
|||
<update id="updateNewData">
|
||||
update sj_new_benefit_analysis
|
||||
<set>
|
||||
project_id=#{bidCode},
|
||||
<if test="txTime!=null and txTime!=''">
|
||||
tx_time= #{txTime},
|
||||
</if>
|
||||
|
|
|
|||
|
|
@ -92,15 +92,7 @@
|
|||
<update id="updateAsyncWarnList">
|
||||
update sj_new_hjjcfx_warn
|
||||
<set>
|
||||
<if test="txTime!=null and txTime!=''">
|
||||
tx_time= #{txTime},
|
||||
</if>
|
||||
<if test="txType!=null and txType!=''">
|
||||
tx_type= #{txType},
|
||||
</if>
|
||||
<if test="content!=null and content!=''">
|
||||
content= #{content},
|
||||
</if>
|
||||
project_id=#{bidCode}, tx_time= #{txTime}, tx_type= #{txType}, content= #{content}
|
||||
</set>
|
||||
where id= #{id}
|
||||
</update>
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@
|
|||
|
||||
</update>
|
||||
<delete id="delete">
|
||||
delete from sj_project_quality where id=#{id}
|
||||
delete from sj_new_project_quality where id=#{id}
|
||||
</delete>
|
||||
<delete id="deleteWarnData">
|
||||
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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue