功能完善

This commit is contained in:
bns_han 2024-02-20 18:09:36 +08:00
parent 23bef43401
commit 3474556833
1 changed files with 2 additions and 1 deletions

View File

@ -760,7 +760,8 @@
mm.ma_code as maCode,
mt.type_name as typeCode,
mt2.type_name as typeName,
sd.`name` as sdStatus
sd.`name` as sdStatus,
mt.manage_type as manageType
FROM
ma_machine mm
LEFT JOIN ma_type mt on mt.type_id=mm.type_id