src/main/resources/mapping/SuYuanMapper.xml
@@ -191,4 +191,8 @@ <update id="update" > UPDATE ${tableName} SET c = #{value} WHERE id = #{id} </update> <update id="updateVocsName"> update ${table} set vocsName = #{vocsName} where id = #{id}; </update> </mapper>