fix: synchronize module data cache cleanup

This commit is contained in:
2026-08-15 18:39:26 +08:00
parent d098dde830
commit a65dfab897
11 changed files with 126 additions and 71 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ namespace Lskj.Report
try
{
model.DataCaches.Clear();
model.DataCaches.ClearCaches();
}
catch (Exception ex)
{