添加打印机所属用户
This commit is contained in:
@@ -66,6 +66,7 @@ func AddPrinter(appID int, printers []*model.Printer) (err error) {
|
||||
IccID: v.IccID,
|
||||
Status: model.PrinterStatusOffline,
|
||||
Sound: v.Sound,
|
||||
UserId: "system",
|
||||
}
|
||||
if v.Volume == 0 {
|
||||
printer.Volume = 4
|
||||
|
||||
Reference in New Issue
Block a user