From c4b43e5ee6eddfc611d6af7b866c91b228a009e3 Mon Sep 17 00:00:00 2001 From: sxu <1539530615@qq.com> Date: Fri, 8 Dec 2023 19:23:26 +0800 Subject: [PATCH] fix --- .../zlpt-equip/src/main/resources/mapper/DevInfoMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zlpt-modules/zlpt-equip/src/main/resources/mapper/DevInfoMapper.xml b/zlpt-modules/zlpt-equip/src/main/resources/mapper/DevInfoMapper.xml index f0febf4..94c4a81 100644 --- a/zlpt-modules/zlpt-equip/src/main/resources/mapper/DevInfoMapper.xml +++ b/zlpt-modules/zlpt-equip/src/main/resources/mapper/DevInfoMapper.xml @@ -182,7 +182,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" SELECT s.dic_id, s.file_name as name,s.file_url as url from ma_dev_info d left join sys_file_info s on d.ma_id = s.model_id - WHERE d.ma_id = #{maId} and d.is_active='1' + WHERE d.ma_id = #{maId} and d.is_active='1' and s.dic_id = 20