1、仿真策划 编辑任务的分析软件
This commit is contained in:
@@ -175,8 +175,8 @@
|
||||
confidence = #{taskNode.confidence},
|
||||
</if>
|
||||
|
||||
<if test="taskNode.analyseSoftwares != null and taskNode.analyseSoftwares != ''">
|
||||
analyse_software = #{taskNode.analyseSoftwares},
|
||||
<if test="taskNode.analyseSoftware != null and taskNode.analyseSoftware != ''">
|
||||
analyse_software = #{taskNode.analyseSoftware},
|
||||
</if>
|
||||
|
||||
<if test="taskNode.department != null and taskNode.department != ''">
|
||||
|
||||
Reference in New Issue
Block a user