From 0087434cc70ca8cee692be654d9e1c6ec82c3da7 Mon Sep 17 00:00:00 2001 From: Crunchy <3114200645@qq.com> Date: 星期三, 24 七月 2024 21:09:21 +0800 Subject: [PATCH] 数采bug调整 --- inspect-server/src/main/resources/mapper/InsOrderMapper.xml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/inspect-server/src/main/resources/mapper/InsOrderMapper.xml b/inspect-server/src/main/resources/mapper/InsOrderMapper.xml index ca5e74e..af29ddc 100644 --- a/inspect-server/src/main/resources/mapper/InsOrderMapper.xml +++ b/inspect-server/src/main/resources/mapper/InsOrderMapper.xml @@ -461,11 +461,11 @@ select d.device_name, d.management_number, d.file_type, d.collect_url FROM device d, - structure_item_parameter sip + device_data_config ddc where d.ip = #{ip} - and sip.inspection_item = #{inspectionItem} + and ddc.inspection_item = #{inspectionItem} <if test="inspectionItemSubclass != '' and inspectionItemSubclass != null"> - and sip.inspection_item_subclass = #{inspectionItemSubclass} + and ddc.inspection_item_subclass = #{inspectionItemSubclass} </if> and d.device_status = 0 and d.ins_product_ids is not null -- Gitblit v1.9.3