Browse Source

增加openi指数

Signed-off-by: zouap <zouap@pcl.ac.cn>
pull/1036/head
zouap 3 years ago
parent
commit
6709d0f832
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      models/user_business_analysis.go

+ 5
- 0
models/user_business_analysis.go View File

@@ -1,6 +1,7 @@
package models

import (
"encoding/json"
"fmt"
"time"

@@ -598,6 +599,10 @@ func queryUserRepoOpenIIndex(start_unix int64, end_unix int64) map[int64]float64
}
}
}

userMapJson, _ := json.Marshal(userMap)
log.Info("userMapJson=" + string(userMapJson))

return userMap
}



Loading…
Cancel
Save