From d1be26f8d8196716257de0d3b09daa83a62bfffe Mon Sep 17 00:00:00 2001
From: lsh <lsh@163.com>
Date: 星期二, 04 十一月 2025 13:43:51 +0800
Subject: [PATCH] #1

---
 src/main/resources/mapper/LocOwnerMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/mapper/LocOwnerMapper.xml b/src/main/resources/mapper/LocOwnerMapper.xml
index 733861f..25cf6ae 100644
--- a/src/main/resources/mapper/LocOwnerMapper.xml
+++ b/src/main/resources/mapper/LocOwnerMapper.xml
@@ -6,7 +6,7 @@
     <resultMap id="BaseResultMap" type="com.zy.asrs.entity.LocOwner">
         <id column="id" property="id"/>
         <result column="owner" property="owner"/>
-        <result column="uuid" property="uuid"/>
+        <result column="owner_uuid" property="ownerUuid" />
         <result column="status" property="status"/>
         <result column="owner_type" property="ownerType"/>
 

--
Gitblit v1.9.1