|
@@ -394,9 +394,11 @@ public class WorkOrderManageController {
|
|
|
map.put("deptName", userEntity.getDeptOrgName());
|
|
|
if (orderStatusMap != null) {
|
|
|
map.put("status", orderStatusMap.get("S").toString());
|
|
|
+ map.put("online","在线");
|
|
|
}
|
|
|
else {
|
|
|
map.put("status", "空闲");
|
|
|
+ map.put("online","离线");
|
|
|
}
|
|
|
list.add(map);
|
|
|
}
|