From 047fb9e27e5b34faeb027190fff28c4f7bb71026 Mon Sep 17 00:00:00 2001 From: zhangherong <571457620@qq.com> Date: 星期二, 04 三月 2025 17:22:36 +0800 Subject: [PATCH] art: 所有设备 台账 三保工单 根据设备id查询三保工单,并过滤掉已完成和已取消的三保工单 --- lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/xml/MdcDriveTypeParamConfigMapper.xml | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/xml/MdcDriveTypeParamConfigMapper.xml b/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/xml/MdcDriveTypeParamConfigMapper.xml index af9a848..4eefc8f 100644 --- a/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/xml/MdcDriveTypeParamConfigMapper.xml +++ b/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/xml/MdcDriveTypeParamConfigMapper.xml @@ -13,4 +13,11 @@ mdtpc.curve_generation_flags = 'Y' AND me.equipment_id = #{equipmentId} </select> + + <select id="getDriveParamOptions" resultType="java.lang.String"> + SELECT DISTINCT + control_system_type + FROM + mdc_drive_type_param_config + </select> </mapper> \ No newline at end of file -- Gitblit v1.9.3