This commit is contained in:
hayu 2025-09-03 20:57:05 +08:00
parent e2e9527f4d
commit 52b43766aa
1 changed files with 1 additions and 1 deletions

View File

@ -501,7 +501,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
'1' as devType
FROM
ws_ma_info mi
WHERE mi.ma_code LIKE CONCAT('%',#{maCode},'%') and mi.is_active = 1
WHERE mi.ma_code LIKE CONCAT('%',#{maCode},'%')
UNION
SELECT
mm.ma_id AS id,