This commit is contained in:
2021-09-08 17:57:17 +00:00
parent a6be3b9bc2
commit 32720cf808
5 changed files with 32 additions and 9 deletions

View File

@@ -329,7 +329,7 @@ namespace AyaNova.Util
ServerGlobalBizSettings.Cache.TaxPartSaleId = null;
ServerGlobalBizSettings.Cache.TaxRateSaleId = null;
cmd.CommandText = "update aworkorder set fromcsrid=null;";
cmd.CommandText = "update aworkorderitem set fromcsrid=null;";
await cmd.ExecuteNonQueryAsync();
}