接口联调
This commit is contained in:
parent
55ce855d68
commit
1168a16fed
|
|
@ -246,7 +246,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
mm.qr_code as qrCode,
|
mm.qr_code as qrCode,
|
||||||
case when mm.ma_status = '1' then '在库'
|
case when mm.ma_status = '1' then '在库'
|
||||||
else ''
|
else ''
|
||||||
end as statusName
|
end as statusName,
|
||||||
|
mt.manage_type as manageType
|
||||||
FROM ma_machine mm
|
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 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'
|
LEFT JOIN ma_type mt1 ON mt.parent_id = mt1.type_id AND mt1.del_flag = '0'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue