This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
Register
Sign In
JointCloud
/
pcm-coordinator
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Merge pull request 'bug fix' (
#329
) from zhangweiii/pcm-coordinator:master into master
Former-commit-id:
46a48f49e5
pull/330/head
zhangweiii
1 year ago
parent
fbf24089fd
cace500c1a
commit
e5f079de1e
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
internal/logic/hpc/commithpctasklogic.go
+ 1
- 0
internal/logic/hpc/commithpctasklogic.go
View File
@@ -101,6 +101,7 @@ func (l *CommitHpcTaskLogic) CommitHpcTask(req *types.CommitHpcTaskReq) (resp *t
NoticeType: "create",
TaskName: req.Name,
Incident: "任务创建中",
CreatedTime: time.Now(),
}
result := l.svcCtx.DbEngin.Table("t_notice").Create(¬iceInfo)
if result.Error != nil {
Write
Preview
Loading…
Cancel
Save