fix[project]: 仿真策划 bugfix
This commit is contained in:
@@ -220,10 +220,10 @@
|
||||
imageFileId = #{taskNode.imageFileId},
|
||||
</if>
|
||||
<if test="taskNode.discipline != null and taskNode.discipline != ''">
|
||||
discipline = #{taskNode.discipline}
|
||||
discipline = #{taskNode.discipline},
|
||||
</if>
|
||||
<if test="taskNode.reportTemplate != null and taskNode.reportTemplate != ''">
|
||||
reportTemplate = #{taskNode.reportTemplate}
|
||||
reportTemplate = #{taskNode.reportTemplate},
|
||||
</if>
|
||||
<if test="taskNode.reportContent != null and taskNode.reportContent != ''">
|
||||
reportContent = #{taskNode.reportContent}
|
||||
|
||||
Reference in New Issue
Block a user