问题修复
This commit is contained in:
parent
beefd3e461
commit
7d53a34a5e
|
|
@ -1031,7 +1031,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},'%')
|
||||
|
||||
LIMIT 60
|
||||
</select>
|
||||
|
|
|
|||
Loading…
Reference in New Issue