From 8e39c9bbf8a8bb4707f2a766295b40497ae96706 Mon Sep 17 00:00:00 2001
From: XiaoRuby <3114200645@qq.com>
Date: 星期五, 01 九月 2023 13:46:54 +0800
Subject: [PATCH] MOM系统-9-01 生产订单 生产计划完成

---
 standard-server/src/main/resources/mapper/DeviceMapper.xml |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/standard-server/src/main/resources/mapper/DeviceMapper.xml b/standard-server/src/main/resources/mapper/DeviceMapper.xml
index af9dd90..f6cc9da 100644
--- a/standard-server/src/main/resources/mapper/DeviceMapper.xml
+++ b/standard-server/src/main/resources/mapper/DeviceMapper.xml
@@ -56,8 +56,9 @@
             AND d.`father` = #{fatherName}
         </if>
     </select>
+
     <select id="getDeviceNameByGroup" resultType="java.util.Map">
-        select id, name
+        select id as deviceid, name deviceName
         from mom_ocean.device
         where state = 1
           and father = #{deviceGroup}

--
Gitblit v1.9.3