dcs 2 months ago
parent
commit
9005c1b094
1 changed files with 1 additions and 1 deletions
  1. 1 1
      virgo.file/src/main/resources/mapper/WorkarkContractMapper.xml

+ 1 - 1
virgo.file/src/main/resources/mapper/WorkarkContractMapper.xml

@@ -30,7 +30,7 @@
     </insert>
 
     <update id="update" parameterType="com.bosshand.virgo.file.model.WorkarkContract">
-        update file_node set updateDate = now(), name = #{name}, node = #{node, typeHandler=com.bosshand.virgo.core.typehandler.BlobTypeHandler} where id = #{id}
+        update workark_contract set updateDate = now(), name = #{name}, node = #{node, typeHandler=com.bosshand.virgo.core.typehandler.BlobTypeHandler} where id = #{id}
     </update>
 
 </mapper>