M2 update

This commit is contained in:
simple321vip
2026-04-22 00:00:00 +08:00
parent 5bb92f89c4
commit 1056cb1d1b
4 changed files with 166 additions and 21 deletions

View File

@@ -285,7 +285,7 @@ Private Sub RefreshT3Cache()
Set t3Cache = Nothing
On Error GoTo RefreshError
Set t3Cache = LoadLookup("T3", keyCol:=3, valueCols:=Array(4), startRow:=7)
Set t3Cache = LoadLookup("T3", keyCol:=3, valueCols:=Array(4, 8, 9), startRow:=7)
On Error GoTo 0
If t3Cache Is Nothing Or t3Cache.Count = 0 Then