并行网关未处理完所有并行任务时,没有处理状态,不能发送通知
This commit is contained in:
@@ -148,7 +148,7 @@ func ProcessWorkOrder(c *gin.Context) {
|
||||
params.Tpls, // 工单数据更新
|
||||
)
|
||||
if err != nil {
|
||||
app.Error(c, -1, nil, fmt.Sprintf("处理工单失败,%v", err.Error()))
|
||||
app.Error(c, -1, err, fmt.Sprintf("处理工单失败,%v", err.Error()))
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user