问题修复

This commit is contained in:
hongchao 2025-09-03 17:22:15 +08:00
parent beefd3e461
commit 7d53a34a5e
1 changed files with 1 additions and 1 deletions

View File

@ -1031,7 +1031,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
'1' as devType '1' as devType
FROM FROM
ws_ma_info mi 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 LIMIT 60
</select> </select>