This commit is contained in:
parent
e2e9527f4d
commit
52b43766aa
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue