瀏覽代碼

Merge branch 'cygx_12.8' of http://8.136.199.33:3000/cxzhang/hongze_clpt into debug

xingzai 1 年之前
父節點
當前提交
b8eded87fe
共有 1 個文件被更改,包括 1 次插入1 次删除
  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()
 			br.ErrMsg = "获取失败, Err:" + tmpErr.Error()
 			return
 			return
 		}
 		}
-		if detail.Status == 2 {
+		if detail.Status == 2 && !isApprovalPersonnel {
 			br.Msg = "请勿重复提交"
 			br.Msg = "请勿重复提交"
 			br.ErrMsg = "保存失败,专栏内容正在审核"
 			br.ErrMsg = "保存失败,专栏内容正在审核"
 			return
 			return