feat: count_running_state返回更多信息2
This commit is contained in:
parent
0ba6737661
commit
79b1317cc6
|
@ -118,6 +118,11 @@ class EquipmentViewSet(CustomModelViewSet):
|
|||
"count_stop": result["count_stop"],
|
||||
"count_fail": result["count_fail"],
|
||||
"count_offline": result["count_offline"],
|
||||
"count_ok": result["count_ok"],
|
||||
"count_limit": result["count_limit"],
|
||||
"count_fix": result["count_fix"],
|
||||
"count_disable": result["count_disable"],
|
||||
"count_scrap": result["count_scrap"]
|
||||
}
|
||||
|
||||
return Response(json_result)
|
||||
|
|
Loading…
Reference in New Issue