fix(printers): removed the printer default time during update
This commit is contained in:
@@ -58,7 +58,7 @@ export const updatePrinters = async () => {
|
||||
port: prodPrinterInfo[i].port,
|
||||
remark: prodPrinterInfo[i].remark,
|
||||
upd_date: sql`NOW()`,
|
||||
printDelay: "90", // need to remove in a couple weeks
|
||||
//printDelay: "90", // need to remove in a couple weeks
|
||||
},
|
||||
})
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user