增加基础的用户邮件通知

This commit is contained in:
刘祥超
2022-12-27 18:53:49 +08:00
parent 874139ea07
commit c9b666e5bc
8 changed files with 64 additions and 3 deletions

View File

@@ -434,7 +434,7 @@ func (this *SQLDump) applyQueue(db *dbs.DB, newResult *SQLDumpResult, showLog bo
continue
}
args = append(args, k+"=?")
args = append(args, "`"+k+"`"+"=?")
values = append(values, v)
}
values = append(values, one.GetInt("id"))