From aaab5f3f5e3d32a8febc4d4e021a895affa4ab93 Mon Sep 17 00:00:00 2001
From: jinpengyong <jpy123456>
Date: Tue, 31 Oct 2023 08:27:33 +0800
Subject: [PATCH] chore:补充提交

---
 screen-manage/src/main/resources/mapper/ManageCoordinateMapper.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/screen-manage/src/main/resources/mapper/ManageCoordinateMapper.xml b/screen-manage/src/main/resources/mapper/ManageCoordinateMapper.xml
index 61492c7..eaae2b2 100644
--- a/screen-manage/src/main/resources/mapper/ManageCoordinateMapper.xml
+++ b/screen-manage/src/main/resources/mapper/ManageCoordinateMapper.xml
@@ -12,6 +12,7 @@
         <result column="update_time" property="updateTime" />
         <result column="update_user_id" property="updateUserId" />
         <result column="updaye_user_name" property="updayeUserName" />
+        <result column="organization_id" property="organizationId" />
     </resultMap>
 
 

--
Gitblit v1.8.0