This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
wangwei
/
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
提交代码。
Signed-off-by: zouap <zouap@pcl.ac.cn>
tags/v1.21.10.1^2
zouap
4 years ago
parent
af42006e45
commit
e7b0a977f8
2 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
models/attachment.go
+1
-0
models/user_business_analysis.go
+ 1
- 0
models/attachment.go
View File
@@ -284,6 +284,7 @@ func DeleteAttachments(attachments []*Attachment, remove bool) (int, error) {
*/
}
}
countData()
return int(cnt), nil
}
+ 1
- 0
models/user_business_analysis.go
View File
@@ -60,6 +60,7 @@ type UserBusinessAnalysis struct {
}
func countData() {
log.Info("start to count data")
sess := x.NewSession()
defer sess.Close()
sess.Select("`user`.*").Table("user")
Write
Preview
Loading…
Cancel
Save