This commit is contained in:
2021-01-05 22:04:16 +00:00
parent dfee511972
commit d4cb93837b

View File

@@ -291,7 +291,7 @@ namespace AyaNova.Util
cmd.CommandText = "update auser set vendorid=null;";
await cmd.ExecuteNonQueryAsync();
cmd.CommandText = "update loanunit set unitid=null, workorderitemloanid=null;";
cmd.CommandText = "update aloanunit set unitid=null, workorderitemloanid=null;";
await cmd.ExecuteNonQueryAsync();
}