From 1ecf93db489966aa2b535c73ee6c55c9fdc8158d Mon Sep 17 00:00:00 2001 From: sxu <602087911@qq.com> Date: Mon, 16 Dec 2024 17:22:19 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E6=90=9C=E7=B4=A2"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 9d3f74efd354c27d5f0b94aa6c36895d21b08a34. --- .../resources/mapper/material/device/DevInfoMapper.xml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/bonus-modules/bonus-material-mall/src/main/resources/mapper/material/device/DevInfoMapper.xml b/bonus-modules/bonus-material-mall/src/main/resources/mapper/material/device/DevInfoMapper.xml index d73f455..0a4bf94 100644 --- a/bonus-modules/bonus-material-mall/src/main/resources/mapper/material/device/DevInfoMapper.xml +++ b/bonus-modules/bonus-material-mall/src/main/resources/mapper/material/device/DevInfoMapper.xml @@ -91,15 +91,10 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" LEFT JOIN ma_type mt1 ON mt1.type_id = mt2.parent_id and mt1.del_flag = '0' and d.ma_id = #{maId} + and d.code = #{code} and d.device_name like concat('%',#{deviceName},'%') - - and d.code like concat('%',#{code},'%') - - - and d.identify_code like concat('%',#{identifyCode},'%') -