@@ -75,6 +75,7 @@ func InitCalculateIndex() {
if rk <= 0 {
continue
}
+ time.Sleep(1 * time.Second)
var indexCode string
for ck, colCell := range row {
switch ck {