From 47e18c4dd34d7d8b0dc60e8e1177cc7dff36f4e6 Mon Sep 17 00:00:00 2001
From: Mr.Shi <1878285526@qq.com>
Date: 星期二, 22 八月 2023 18:33:40 +0800
Subject: [PATCH] 大屏
---
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