功能完善
This commit is contained in:
parent
23bef43401
commit
3474556833
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue