1、仿真策划更新学科bugfix
This commit is contained in:
@@ -213,11 +213,11 @@
|
||||
</if>
|
||||
|
||||
<if test="taskNode.confirmStatus != null and taskNode.confirmStatus != ''">
|
||||
comfirm_status = #{taskNode.confirmStatus}
|
||||
comfirm_status = #{taskNode.confirmStatus},
|
||||
</if>
|
||||
|
||||
<if test="taskNode.imageFileId != null and taskNode.imageFileId != ''">
|
||||
imageFileId = #{taskNode.imageFileId}
|
||||
imageFileId = #{taskNode.imageFileId},
|
||||
</if>
|
||||
<if test="taskNode.discipline != null and taskNode.discipline != ''">
|
||||
discipline = #{taskNode.discipline}
|
||||
|
||||
Reference in New Issue
Block a user