From a3eb8b1a4f9fc1e28fcbf38024cdefb5b60dbdee Mon Sep 17 00:00:00 2001
From: yb <1113799@qq.com>
Date: 星期四, 11 九月 2025 16:41:39 +0800
Subject: [PATCH] 倍率统计报表

---
 lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/xml/EquipmentWorklineMapper.xml |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/xml/EquipmentWorklineMapper.xml b/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/xml/EquipmentWorklineMapper.xml
index b356709..1b73fa7 100644
--- a/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/xml/EquipmentWorklineMapper.xml
+++ b/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/xml/EquipmentWorklineMapper.xml
@@ -25,4 +25,8 @@
     <select id="getDataList" resultType="java.util.Map">
         select top 1 ${tableName}.* from ${tableName} order by CollectTime  desc
     </select>
+
+    <select id="getDataProductName" resultType="java.util.Map">
+        select top 1 ${tableName}.* from ${tableName} where productname != '' order by CollectTime  desc
+    </select>
 </mapper>

--
Gitblit v1.9.3