fix: 删除mysql ServerNodeMapper.xml context_path字段

This commit is contained in:
dhb52 2024-05-13 23:28:56 +08:00
parent 4f23522499
commit 836e15d4b0

View File

@ -16,7 +16,7 @@
</resultMap>
<sql id="Base_Column_List">
id, namespace_id, group_name, context_path, host_id, host_ip, host_port,
id, namespace_id, group_name, host_id, host_ip, host_port,
expire_at, node_type,create_dt,update_dt
</sql>