This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
增加openi指数
Signed-off-by: zouap <zouap@pcl.ac.cn>
pull/1036/head
zouap
3 years ago
parent
c74a8f7636
commit
6709d0f832
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
}
Write
Preview
Loading…
Cancel
Save