From 5dfbc4af25ab4f5e8d75f99c6e889b5004a49ef0 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期五, 18 八月 2023 19:22:25 +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