Workorder to json work

This commit is contained in:
2024-04-22 08:35:58 -04:00
parent 27d140f703
commit c09ae5d32f
2 changed files with 10 additions and 0 deletions
+3
View File
@@ -142,6 +142,9 @@ public enum ForgeManager implements Runnable {
vendorWorkOrderLookup.get(workOrder.vendor).add(workOrder);
forge.add(workOrder);
String jsonWorkOrder = workOrder.toString();
jsonWorkOrder = jsonWorkOrder.trim();
} catch (Exception e) {
Logger.error(e);
} finally {