This commit is contained in:
@@ -291,7 +291,7 @@ namespace AyaNova.Util
|
|||||||
cmd.CommandText = "update auser set vendorid=null;";
|
cmd.CommandText = "update auser set vendorid=null;";
|
||||||
await cmd.ExecuteNonQueryAsync();
|
await cmd.ExecuteNonQueryAsync();
|
||||||
|
|
||||||
cmd.CommandText = "update loanunit set unitid=null, workorderitemloanid=null;";
|
cmd.CommandText = "update aloanunit set unitid=null, workorderitemloanid=null;";
|
||||||
await cmd.ExecuteNonQueryAsync();
|
await cmd.ExecuteNonQueryAsync();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user