|
@@ -1066,8 +1066,8 @@ func (this *PptEnglishController) TitleCheck() {
|
|
}
|
|
}
|
|
|
|
|
|
// Editing
|
|
// Editing
|
|
-// @Title 标记编辑状态
|
|
|
|
-// @Description 标记编辑状态
|
|
|
|
|
|
+// @Title 标记/查询编辑状态
|
|
|
|
+// @Description 标记/查询编辑状态
|
|
// @Param request body models.PPTEditingReq true "type json string"
|
|
// @Param request body models.PPTEditingReq true "type json string"
|
|
// @Success 200 Ret=200 操作成功
|
|
// @Success 200 Ret=200 操作成功
|
|
// @router /editing [post]
|
|
// @router /editing [post]
|
|
@@ -1098,7 +1098,7 @@ func (this *PptEnglishController) Editing() {
|
|
br.Msg = "参数有误"
|
|
br.Msg = "参数有误"
|
|
return
|
|
return
|
|
}
|
|
}
|
|
- if req.Status <= 0 {
|
|
|
|
|
|
+ if req.Status < 0 {
|
|
br.Msg = "标记状态异常"
|
|
br.Msg = "标记状态异常"
|
|
return
|
|
return
|
|
}
|
|
}
|