fix: 修复取消zentao集成未置空关联ID的问题
This commit is contained in:
parent
ad685b5a0e
commit
cd61fc7963
|
@ -37,6 +37,9 @@
|
||||||
<if test="platform == 'Tapd'">
|
<if test="platform == 'Tapd'">
|
||||||
tapd_id = null
|
tapd_id = null
|
||||||
</if>
|
</if>
|
||||||
|
<if test="platform == 'Zentao'">
|
||||||
|
zentao_id = null
|
||||||
|
</if>
|
||||||
</set>
|
</set>
|
||||||
where project.id in (select id from (select id
|
where project.id in (select id from (select id
|
||||||
from project
|
from project
|
||||||
|
|
Loading…
Reference in New Issue