Browse Source

no message

xingzai 1 year ago
parent
commit
5eb88918a0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/yanxuan_special.go

+ 1 - 1
controllers/yanxuan_special.go

@@ -438,7 +438,7 @@ func (this *YanxuanSpecialController) Save() {
 			br.ErrMsg = "获取失败, Err:" + tmpErr.Error()
 			return
 		}
-		if detail.Status == 2 {
+		if detail.Status == 2 && !isApprovalPersonnel {
 			br.Msg = "请勿重复提交"
 			br.ErrMsg = "保存失败,专栏内容正在审核"
 			return