This commit is contained in:
hongchao 2024-12-26 15:18:21 +08:00
commit a6d4772a24
1 changed files with 2 additions and 1 deletions

View File

@ -246,7 +246,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
mm.qr_code as qrCode,
case when mm.ma_status = '1' then '在库'
else ''
end as statusName
end as statusName,
mt.manage_type as manageType
FROM ma_machine mm
LEFT JOIN ma_type mt ON mm.type_id = mt.type_id AND mt.del_flag = '0'
LEFT JOIN ma_type mt1 ON mt.parent_id = mt1.type_id AND mt1.del_flag = '0'