燕山石化溯源三维电子沙盘-【后端】-服务
1
13693261870
2023-04-26 d254c34b538e190fd5a9355d757f64bd495bdda9
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>