From c5c6fa800cedd37cea0e3cc3e68df78b47ee2813 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期一, 28 八月 2023 10:37:59 +0800
Subject: [PATCH] 111

---
 server/src/main/resources/mappers/BomExtMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/server/src/main/resources/mappers/BomExtMapper.xml b/server/src/main/resources/mappers/BomExtMapper.xml
index 2ae61f3..5d5cd41 100644
--- a/server/src/main/resources/mappers/BomExtMapper.xml
+++ b/server/src/main/resources/mappers/BomExtMapper.xml
@@ -564,7 +564,7 @@
     `dmodel`.`STATUS` AS DMODEL_STATUS,
     `dmodel`.`VALID_TIME` AS DMODEL_VALID_TIME,
     `dmodel`.`INVALID_TIME` AS DMODEL_INVALID_TIME,
-    `mmodel`.`ID` AS realMaterialId,
+    `mmodel`.`ID` AS MMODEL_ID,
     `mmodel`.`DELETED` AS MMODEL_DELETED,
     `mmodel`.`CREATE_USER` AS MMODEL_CREATE_USER,
     `mmodel`.`CREATE_TIME` AS MMODEL_CREATE_TIME,

--
Gitblit v1.9.3