zwxi 5 months ago
parent
commit
cc97f000f1
1 changed files with 0 additions and 1 deletions
  1. 0 1
      controllers/bi_dashboard.go

+ 0 - 1
controllers/bi_dashboard.go

@@ -910,7 +910,6 @@ func (this *BIDaShboardController) Public() {
 	opening, e := biapproveSerice.CheckBiOpenApprove(req.ClassifyId)
 	if e != nil {
 		if !utils.IsErrNoRow(e) {
-			br.Ret = 200
 			br.Msg = "该分类未配置审批流,请先配置审批流"
 			br.ErrMsg = "校验报告是否开启审批流失败, Err: " + e.Error()
 			return