소스 검색

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()
 			return
 		}
-		if detail.Status == 2 {
+		if detail.Status == 2 && !isApprovalPersonnel {
 			br.Msg = "请勿重复提交"
 			br.ErrMsg = "保存失败,专栏内容正在审核"
 			return