1
This commit is contained in:
@@ -255,6 +255,7 @@ func DelPrinter(appID int, printNos []string) (err error) {
|
||||
continue
|
||||
} else {
|
||||
printers[0].DeletedAt = time.Now()
|
||||
|
||||
if _, err = dao.UpdateEntity(db, printers[0], "DeletedAt"); err != nil {
|
||||
errs = append(errs, err)
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user